/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,400i,500,600,700,800,900&display=swap');

 
body {
  padding-top: 56px;
  font-family: 'Raleway', sans-serif;
  width: 100%;
    margin: auto;
}
/*---------------------------------------------*/
a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #ff4a00;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

.color-D{
    color: #f59e00;
}
.num-B{
    font-size: 2rem;
}
/*--------------------------------------------------------------------------------------*/

/* NAVBAR */




/* FORMULARIO */
.bg-contact2 {
  width: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-contact2 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
    
  background: rgba(255,204,0,.4);
background: -moz-linear-gradient(left, rgba(255,204,0,.4) 0%, rgba(219,176,4,.4) 34%, rgba(227,90,36,.4) 62%, rgba(255,72,0,.4) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,204,0,.4)), color-stop(34%, rgba(219,176,4,.4)), color-stop(62%, rgba(227,90,36,.4)), color-stop(100%, rgba(255,72,0,.4)));
background: -webkit-linear-gradient(left, rgba(255,204,0,.4) 0%, rgba(219,176,4,.4) 34%, rgba(227,90,36,.4) 62%, rgba(255,72,0,.4) 100%);
background: -o-linear-gradient(left, rgba(255,204,0,.4) 0%, rgba(219,176,4,.4) 34%, rgba(227,90,36,1) 62%, rgba(255,72,0,.4) 100%);
}

.wrap-contact2 {
  width: 790px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 72px 55px 90px 55px;
}


/*------------------------------------------------------------------
[  ]*/

.contact2-form {
  width: 100%;
}

.contact2-form-title {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 39px;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 90px;
}



/*------------------------------------------------------------------
[  ]*/

.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}

.input2 {
  display: block;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
}

.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: -webkit-linear-gradient(-135deg, #ff4800, #e35a24, #ffcc00, #dbb004);
  background: -o-linear-gradient(-135deg, #ff4800, #e35a24, #ffcc00, #dbb004);
  background: -moz-linear-gradient(-135deg, #ff4800, #e35a24, #ffcc00, #dbb004);
  background: linear-gradient(-135deg, #ff4800, #e35a24, #ffcc00, #dbb004);
}

.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;

  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #999999;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
input.input2 {
  height: 45px;
  padding-top: 25px;
  padding-bottom: 13px;
}

input.input2 + .focus-input2::after {
  top: 2px;
  left: 0;
}

textarea.input2 {
  min-height: 115px;
  padding-top: 25px;
  padding-bottom: 13px;
}

textarea.input2 + .focus-input2::after {
  top: 2px;
  left: 0;
}

.input2:focus + .focus-input2::after {
  top: -20px;
}

.input2:focus + .focus-input2::before {
  width: 100%;
}

.has-val.input2 + .focus-input2::after {
  top: -20px;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-contact2-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
}

.contact2-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  
  background: -webkit-linear-gradient(-135deg, #ff4800, #e35a24, #ffcc00, #dbb004);
  background: -o-linear-gradient(-135deg, #ff4800, #e35a24, #ffcc00, #dbb004);
  background: -moz-linear-gradient(-135deg, #ff4800, #e35a24, #ffcc00, #dbb004);
  background: linear-gradient(-135deg, #ff4800, #e35a24, #ffcc00, #dbb004);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;

 

  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  

}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
  left: 0;
}

/* / FORMULARIO */

/* CONTENIDO */
.h1-art{
    font-size: 3.4rem;
}
.h2-art{
    font-size: 2.5rem;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f59e00;
  border-radius: 0.25rem;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.btn-clr{
    background: #f59e00;
    color: #fff;
}
.btn-clr:hover{
    background: #fcdb72;
    color: #fff;
}
.w-h{
   width: 100%;
height: 163px;
}
.img-S{
     width:460px;
}
.oculto-mov{
    display: none;
}
/* / CONTENIDO */

/* RESPONSIVE */

@media (max-width: 600px) {
  .wrap-contact2 {
    padding: 72px 15px 90px 15px;
  }
  .size-T{
        font-size: 1px!important;
    }
    
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: 'Raleway', sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 601px) and (max-width: 992px) {
    p {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
    .focus-input2::after {
    font-size: 18px;
}
    .size-T{
        font-size: 19px;
    }
    .size-M{
        font-size: 23px;
    }
    .img-S{
     width:460px;
}
    .btn-clr {
    padding: 14px;
    background: #f59e00;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: auto;
}
    .oculto-mov{
        display: flex;
    }
}