/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@font-face {
    font-family: 'TT Commons';
    src: url('../fonts/TTCommons-Bold.eot');
    src: url('../fonts/TTCommons-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTCommons-Bold.woff2') format('woff2'),
        url('../fonts/TTCommons-Bold.woff') format('woff'),
        url('../fonts/TTCommons-Bold.ttf') format('truetype'),
        url('../fonts/TTCommons-Bold.svg#TTCommons-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('../fonts/TTCommons-Regular.eot');
    src: url('../fonts/TTCommons-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTCommons-Regular.woff2') format('woff2'),
        url('../fonts/TTCommons-Regular.woff') format('woff'),
        url('../fonts/TTCommons-Regular.ttf') format('truetype'),
        url('../fonts/TTCommons-Regular.svg#TTCommons-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('../fonts/TTCommons-Light.eot');
    src: url('../fonts/TTCommons-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTCommons-Light.woff2') format('woff2'),
        url('../fonts/TTCommons-Light.woff') format('woff'),
        url('../fonts/TTCommons-Light.ttf') format('truetype'),
        url('../fonts/TTCommons-Light.svg#TTCommons-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*estilos generales*/
html, body{opacity:0; background: #000}
html{position:relative; min-height:100%}
body{margin-bottom:0px; position: relative;}
.height-100{height:100vh}
.displayflex{display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.sinpaddingleft{padding-left:0px !important}
.sinpaddingright{padding-right:0px !important}
.row-con-margen{margin-left:-15px; margin-right:-15px}
.w100Hauto{width:100%; height:auto}
.error{color:#F00; font-size:10px; font-weight:300;}
.empty{color:#F00; font-size:10px; font-weight:300;}
.oculto-success{font-size:14px; font-weight:300; text-align:center; margin-top:10px; color:#000}
.error-borde{border-color:#DB2629 !important}
.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
}
.mailto{color:inherit; text-decoration:none}
.mailto:hover{color:inherit; text-decoration:underline;}
.display-block{display:block}
.grayscale
{
-moz-filter: grayscale(100%);
-o-filter:grayscale(100%);
-ms-filter:grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
/*-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.grayscale:hover{
	-webkit-filter:none !important;
	filter:none !important;
	-moz-filter:none !important;
	-o-filter:none !important;
	-ms-filter:none !important;
}
span.pointer,b.pointer,a.pointer{cursor:pointer}
.relative{position:relative}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance:none;
 -moz-appearance:none;
 margin: 0;
}
.pointer{cursor:pointer}
.transition{transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.row{margin-left:0px; margin-right:0px}
.row-con-margen{margin-left:-15px !important; margin-right:-15px !important}
:focus {
    outline: none;
}
.elemento *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000 !important;
	opacity:1;
}
.elemento *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000000 !important;
	opacity:1;
}
.relativeZ1{position: relative; z-index: 1}
.transition{
		transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629
}
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629; margin-bottom: 10px; font-size: 12px
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
.float {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #25d366;
    color: rgba(31, 173, 83, 0.3);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
    z-index: 10000;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
.float:hover {
  color: rgba(38, 217, 104, 0.7);
}
.float .fa-whatsapp{
  color: #fff;
  font-size: 40px;
  margin-top: 11px;
}
.acciones{
  position: fixed; right: 45px; bottom: 30px; z-index: 100
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

.loader{
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 11000; background: #000;
}
.loader .logo{
  width: 300px;
}
body{height: 100vh !important}
header .isotipo-menu{
  position: absolute; top: 36px; left: 38px; z-index: 1
}
.fondo-letras{
  position: fixed; height: 100%;
}
footer{
  position: fixed; width: 100%; left: 0; bottom: 35px; z-index: 1; padding-left: 15px; padding-right: 15px
}
footer .pie{
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
footer .c-right{text-align: right;}
.info-1{
  position: absolute; left: 150px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); z-index: 1
}
.info-1 h1{
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 75px;
  color: #FFFFFF;
  margin: 0;
}
.info-1 h1 span{opacity: 0; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.info-1 h1 span.active{opacity: 1}
.info-2{
  position: absolute; right: 150px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); z-index: 1; width: 370px
}
.info-2 .titulo{
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-bottom: 34px
}
.info-2 p{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 40px
}
.info-2 button{
  width: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
  border:none;
  background: none;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 0;
  padding-bottom: 10px
}
.redes{
  position: absolute; left: -123px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); z-index: 3; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);
}
.redes a, .redes a:hover, .redes a:focus{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 25px;
  margin-right: 25px
}

#modalContacto{z-index: 9999}
#modalContacto .modal-dialog{
  width: 820px; max-width: 100%
}
#modalContacto .modal-dialog .contenido{
  background: #BBBBBB;
  padding-top: 64px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50px;
  position: relative;
}
#modalContacto .modal-dialog .contenido .cerrar-modal{
  position: absolute; right: 15px; top: 15px; z-index: 1; cursor: pointer;
}
#modalContacto h2{
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 24px;
  margin-top: 0;
}
#modalContacto p{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 29px
}
#modalContacto input[type=text],#modalContacto input[type=email]{
  border:none; border-bottom: 1px solid #000;
  border-radius:0;
  background: none;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  padding-left: 0px;
  height: 40px;
  width: 100%;
  margin-bottom: 15px
}
#modalContacto textarea{
  border:none; border-bottom: 1px solid #000;
  border-radius:0;
  background: none;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  padding-left: 0px;
  height: 80px;
  width: 100%;
  padding-top: 8px;
  margin-bottom: 15px
}
#modalContacto table{width: 100%}
#modalContacto table h3{
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  color: #000000;
  margin: 0;
  text-align: center;
  margin-left: -50px
}
#modalContacto table h3 a, #modalContacto table h3 a:hover, #modalContacto table h3 a:focus{
  color: #000; text-decoration: none
}
#modalContacto table h3 input{vertical-align: sub;}
#modalContacto table button{
  width: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000;
  border:none;
  background: none;
  border-bottom: 1px solid #000;
  text-align: left;
  padding: 0;
  padding-bottom: 10px
}
#modalContacto table .g-recaptcha{
  display: inline-block;
  transform: scale(0.7);
  transform-origin: 0 0;
  position: relative;
  top: 10px
}
#modalContacto table tr td:nth-child(1){
  width: 200px
}
#modalContacto table tr td:nth-child(3){
  text-align: right;
}
#modalContacto *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000 !important;
	opacity:1;
}
#modalContacto *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000 !important;
	opacity:1;
}
#modalContacto *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000 !important;
	opacity:1;
}
#modalContacto *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000 !important;
	opacity:1;
}

/* medias SM para abajo*/
@media (max-width:767px)
{
  #modalContacto .modal-dialog .contenido{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #modalContacto .pr5{padding-right: 15px;}
  #modalContacto .pl5{padding-left: 15px;}
  #modalContacto table, #modalContacto tbody, #modalContacto tr, #modalContacto td{
    width: 100% !important;
    text-align: center;
    display: block;
  }
  #modalContacto table .g-recaptcha{transform: none}
  #modalContacto table h3{margin-left: 0; text-align: center; margin-top: 15px; margin-bottom: 15px}
  #modalContacto table tr td:nth-child(3) {
    text-align: center;
  }
  #modalContacto .modal-content{border:none}
  footer .c-logo{padding-left: 0; margin-bottom: 15px}
  footer .aviso{padding-right: 0}
  footer .aviso .c-redes{right: 0; bottom: 15px}
  .info-2{position: relative; left: inherit; top: inherit; transform: none; -webkit-transform: none; -moz-transform: none; right: inherit; width: 100%}
  .info-1{left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); width: 100%; text-align: center;}
  .info-1 h1{font-size: 30px; line-height: 35px; text-align: center; margin-bottom: 30px}
  .info-2a .titulo{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-bottom: 34px
  }
  .info-2a p{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 40px;
    width: 250px;
    display: inline-block;
  }
  .info-2a button{
    width: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    border:none;
    background: none;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 0;
    padding-bottom: 10px
  }
  header .isotipo-menu{left: 15px}
  .redes{left: -150px}
  footer{bottom: 20px}
  footer .c-right{display: none}
  footer .pie{text-align: center;}
  footer .logo{margin-bottom: 20px}
  #modalContacto .modal-dialog{width: 90%; margin-left: 5%}
}

/*MD*/
@media (min-width:768px) and (max-width:991px)
{
.info-1 h1{font-size: 30px; line-height: 35px}
.info-1{left: 100px}
.info-2{right: 50px; width: 300px}
}

/*LG*/
@media (min-width:992px) and (max-width:1199px)
{
.info-1 h1{font-size: 40px; line-height: 45px}
.info-2{right: 80px}
}

@media (max-width:767px){

}
@media (min-width:992px){
}
@media (min-width:768px) and (max-height:660px){

}
@media (min-width:768px) and (max-height:500px){

}
@media (min-width:768px) and (max-height:767px)
{

}
@media (max-width:360px){

}
@media (min-width:1600px){
}
@media (min-width:1200px) and (max-width:1300px)
{
.info-1 h1{font-size: 60px; line-height: 65px}
.info-2{right: 100px}
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
}
