@charset "utf-8";
/* CSS Document */

/*BOTONERA Y ENLACES*/
.navbar ul li a {
color:#ffffff !important;
font-size: 18px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
text-decoration: none;
text-align: center;}
.navbar ul li a:hover {
color:#ffffff !important;
text-decoration: none;
background-color: #000000;
}
.navbar2 ul li a {
color:#ffffff !important;
font-size: 18px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
text-decoration: none;
text-align: center;}
.navbar2 ul li a:hover {
color:#ffffff !important;
text-decoration: none;
 background:#000000;}

.active3 {
    color: #ffffff !important;
    background-color: #FE6331;
    background-image: -webkit-linear-gradient(270deg,rgba(254,99,49,1.00) 0%,rgba(0,0,0,1.00) 98.45%);
    background-image: -moz-linear-gradient(270deg,rgba(254,99,49,1.00) 0%,rgba(0,0,0,1.00) 98.45%);
    background-image: -o-linear-gradient(270deg,rgba(254,99,49,1.00) 0%,rgba(0,0,0,1.00) 98.45%);
    background-image: linear-gradient(180deg,rgba(254,99,49,1.00) 0%,rgba(0,0,0,1.00) 98.45%);
}
.active2 {
    color: #ffffff !important;
    background-color: #FE6331;
}

a {color: #ffffff; text-decoration: underline;}
a:hover {color: #FF7448; text-decoration: none;}

a.pie {color: #FF7448; font-weight: 400; text-decoration: underline;}
a.pie:hover {color: #ffffff; text-decoration: none;}

a.header {color: #ffffff; font-weight: 600; text-decoration: underline;}
a.header:hover {color: #000000; text-decoration: none;}

/*FUENTES*/
.h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.h1big {
    color: #ffffff;
    font-size: 90px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.fuente25blanca {
    color: #FFFFFF;
    font-style: normal;
	font-size: 25px;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.fuente35blanca {
    color: #FFFFFF;
    font-style: normal;
	font-size: 35px;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.fuente20blanca {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.fuente20gris {
    color: #8A8A8A;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.fuente18blanca {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    word-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}
.fuente25naranja {
    color: #FE6433;
    font-weight: 400;
    font-size: 25px;
	font-family: 'Roboto', sans-serif;
}
.fuente20naranja {
    color: #FF7448;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.fuente20verde {
    color: #13D086;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.fuente20negra {
    color: #000000;
    font-style: bold;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.fuente18negra {
    color: #000000;
    font-style: bold;
    font-weight: 500;
    font-size: 18Px;
    font-family: 'Roboto', sans-serif;
}
.fuente16negra {
    color: #000000;
    font-style: bold;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.fuente25negra {
    color: #000000;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}
.fuente35negra {
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
}


/*PADDINGS*/
.paddings {
    padding-top: 20px;
    padding-bottom: 20px;
}
.paddings-m {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.padding20abajo {
    padding-bottom: 20px;
}
.padding15arriba {
    padding-top: 20px;
}
.colchon {
    margin-left: 10px;
    margin-right: 10px;
}

/*ALINEACION*/
.centrado {
    text-align: center;
}
.derecha {
    text-align: right;
}
.sangria {
    margin-left: 20px;
    margin-right: 20px;
}
/*CENTRAR DIV DENTRO DE UN DIV*/
.flexbox {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*FONDOS*/
.fondo-hdr {
    background-attachment: scroll;
    background-image: -webkit-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(68,68,68,1.00) 0.00%,rgba(0,0,0,1.00) 100%);
}
.fondo-gris {
    background-color: #444444;
}
.fondo-blanco {
    background-color: #ffffff;
}
.fondo-drk-wd {
    background-color: #444444;
    background-image: url(../imagenes/bcd-drk-wd.jpg);
    background-size: cover;
}
.fondo-gris-grad {
    background-color: #444444;
    background-image: -webkit-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(36,36,36,1.00) 45.60%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(36,36,36,1.00) 45.60%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(36,36,36,1.00) 45.60%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(68,68,68,1.00) 0%,rgba(36,36,36,1.00) 45.60%,rgba(0,0,0,1.00) 100%);
}
.fondo-pack {
    background-color: #444444;
    background-image: -webkit-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(36,36,36,1.00) 45.60%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(36,36,36,1.00) 45.60%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(68,68,68,1.00) 0%,rgba(36,36,36,1.00) 45.60%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(68,68,68,1.00) 0%,rgba(36,36,36,1.00) 45.60%,rgba(0,0,0,1.00) 100%);
    border: medium solid #ffffff;
    border-radius: 12px;
}
.fondo-pack1 {
    background-color: #FE6433;
    border: medium solid #ffffff;
    border-radius: 12px;
}
.fondo-gris-cont {
    background-color: #2F3132;
    border-radius: 8px;
}
.fondo-gris-cont2 {
    background-color: #676C6E;
    border-radius: 8px;
}
.fondo-gris-obscuro {
    background-color: #444444;
}
.fondo-gris-claro {
    background-color: #969696;
}
.fondo-gris-foot {
    background-color: #242526;
}
.fondo-negro {
    background-color: #000000;
}
.fondo-naranja {
    background-color: #FE6331;
}
.fondo-naranjaclaro {
    background-color: #FD8C67;
}
.fondo-negro {
    background-color: #000000;
}
.fondo-amarillo {
    background-color: #F8BF12;
}
.sombra {
  -webkit-box-shadow: 0px 4px 10px #000000;
  box-shadow: 0px 4px 10px #000000;
  position: relative;
  z-index: 10;
}
.sombra-glw {
 -webkit-box-shadow: 2px 5px 20px 0px #000000, 27px 18px 23px 38px rgba(0,0,0,0); 
box-shadow: 2px 5px 20px 0px #000000, 27px 18px 23px 38px rgba(0,0,0,0);
}
/*PARA EL BOTON FLOTANTE DE WHATSAPP*/
.float{
	position:fixed;
	bottom:10px;
	right:10px;
  z-index:100;
}
/*BLINKER*/
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*CARRUSEL*/
.carousel-indicators {
  position: static;
}
.carousel-indicators li {
  width: 300px;
  height: 100%;
  opacity: 0.8;
}
.carousel-indicators2 li {
    filter: invert(100%);
}

.carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background-image: none;
    background-color: #4B4B4B;
}
.carousel-control-prev icon, .carousel-control-next icon {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.active {
    background-color: #ffffff;
}

