@charset "utf-8";
/* CSS Document */
.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
}

body {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #5a5a5a;
  background: #e4e1e1;
}


header.abajo .navbar {
    background: #943002!important;
    z-index: 1000;
}

.bg-dark.bg-light{
    background: transparent!important;
	margin-top: 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	opacity: 0,5;
}


.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {

    font-weight: 400;
    text-align: center;
    user-select: none;
    background-color:#1E7EF1;
    border: 2px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.25rem;
    transition: color 3.00s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.50s ease-in-out;
}


/*estilo de color de los menus desplegable*/
.dropdown-menu{
	color:#FFFFFF;
	font-weight: 400;
	background-color: #D6E8F9;
	user-select: none;
	border: 6px solid transparent;
	padding: 0.1 rem 0.1 rem;
	font-size: 1rem;
	line-height: 1.8;
	box-shadow: 0 25px 30px rgba(0,0,0,0.8);
	border-radius: 0.8rem;
	transition: color 3.00s ease-in-out, background-color 1.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.50s ease-in-out;
}


.Atencion{
    background-color:#15114F;
    color: #FFFFFF;
    margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}


.pie01{
    background-color:#15114F;
    color: #FFFFFF;
    margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url("../Imagenes/FooterFondo.jpg");
	background-size: cover:
}





.pie01 a{
	color:#C7C4C4;
}

.pie01 a:hover{
	color:#D4F70E;
}

.pie02{
    background-color:#000000;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;		
}


.pie02 a:hover{
	color:#D4F70E;
}

.col-md-4{
    padding-right: 2px;
    padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}




.barra_informativa {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background:#031155;
    box-shadow: 0 -5px 10px rgba(0,0,0,0.5);
    z-index: 11;
    color: #fff;

}


.grid1-3>*, .width1-3 {
    width: 33.3333%;
}


.middle {
    align-items: center;
}


ul li {
    list-style: none;
    display: inline-block;
}



ul {
    list-style-type: disc;
    margin-block-start: 0,5em;
    margin-block-end: 0,2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40;
}


.wrap {
    flex-wrap: wrap;
}


.wrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}



body {
    font-family: 'Play', sans-serif;
    font-size: 15px;
}

.flex-x {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}


.barra_informativa .image {
    padding: 8px;
}

.flex {
    display: flex;
}

.barra_informativa .titulo {
    font-weight: bold;
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}



@media screen and (max-width: 768px)
.grid1-2-m>*, .width1-2-m {
    width: 50%;
}


@font-face{
	font-family:'bebasnew';
	src: url('../fonts/BebasNeue-Regular.ttf')
}

@font-face{
	font-family:'Square721';
	src: url('../fonts/Square721BTRoman.ttf')
}


h3{
font-family: 'bebasnew';	
}


h2{
    font-family: 'bebasnew';
    text-align: center;
}


/*color de lenieado*/

h2{
    display: block;
	position: relative;
}


h2::after,h2::before{
	content:'';
	position:absolute;
	width:150px;
	height:2px;
	background-color:currentColor;
	top:0.54em;
	transform: scale(0);
	transition:all 0.10s ease-in;
}



h2:hover::before, h2:hover::after{
	transform:scale(1);

}



h2::before{
	left:2px;  
}

h2::after{
	right:-2px;   
}

/*termina el color del titulo*/
h4{
    font-family: 'bebasnew';
}



/*CONTAINER PUBLICIDAD BIENVENIDO*/


.container-CuadroBienvenida{
	margin-top: 0px !important;
    width: 100%;
	height: auto;
	position: relative;
    background-image: url("../Imagenes/FotoSeccionBienvenido.jpg");
	background-size: 100%;
	background-position: center;

	/*PERMITE QUE LA IMAGEN SE ACOMODARA Y ENCAJARA*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}





/*EFECTOS CAJA PUBLICITARIA1*/

.Container-CajaPublicitaria1{
    width: 100%;
    height: 60px;
	position: relative;
    background-image: url("../Imagenes/cajapublicitaria1.jpg");
    background-size: 130%;
	background-color:#0D0E46;
	animation: movimiento 10s infinite linear alternate;
	background-repeat: no-repeat;
    
}



@keyframes movimiento {
	from {
		background-position: bottom left;
	}to {
		background-position: top right;
	}
}





.capa-grandient{
	width: 100%;
	height: 100%;
	position: absolute;
	background:  -webkit-linear-gradient(left, black, #992407);
	opacity: 0.90;
}





/*EFECTO HOVER DEL MOUSE*/


.thumbnail:hover{
transform: scale(1.2);
box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}

.PhoneOnline {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 170px;
        right: 27px;
        background-color: #2a3bda;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 1000;
        box-shadow: 5px 5px 10px rgba(44, 44, 44, 0.6);
}

  .phone-icon {
      margin-top: 13px;
  }

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:100px;
    right:27px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    box-shadow: 5px 5px 10px rgba(44, 44, 44, 0.6);
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }

.cuadropublicitario {
    z-index: 1;
    padding-right: 0px;
    padding-left: 0px ;
    padding-top: 0px;
}

.cuadropublicitario {
    cursor: pointer;
    transition: all ease-out 0.2s;
}

.cuadropublicitario:hover {
    transform: scale(1.05);
    z-index: 200000;

}

/*APARECIO UN ESPACIO EN BLANCO SE COPIO UN STIOLO*/
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
margin-top: 0px;
}

/*ccs PARA ETIQUETA VIDEO*/
.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0px;
}
video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media (max-width: 650px) {
    .carousel {
        width: 100%;
        transform: translateX(0%) translateY(0%);
        padding-top: 0px;
    }

}

/*ccs PARA ETIQUETA CUADROS PAGINA PRINCIPAL*/
.EtiquetaCuadros {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 10%;
    z-index: 15;
    padding-top: 1px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
}

.SubtituloEtiquetaCuadros {
    font-family:'Square721';
	color: #f8f9fa;
    FONT-SIZE: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;

}




/*ccs PARA ETIQUETA CUADROS PAGINA FINAL*/


@media (max-width: 970px) {
    .Imagen1 {
        src: url('../Imagenes/portada2mini.jpg');

}
}