@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oxygen');

/* CSS Document */
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body{
    position: relative;
}

h1,h2,h3,h4,h5,h6{
	color: #444444;
	font-weight: 800;
}

.btn-1ro{
	font-size:20px;
	padding: 9px 40px 10px 40px;
	border: 1px solid #0263a7;
	margin: 5px;
	display: inline-block;
    cursor: pointer;
	border-radius: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	transform: scale(0.80);
	-ms-transform: scale(0.80);
	-webkit-transform: scale(0.80);
	transition: transform 0.4s;
}
.btn-1ro:hover{
	color:#ffffff;
	background:linear-gradient(to right,#0263a7 50%, #27BEEC 100%);
	transform: scale(0.85);
	-ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
	opacity: .9;
}

/************************NAVBAR******************************************/

.navbar .navbar-brand #logo-eces{
	width: 200px;
}

.navbar .collapse .navbar-nav{
	margin-left:60%;
}

.navbar .collapse .navbar-nav .nav-item a{
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    padding-right: 25px;
    text-transform: uppercase;
}




/************************FIN NAVBAR**************************************/

/************************SLIDER******************************************/


#carouselExampleIndicators .carousel-inner .carousel-item{
	height: 680px;
}
.carousel .carousel-inner .item1{
	background-blend-mode: multiply;
	background:url(../images/banners/1.jpeg),url(../images/elementos/fondo.png),rgba(0,0,0,0.2);
	background-size: cover,auto, cover;
    background-position: right center, left bottom, center center !important;
    background-repeat: no-repeat,repeat,no-repeat;
}


.carousel .carousel-inner .item2{
	background-blend-mode: multiply;
	background:url(../images/banners/1.jpg),url(../images/elementos/fondo.png),rgba(0,0,0,0.2);
	background-size: cover,auto, cover;
    background-position: right center, left bottom, center center !important;
    background-repeat: no-repeat,repeat,no-repeat;
}


.carousel .carousel-inner .item3{
	background-blend-mode: multiply;
	background:url(../images/banners/2.jpg),url(../images/elementos/fondo.png),rgba(0,0,0,0.2);
	background-size: cover,auto, cover;
    background-position: right center, left bottom, center center !important;
    background-repeat: no-repeat,repeat,no-repeat;
}


#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption{
	width: 80%;
	transform: translateY(-55%);
	text-align:right;
	
}
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h1{
font-size: 7vh;
text-shadow: 1px 1px 2px #000000;
color:#ffffff;
text-transform:uppercase;
font-weight:700;

}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption p{
font-size: 30px;
text-shadow: 1px -1px 2px  #000000;
color:#ffffff;
text-transform:capitalize;
font-style: oblique;
font-weight:100;
}
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption .cont_ver_line{
	width:300px;
	height:10px;
	margin-bottom:10px;
	margin-right:-100px;
	float: right;

}
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption .cont_ver_line img{
	width:auto;
	height:auto;
	margin-left:-100px;

}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption #btn-ver_planes{
	margin-top:5vh;
	text-decoration:none;
}


/************************FIN SLIDER**************************************/






/************************CONT SERVICIOS**************************************/

.cont-servicios{
	width: 100%;
	min-height: 350px;
	padding: 50px;
	background: #E5EEEE;
	text-align: center;
}

.cont-servicios .row .col-sm-12 .title-servicios, .descripcion-servicios{
	color: #444444;
}

.cont-servicios .row  .descripcion-servicios{
	font-style: oblique;
	font-size: 20px;
	margin:15px 0px 25px 0px;
}


.cont-servicios .acceso_servicio {
	
	display: inline-block; 
	text-align:center; 
	vertical-align:top;
	padding-top: 20px;
	margin-bottom: 30px;
	color: #fff;
	width: 230px;
	height: 300px;
	border-radius: 7px;
	box-shadow: -1px 1px 4px -1px #ffffff;
	transition:all  0.3s ease;

}

.cont-servicios .acceso_servicio .txt-parrafo{

	font-size: 15px;
	height: auto;
	margin:30px 0px 10px 0px;

}
.cont-servicios  .acceso_servicio  i{
	margin-right: 5px;
	font-size:25px;
}

.cont-servicios .acceso_servicio:hover{
	transform: scale(1.05);
	box-shadow: 1px 1px 0px 0px #444444;
	background: rgba(255,255,255,0.8) !important;
	color: #444444;
}

.cont-servicios .acceso_servicio .txt5{
	font-size: 8px;
	color: #ffffff;
	background: #1880F4;
	padding: 7px;
	border-radius: 15px;
	margin-top:10vw;
	letter-spacing:2px;
}

.cont-servicios .acceso_servicio .txt5 i{

	font-size: 8px;
	color: #ffffff;
	padding: 7px;

}
.cont-servicios .acceso_servicio .txt5:hover{
	color: #ffffff;
	opacity:none;

}
/************************FIN CONT-SERVICIOS**************************************/

/************************FOOTER**************************************/
.page-footer{
	background:linear-gradient(to right, rgba(30, 75, 115, 1),#0263a7);
	color: #ffffff;
}
.page-footer a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.page-footer a:hover {
	color: #000000;
}
.page-footer .footer-copyright{
	background-color:#0263a7;b
}

/************************FIN FOOTER************************************/

.btn-whatsapp{
    position: fixed;
    right: 0;
    bottom: 3rem;
}

.btn-whatsapp a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: #5cc753;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #ffffff;
}

.btn-whatsapp a:hover{
    text-decoration: none;
    color: #ffffff;
}

.btn-whatsapp a div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-whatsapp a div span:last-child{
    font-size: 1.3rem;
}

/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{FIN INICIO}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/











/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{PAGINA SERVICIOS}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/


/**********|BANNER PORTADA|************/
#banners .descripcion{
	margin-top:150px;
	margin-left:50px;
}
#banners #img-3line{
	position: absolute;
	left: 0; 
	bottom: 30px;
}
#banners #img-3line img{
	width:100%
}

#banners .descripcion i{
font-size:60px; 
color:#0263A7;
text-shadow: 1px 1px 1px #fff;
margin-left:1vw;
}
#banners .descripcion .title-cat, .title-servicio{
	color:#ffffff;
	text-shadow: 1px -1px -1px #000000;
}

#banners .descripcion .title-cat{
	font-size:30px;
	font-style: oblique;
	font-weight:300;
}

#banners .descripcion .title-servicio{
	font-size:40px;
	font-weight:400;
}

/**********|FIN BANNER PORTADA|************/



/**********|COLLAPSE DE CONTENIDO DEL SERVICIO|************/
/*++++++++ARTICLE DE LISTA DE SERVICIOS++++*/
#cont-descripcion  #contacto_rapido p{
	text-align:center;
	margin:30px 10px 10px 10px;
}
#cont-descripcion .accordion{
	margin:30px;
}

#cont-descripcion .accordion .card .card-header .item-collapse{
	display: flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
}
#cont-descripcion .accordion .card .card-header .item-collapse  .title-item-collapse{
	color:#21252B;
	text-decoration: none;
	font-style: oblique;
	font-size:17px;
	font-Weight:500;
	cursor: pointer;
}
#cont-descripcion .accordion .card .card-header .item-collapse #ver-contenido{
	font-size:13px;
	text-decoration: none;
	cursor: pointer;
	transform: scale(0.90);
	transition:transform 0.2s;
}
#cont-descripcion .accordion .card .card-header .item-collapse #ver-contenido i{
	margin-right:3px;
}
#cont-descripcion .accordion .card .card-header .item-collapse #ver-contenido:hover{
	color:#0263A7;
	transform: scale(1);
	text-decoration: none;
	cursor: pointer;
}


#cont-descripcion .accordion .card  .card-body{
	color:#444444;
	font-size:14px;
}
#cont-descripcion .accordion .card  .card-body ul{
	margin-left:40px;
	
}
/***ADICIONAL RL EMPRESAS***/
#cont-descripcion #descripcion-breve-rlempresas{
	margin:50px;
	color: #444444;
}
/***ADICIONAL RL OTRAS ESPECIALIDADES***/
#cont-descripcion #list-otras-especialidades{
	margin:50px;
	color: #444444;
}

/*++++++++FIN ARTICLE DE LISTA DE SERVICIOS++++*/






/*++++++++++++++++++++NAV RIGHT++++++++++++++++*/
#cont-descripcion #nav-right  h4{
	font-weight:600;
	text-transform: uppercase;
}
#cont-descripcion #nav-right  hr{
	width: 60%;
	height:5px;
	color: #0263A7;
}

/***CONTACTO MAIL**/
#cont-descripcion #nav-right .contacto-mail{
	font-size:18px;
	margin:30px 10px 30px 10px;
	color:#21252B;
}
#cont-descripcion #nav-right .contacto-mail #item a{
	text-decoration:none;
}
#cont-descripcion #nav-right .contacto-mail #item a i{
	font-size:25px;
	margin:10px;
	color: #444444;
	transition:transform 0.2s;
	transform:scale(0.90);
	cursor: pointer;
}
#cont-descripcion #nav-right .contacto-mail #item a i:hover{
	color: #0263a7;
	transform:scale(0.95);
}

/***NAV MENU**/
#cont-descripcion #nav-right .menuNav{
	font-size:18px;
	margin:30px 10px 30px 10px;
	color:#21252B;
	display: flex;
	flex-wrap: wrap;
}
#cont-descripcion #nav-right .menuNav ul li{
	margin-left: 20px;
	list-style:none;
	margin: 20px 0px 20px 0px;
	text-transform: capitalize;
	font-size:15px;
	transition:all 0.2s ease 0.2s;

}
#cont-descripcion #nav-right .menuNav ul li:hover{
	color: #0263A7;
	margin-left: 10px;

}
#cont-descripcion #nav-right .menuNav ul li i{
	color: #444444;
	font-size: 15px;
	margin-right: 5px;
	transition: all 0.2s ease 0.2s;
}
#cont-descripcion #nav-right .menuNav ul li i:hover{
	margin-right: 0px;
	color: #0263A7;

}
#cont-descripcion #nav-right .menuNav ul li a{
	color: #444444;
	text-decoration: none;
}

/*++++++++++++++++++FIN NAV RIGHT++++++++++++++*/

/**********|FIN COLLAPSE DE CONTENIDO DEL SERVICIO|************/


/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{PAGINA NOSOTROS}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/

#cont-nosotros{
	height:auto;
	margin:10px;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#cont-nosotros .item1{
	width: 600px;
	background-blend-mode: multiply;
	background: rgba(0,0,0,0.2),#21252B;

	display: flex;
	justify-content: center;
	align-items:center;
	flex-wrap: wrap;
}

#cont-nosotros .item1{
	padding:60px 30px 60px 30px;
	background-blend-mode: multiply;
	background: rgba(0,0,0,0.6);
	
}

#cont-nosotros .item1 span{
	color: #ffffff;
	font-size: 20px;
	font-style:oblique;
}

#cont-nosotros .item2{
	width: 600px;

	background-blend-mode: multiply;
    background: url(../images/banners/pexels-photo-1043506.jpeg),url(../images/elementos/fondo.png),linear-gradient(to right, #1C4C76,#0263A7);
    background-size: cover,auto, cover;
    background-position: right center, left bottom, center center !important;
	background-repeat: no-repeat,repeat,no-repeat;
	opacity:.8;

	display: flex;
	justify-content: center;
	align-items:center;
	flex-wrap: wrap;
}

#cont-nosotros .item2 span h3{
color: #ffffff;
font-size:35px;
text-align: center;
margin:60px 30px 60px 30px;
font-weight:500;

}


/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{FIN PAGINA NOSOTROS}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/



/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{PAGINA PLANES}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/



#planes .row #item-plan{
	margin:20px 10px 40px 10px;
	cursor:pointer;
}
#planes .row #item-plan a{
	text-decoration:none;

}

#planes .row  #item-plan img{
	width:360px;
	height:220px;
	object-fit:cover;
	border-radius:10px;
	box-shadow:1px -1px 3px -1px #000000;
	
}
#planes .row  #item-plan h4{
	margin:10px;
	color:#444;
}
#planes .row  #item-plan p{
   margin:5px; 
   width:auto;
   height:auto;
   color:#444;
   font-style: oblique;
}

#planes .row  #item-plan .mas-info-plan{
	font-size:10px;
	color: #444444;
	background:transparent;
	padding:5px;
	border-radius: 15px;
	border:1px solid #444444;
	margin-top:10vw;
	letter-spacing:2px;
   margin-left:10px;
   transition:all 0.2s ease 0.1s;

}
#planes .row  #item-plan .mas-info-plan:hover{
	color:#ffffff;
	border:1px solid #ffffff;
	background: #1880F4;
	opacity:.8;
 }
#planes .row  #item-plan .mas-info-plan i{
	margin-right:5px;
	font-size:10px;
 }


/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{FIN PAGINA PLANES}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/




/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{PAGINA CONTACTO}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/

#cont-contactos{
	background: rgba(0,0,0,0.1);
}

#cont-contactos .cont-item1{
	background: rgba(0,0,0,0.6);
	color: #fff;
}
#cont-contactos .item1{
	margin:20px 20px 20px 20px;
	font-size:20px;

	
}

#cont-contactos .cont-item1 .item1 .list-contac .li-2{
	font-size: 17px;
	margin-left:40px;
}
#cont-contactos .cont-item1 .item1 .list-contac li{
	margin:5px;
	list-style:none;
}
#cont-contactos .cont-item1 .item1 .list-contac #title-list1, #title-list2, #title-list3{
	font-style: oblique;
	font-Weight:400;
}
#cont-contactos .cont-item1 .item1 .list-contac i{
	margin:10px;
	color: #ffffff;
}

#itemIcons i{
		margin:10px;
		color:#444;
		font-size:27px;
		transform:scale(0.90);
		transition:all 0.2s ease 0.2s;
	}
	#itemIcons i:hover{
		color:#000;
		transform:scale(0.95);
	}




#cont-contactos .cont-item2 h3{
	margin-left:40px;
	color: #ffffff;
}
#cont-contactos .cont-item2{
	background-blend-mode:multiply;
	background:url(../images/banners/pexels-photo-900108.jpeg),linear-gradient(to right,#1C4C76,#0263A7);
	opacity: .9;
}

#cont-contactos .cont-item2 form{
	margin-top:5vh;
}

#cont-contactos .item2{
	margin:20px 20px 20px 20px;
	font-size:20px;
}

#cont-contactos #formContacto input {
	margin:40px 20px 0px 0px;
}


/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{FIN PAGINA CONTACTO}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/



/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{PAGINA COTIZACIÓN}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/


#cont-cotizacion h3{
margin:30px;
font-weight: 500;

}
#cont-cotizacion #cont-item1,#cont-item2{
	height:auto;
	margin-bottom:8vh;
}
#cont-cotizacion #cont-item1{
	background:transparent;
}
#cont-cotizacion  #cont-item1 img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;

}



#cont-cotizacion #cont-item2{
	background-blend-mode: multiply;
	background:url(../images/banners/pexels-photo-1179804.jpeg),linear-gradient(#1C4C76,#0263A7);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .9;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

#cont-cotizacion #cont-item2 form{
	margin:7px;
}

#cont-cotizacion #cont-item2 form select{
	margin:5px;
}
#cont-cotizacion #cont-item2 form input{
	margin:5px;
}





/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{FIN PAGINA COTIZACIÓN}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/



/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{FOOTER}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/

.page-footer .container .item-page h6 a{
	text-decoration: none;
}

/***{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{FIN FOOTER}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}***/







/*********************************************************************************/
																				/*/
					MEDIA QUERYS												/*/
																				/*/
/*********************************************************************************/	

/*++++++++++++++++NAVBAR ESPECIFICO++++++++++++++*/
@media only screen and (max-width:1440px){

	.navbar .collapse .navbar-nav{
		margin-left:55%;
	}
}
@media only screen and (max-width:1308px){

	.navbar .collapse .navbar-nav{
		margin-left:50%;
	}
}
@media only screen and (max-width:1196px){

	.navbar .collapse .navbar-nav{
		margin-left:45%;
	}
}
@media only screen and (max-width:1088px){

	.navbar .collapse .navbar-nav{
		margin-left:40%;
	}
}
@media only screen and (max-width:1020px){

	.navbar .collapse .navbar-nav{
		margin-left:35%;
	}
}
@media only screen and (max-width:960px){

	.navbar .collapse .navbar-nav{
		margin-left:0%;
	}
}

/*++++++++++++++++FIN NAVBAR ESPECIFICO++++++++++++++*/


/*++++++++++++++++MEDIA QUERY SLIDER++++++++++++++*/
@media only screen and (min-width:1300px){
	#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption{
		width: 80%;
		transform: translateY(-10%);
		text-align:center;
		
	}
}

@media only screen and (max-width:1300px){
	#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption{
		width: 80%;
		transform: translateY(-20%);
		text-align:center;
		
	}
}

@media only screen and (max-width:519px){
#carouselExampleIndicators .carousel-inner .carousel-item{
	height: 680px;
}
.carousel .carousel-inner .item1{
	background-blend-mode: multiply;
	background:url(../images/banners/1.jpeg),url(../images/elementos/fondo.png),rgba(0,0,0,0.2);
	background-size: cover,auto, cover;
    background-position: right center, left bottom, center center !important;
    background-repeat: no-repeat,repeat,no-repeat;
}


.carousel .carousel-inner .item2{
	background-blend-mode: multiply;
	background:url(../images/banners/1.jpg),url(../images/elementos/fondo.png),rgba(0,0,0,0.2);
	background-size: cover,auto, cover;
    background-position: right center, left bottom, center center !important;
    background-repeat: no-repeat,repeat,no-repeat;
}


.carousel .carousel-inner .item3{
	background-blend-mode: multiply;
	background:url(../images/banners/2.jpg),url(../images/elementos/fondo.png),rgba(0,0,0,0.2);
	background-size: cover,auto, cover;
    background-position: right center, left bottom, center center !important;
    background-repeat: no-repeat,repeat,no-repeat;
}


#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption{
	width: 80%;
	transform: translateY(-30%);
	text-align:center;
	
}
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h1{
font-size: 6vh;


}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption #title2{

	font-size: 4vh;
	}


#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption p{
font-size: 30px;
text-shadow: 1px -1px 2px  #000000;
color:#ffffff;
text-transform:capitalize;
font-style: oblique;
font-weight:100;
}
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption .cont_ver_line{
	width:300px;
	height:10px;
	margin-bottom:10px;
	margin-right:-100px;
	float: right;

}
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption .cont_ver_line img{
	width:auto;
	height:auto;
	margin-left:-100px;

}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption #btn-ver_planes{
	margin-top:5vh;
	text-decoration:none;
}
}
/*++++++++++++++++FIN MEDIA QUERY SLIDER++++++++++++++*/



/*++++++++++++++++ MEDIA QUERY BANNERS SERVICIOS++++++++++++++*/
@media only screen and (max-width:896px){

	/**********|BANNER PORTADA|************/
#banners .descripcion{
	margin-top:150px;
	margin-left:20px;
}
#banners #img-3line{
	position: relative;
	left: 0; 
	bottom: 30px;
}
#banners #img-3line img{
	width:400px;
	margin-left:-40px;
	margin-top:5px;
}
#banners .descripcion i{
font-size:60px; 
color:#0263A7;
text-shadow: 1px 1px 1px #fff;
margin-left:1vw;
}
#banners .descripcion .title-cat, .title-servicio{
	color:#ffffff;
	text-shadow: 1px -1px -1px #000000;
}

#banners .descripcion .title-cat{
	font-size:30px;
	font-style: oblique;
	font-weight:300;
}

#banners .descripcion .title-servicio{
	font-size:30px;
	font-weight:400;
}

/**********|FIN BANNER PORTADA|************/

	
}


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

	/**********|BANNER PORTADA|************/
#banners .descripcion{
	margin-top:150px;
	margin-left:20px;
}
#banners #img-3line{
	position: relative;
	left: 0; 
	bottom: 30px;
}
#banners #img-3line img{
	width:300px;
	margin-left:-40px;
	margin-top:5px;
}
#banners .descripcion i{
font-size:50px; 
color:#0263A7;
text-shadow: 1px 1px 1px #fff;
margin-left:1vw;
}
#banners .descripcion .title-cat, .title-servicio{
	color:#ffffff;
	text-shadow: 1px -1px -1px #000000;
}

#banners .descripcion .title-cat{
	font-size:30px;
	font-style: oblique;
	font-weight:300;
}

#banners .descripcion .title-servicio{
	font-size:30px;
	font-weight:400;
}

/**********|FIN BANNER PORTADA|************/

	
}


/*++++++++++++++++ MEDIA QUERY BANNERS SERVICIOS++++++++++++++*/