
@charset "UTF-8";

/*---------------------------------------------FUENTES--------------------------------------*/

@font-face {
  font-family: "Lato-Bold";
  src: url("../fuentes/Lato-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-HairLine";
  src: url("../fuentes/Lato-Hairline.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family:"Lato-Italic";
  src:url("../fuentes/Lato-Italic.ttf");
}


a{color:rgba(3,3,3,1.00);}
a:hover, a:focus{ text-decoration: none;}

.cursorP{cursor: pointer;}

body{font-family:Lato-Bold;}

.rena{font-family:Lato-Bold;}
.rena2{font-family:Lato-HairLine;}
.rena3{font-family:Lato-Italic;}

.cajaAlta{text-transform: uppercase;}

.breakSpaces{white-space: break-spaces;}
.noWrap{white-space: nowrap;}
.breakW{word-break: break-word;}


.redu50{font-size:50%;}
.redu60{font-size:60%;}
.redu70{font-size:70%;}
.redu80{font-size:80%;}
.redu90{font-size:90%;}

.aum110{font-size: 110%;}
.aum120{font-size: 120%;}
.aum150{font-size:150%;}
.aum200{font-size:200%;}
.aum250{font-size:250%;}

.font13{font-size:1300%;}
.font10{font-size:1000%;}
.font9{font-size:900%;}
.font8{font-size:800%;}
.font7{font-size:700%;}
.font6{font-size:600%;}
.font5{font-size:500%;}
.font4{font-size:400%;}
.font3{font-size:300%;}
.font2{font-size:200%;}
.font1{font-size:100%;}

.font1vw{font-size:calc(1em + 1vw);}
.font2vw{font-size:calc(1em + 2vw);}
.font3vw{font-size:calc(1em + 3vw);}
.font4vw{font-size:calc(1em + 4vw);}
.font5vw{font-size:calc(1em + 5vw);}

/*---------------------------------------------COLORES--------------------------------------*/

.invertir {
 -webkit-filter: invert;
 -o-filter: invert;
 filter: invert(1);
}

.dropShadow01{filter: drop-shadow(0.1rem 0.1rem 0.1rem);}

.blanco { color: #ffffff; }
.negro { color: #000000; }

.grisT {color: #00000052; }

.gris { color: #ecf0f1; }
.grisA { color: #bdc3c7; }

.gris69 { color: #696969; }
.gris3 { color: #333333; }

.grisColor { color: #95a5a6; }
.grisColor1 { color: #7f8c8d; }


.turquesa { color: #1abc9c; }
.turquesa1 { color: #16a085; }


.verde { color: #2ecc71; }
.verde1 { color: #27ae60; }


.azul { color: #3498db; }
.azul1 { color: #2980b9; }


.morado { color: #9b59b6; }
.morado1 { color: #8e44ad; }


.azulOsc { color: #34495e; }
.azulOsc1 { color: #2c3e50; }


.amarillo { color: #f1c40f; }
.naranja { color: #f39c12; }


.naranja { color: #e67e22; }
.naranja1 { color: #d35400; }


.rojo { color: #e74c3c; }
.rojo1 { color: #c0392b; }


.colorLink{color:#2d92ea; }

.opa0{opacity: 0;}
.opa10{opacity: 0.1;}
.opa20{opacity: 0.2;}
.opa30{opacity: 0.3;}
.opa40{opacity: 0.4;}
.opa50{opacity: 0.5;}
.opa60{opacity: 0.6;}
.opa70{opacity: 0.7;}
.opa80{opacity: 0.8;}
.opa90{opacity: 0.9;}
.opa100{opacity: 1;}

.sature05{filter: saturate(0.5);}
.sature07{filter: saturate(0.7);}
.sature15{filter: saturate(1.5);}


.textoGris{color: rgba(128,128,128,0.19)!important; }
.textoGris1{color: rgba(255,255,255,0.19)!important; }

.rojoBrillo{color: #ff0000;}
.verdeBrillo{color: #00ff00;}
.naranjaBrillo{color: #ff6b00;}


/*---------------------------------------------BACKGROUND--------------------------------------*/


.bgAzulDacia { background: #0f70da; }
.bgAmarilloRena { background-color: #ffce00; }

.bgNegro { background-color: #000000; }
.bgBlanco { background-color: #ffffff; }
.bgTrans { background-color: transparent;}

.bgGris150{background-color:rgba(150,150,150,1.00);}
.bgGris100{background-color:rgba(100,100,100,1.00);}
.bgGris50{background-color:rgba(50,50,50,1.00);}

.bgGris{background-color: #bdc3c7;}

.bgGrisG{background-color: rgba(68, 68, 68,1.00);}
.bgGrisF{background-color: rgba(135, 135, 135, 1.00);}
.bgGrisD{background-color: rgba(160, 160, 160, 1.00);}
.bgGrisC{background-color: rgba(180, 180, 180, 1.00);}
.bgGrisB{background-color: rgba(198, 198, 198, 1.00);}
.bgGrisA{background-color: rgba(242, 242, 241,1.00);}

.bgNegro03{ background-color: rgba(0,0,0,0.1);}
.bgNegro05{ background-color: rgba(0,0,0,0.3);}
.bgNegro07{ background-color: rgba(0,0,0,0.5);}

.bgGris03{ background-color: rgba(135,135,135,0.1);}
.bgGris05{ background-color: rgba(135,135,135,0.3);}
.bgGris07{ background-color: rgba(135,135,135,0.5);}

.bgTrans03{ background-color: rgba(255,255,255,0.3);}
.bgTrans05{ background-color: rgba(255,255,255,0.5);}
.bgTrans07{ background-color: rgba(255,255,255,0.7);}


.bgGrisColor { background-color: #95a5a6; }
.bgGrisColor1 { background-color: #7f8c8d; }


.bgTurquesa { background-color: #1abc9c; }
.bgTurquesa1 { background-color: #16a085; }


.bgVerde { background-color: #2ecc71; }
.bgVerde1 { background-color: #27ae60; }


.bgAzul { background-color: #3498db; }
.bgAzul1 { background-color: #2980b9; }


.bgMorado { background-color: #9b59b6; }
.bgMorado1 { background-color: #8e44ad; }


.bgAzulOsc { background-color: #34495e; }
.bgAzulOsc1 { background-color: #2c3e50; }


.bgAmarillo { background-color: #f1c40f; }
.bgAaranja { background-color: #f39c12; }


.bgNaranja { background-color: #e67e22; }
.bgNaranja1 { background-color: #d35400; }
.bgNaranjaEserpubli { background-color: #e96b00; }


.bgRojo { background-color: #e74c3c; }
.bgRojo1 { background-color: #c0392b; }



/*---------------FIN COLORES-------------------*/



/*---------------------------------------------BOOTSTRAP--------------------------------------*/

.panel-group .panel {
  border-radius: 0px !important;
}