@font-face {
    font-family: 'generica';
    src: url('../fonts/generica.eot');
    src: url('../fonts/generica.eot?#iefix') format('embedded-opentype'),
         url('../fonts/generica.woff') format('woff'),
         url('../fonts/generica.ttf') format('truetype'),
         url('../fonts/generica.svg#generica') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
  display: inline-block;
   font-family: 'generica';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-A:before{content:'\0041';}
.icon-B:before{content:'\0042';}
.icon-C:before{content:'\0043';}
.icon-D:before{content:'\0044';}
.icon-E:before{content:'\0045';}
.icon-F:before{content:'\0046';}
.icon-G:before{content:'\0047';}
.icon-H:before{content:'\0048';}
.icon-I:before{content:'\0049';}
.icon-J:before{content:'\004a';}
.icon-K:before{content:'\004b';}
.icon-L:before{content:'\004c';}
.icon-M:before{content:'\004d';}
.icon-N:before{content:'\004e';}
.icon-O:before{content:'\004f';}
.icon-P:before{content:'\0050';}
.icon-Q:before{content:'\0051';}
.icon-R:before{content:'\0052';}
.icon-S:before{content:'\0053';}
.icon-T:before{content:'\0054';}
.icon-U:before{content:'\0055';}
.icon-V:before{content:'\0056';}
.icon-W:before{content:'\0057';}
.icon-X:before{content:'\0058';}
.icon-Y:before{content:'\0059';}
.icon-Z:before{content:'\005a';}
.icon-a-min:before{content:'\0061';}
.icon-b-min:before{content:'\0062';}
.icon-c-min:before{content:'\0063';}
.icon-d-min:before{content:'\0064';}
.icon-e-min:before{content:'\0065';}
.icon-f-min:before{content:'\0066';}
.icon-g-min:before{content:'\0067';}
.icon-h-min:before{content:'\0068';}
.icon-i-min:before{content:'\0069';}
.icon-j-min:before{content:'\006a';}
.icon-k-min:before{content:'\006b';}
.icon-l-min:before{content:'\006c';}
.icon-m-min:before{content:'\006d';}
.icon-n-min:before{content:'\006e';}
.icon-o-min:before{content:'\006f';}
.icon-p-min:before{content:'\0070';}
.icon-q-min:before{content:'\0071';}
.icon-r-min:before{content:'\0072';}
.icon-s-min:before{content:'\0073';}
.icon-t-min:before{content:'\0074';}
.icon-u-min:before{content:'\0075';}
.icon-v-min:before{content:'\0076';}
.icon-w-min:before{content:'\0077';}
.icon-x-min:before{content:'\0078';}
.icon-y-min:before{content:'\0079';}
.icon-z-min:before{content:'\007a';}
.icon-0:before{content:'\0030';}
.icon-1:before{content:'\0031';}
.icon-2:before{content:'\0032';}


@font-face {
    font-family: fuente-regular;
    src: url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
    font-family: fuente-bold;
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: fuente-titulos;
    src: url("../fonts/Authentic-Signature.otf") format("truetype");
}

body{
  font-family: fuente-regular;
  color:#1D1D1B;
  background-color: white;
  font-size: 20px;
}

.cursiva{
  /*font-family: fuente-titulos;*/
  font-family: fuente-bold;
}

h1, h2, h3, h4, h5, h6{
  margin:0px;
}
a{
  color:inherit;
  text-decoration: none;
}

.negritas{
  font-family: fuente-bold;
}

.boton{
  background-color: white;
  border:1px solid white;
  color:#af353e;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px;
  border-radius: 15px;
  display: inline-block;
  cursor:pointer;
  font-family: fuente-bold;
}

.boton:hover{
  border:1px solid white;
  color:white;
}

.titulo-seccion{
  line-height: 40px;
  font-family: fuente-bold;
  font-size: 50px;
  margin-bottom: 10px;
  color:#af353e;
}
@media only screen and (max-width: 768px) {
  .titulo-seccion{
    font-size: 45px;
  }
}



@media only screen and (max-width: 450px) {
  .titulo-seccion{
    font-size: 40px;
  }
}
/*CONTENEDOR DE MENSAJERÍA*/
.contenedor-mensajeria{
    position: fixed;
    z-index: 5;
    right: 0px;
    top: 100px;
    width: 70px;
}

@media only screen and (max-width: 1300px) {
    .contenedor-mensajeria{
        width: 50px;
        bottom: 150px;
        top:auto;
    }
}

  
/*HEADER */
.header{
  padding-top:15px;
  padding-bottom: 15px;
}

.contenedor-logo{
  width:10%;
}

.contenedor-logo img{
  height: 50px;
  display: block;
}

.contenedor-menu{
  width:90%;
  text-align: right;
}

.opcion-menu{
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  font-family:fuente-regular;
  font-size: 22px;
  top:10px;
}

.opcion-menu span{
  line-height: 30px;
  position: relative;
  z-index: 2;
}

.contenedor-borde-opcion-menu{
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0px;
  text-align: center;
}

.borde-opcion-menu{
  width: 80px;
  display: inline-block;
  height: 2px;
  background-color: #af353e;
  display: none;
}

.opcion-menu:hover .borde-opcion-menu{
  display: inline-block;

}
.opcion-menu:hover{
  color:#af353e;
}

@media only screen and (max-width: 1000px) {
  .opcion-menu{
    font-size: 20px;
  }
  .opcion-menu{
    padding-left: 10px;
    padding-right: 10px;
  }  
}



@media only screen and (max-width: 768px) {

  .opcion-menu{
    font-size: 18px;
  }

  .contenedor-logo img{
    height: 30px;
    display: block;
  }

  .opcion-menu{
    top:0px;
  }

}

@media only screen and (max-width: 650px) {
  .contenedor-logo{
    width:100%;
    text-align: center;
  }

  .contenedor-logo img{
    width:290px;
    height: auto;
  }
  .contenedor-menu{
    width:100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .contenedor-logo img{
    display: inline-block;
  }
}

@media only screen and (max-width: 450px) {
  .opcion-menu{
    width:130px;
  }
}

@media only screen and (max-width: 350px) {
  .opcion-menu{
    width:40%;
  }
}

/*FOOTER*/

.footer{
  background-color: #EAEAEA;
  padding-top: 40px;
  padding-bottom: 40px;
  color:white;
  color:black;
}

.celda-logo-footer{
  width:60%;
  text-align: right;
}

.celda-logo-footer img{
  height: 100px;
}

.celda-info-footer{
  width:40%;
  text-align: left;
}

.texto-footer{
  line-height: 40px;
}

.celda-redes-footer{
  width:30%;
  text-align: right;
}

.interno-redes-footer{
  display: inline-block;
  text-align: center;
}

.redes-footer{
  margin-top:10px;

}

.red-footer{
  font-family: generica;
  margin-left: 5px;
  margin-right: 5px;
  font-size:40px;
}

@media only screen and (max-width: 1000px) {
  .celda-info-footer{
    width:50%;
  }
  .celda-logo-footer{
    width:50%;
  }

  .celda-redes-footer{
    width:0%;
  }

  .footer{
    font-size: 15px;
  }
}


@media only screen and (max-width: 768px) {

  .celda-info-footer{
    text-align: center;
    margin-bottom: 30px;
  }
  .celda-logo-footer{
    width:100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .celda-info-footer{
    width:100%;
  }
  .celda-redes-footer{
    width:100%;
  }
  .celda-redes-footer{
    text-align: center;
  }
}

.freepick{
  font-size: 12px;
}