@import url('body.css');
@import url('content.css');

/**/
#container{ width:100%; margin-right: auto; margin-left: auto; text-align: left;}
#content{ float:left; width:100%;}
#top{float:left; width:100%; padding:10px 0px; }
#nav{float:left; width:100%;  background-color:#4E4546;}
#footer{float:left; width:100%; background: rgb(54,146,129); background: linear-gradient(90deg, rgba(54,146,129,1) 0%, rgba(54,146,129,1) 51%, rgba(255,255,255,1) 57%);}





/**/
#slide{float:left; width:100%;}
.slide_box{ float:right; width:40%; }
.slogan_slide{ float:left;  width:80%; font-size:50px; font-weight:600; line-height:70px; text-align:left; padding-bottom:5px; color: #fff;text-shadow: 1px 1px #000000; margin: 10% 10% 0;}
.slogan_simple{ color:#fff; box-sizing:border-box; font-size:40px; margin: 0 10%; }
.form_slide{ float:left; width:100%;   box-sizing:border-box; }

.slide_box_left {
    float: left;
    width: 50%;
    display: block;
	margin-top:100px;
   
}
.slide_box_left  img { float:left; width:100%; margin-top:19px; } 
@media screen and (max-width: 780px) {
.slide_box, .slide_box_left {  float:left; width:100%; margin-bottom:20px;}

}

.slogan_fondo{
    width: 70%;
    color: #fff;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 20%;
    left: 10%;
    text-align: left;
	}

.slogan_fondo h3{
    font-size: 45px;
    line-height: 55px;
    margin-top: 15px;
	text-shadow: 2px 3px #000000;
	padding-bottom: 20px;
	font-weight: 600;
	}
.slogan_fondo p{
	font-size:20px;
    line-height: 30px;
	text-shadow: 1px 2px #000000;
	}

/**/
.center{ max-width: 1200px; width:100%; margin-right: auto; margin-left: auto; }

.center_divs {
	float:left;
	width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	    justify-content: space-evenly;
		
}
.center_divs .item {
	 width:25%;
	
}


.center_divs .card {
	 width:28%;
	 background: #fff;
     border-radius:20px;
	 margin-bottom:20px;
	 padding: 0 2%;
}
.center_divs .card p {
	font-size: 25px;
    font-weight: 200;
    text-align: center;
	margin: 10px 0 0;
}


@media only screen and (max-width: 1234px) {
.center{ width:96%; padding:0% 2%;  }	
}

@media only screen and (max-width: 1025px) {
.slide_box {
    float: left;
    width: 700px;
    margin-top: 100px;
    margin-left: 50px;
}
.slogan_slide {
    float: left;
    width: 50%;
    font-size: 65px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
}
}

@media only screen and (max-width: 768px) {
	.logo2{display:none;}
	.center{  margin-bottom: 0px; }
	.slide_box {
		float: left;
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
	}
	.slogan_slide {
		float: left;
		width: 100%;
		font-size: 40px;
		font-weight: 600;
		line-height: 50px;
		text-align: center;
		margin: 40% 0 0;
	}
	#slide{height: auto;}
	.form_slide{ padding:5%; background: #fff;
    border-radius: 10px; }
	.form_slide h1{ font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 35px;	 }	
	.center_divs .item {
		 width:50%;
		margin-bottom: 30px;
	}
}


/**/
.card_1{
	float: left;
    width: 100%;
    font-size: 43px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    color: #105388;
	font-weight:600;
	padding-bottom:30px;
	
}
.card_2{float:left; width:100%; padding:30px 0;  min-height: 260px;}
.card_2 ul {
	
width:80%;
display:block;
margin:auto;
  
}
.card_2 ul li {
    font-size: 1rem;
    font-weight: 500;
    color: #1e1d1d;
	list-style:disc;
	text-align: left;
}

.card_3{float:left; width:100%;}
.card_4{float:left; width:100%;}

.card_4 .buttom_1 { width:70% !important;}
.card_5{float:left; width:100%; padding:10px; color:#fff; box-sizing: border-box;    text-align: center;  font-size: 18px;     margin: 20px 0px;}

@media only screen and (max-width: 768px) {
.center_divs .card { width:100%;  }	
}

/**/

.listaBeneficios li {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1e1d1d;
    list-style: disc;
	margin-bottom:10px;
}


.slogan_r { font-size:30px; float:right; color:#fff;  line-height:80px; }

/*LINKS*/
.links{ text-decoration:none; color:#09F;}
.links:hover{ text-decoration:underline;}

/*TOP*/
.logo{ width: 300px; margin: auto;}
.logo a { display: block; text-indent: -100px; overflow: hidden;}
.top_box1{float:left;  width:100%;}
.top_box2{float:left; width:100%;}
.logo2{float:right; width:200px;}

@media only screen and (max-width: 768px) {
.logo2{display:none;}
.logo{float:none; width:300px; margin:auto; }
}

/*CONTENT*/
.module_1{float:left;  width:100%; padding:10px 0px; background-color: #5D9282; font-size: 40px; color: #fff; box-shadow: 1px 9px 13px 0px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 1px 9px 13px 0px rgba(0,0,0,0.3) inset; -moz-box-shadow: 1px 9px 13px 0px rgba(0,0,0,0.3) inset;}
.module_1 p {margin:1%;}
.module_2{float:left; width:100%; background-color:#F4F4F4; margin-top:50px;}
.module_3{float:left;  width:100%;  padding:40px 0px; background-color: #D90082; color:#fff; text-align:center; font-size:22px;}
.module_4{float:left;  width:100%;  padding:40px 0px;  }
.module_5{float:left;  width:100%;  padding:40px 0px; background-color: #F5F5F5; }
.module_5 .title { color:#fff;}
.module_6{float:left;  width:100%;  padding:40px 0px; background-image: url(../img/fondo-colores.jpg); background-size: cover; background-repeat: repeat-y; }
.module_7{float:left;  width:100%; padding:40px 0px; font-size: 40px; }

.module_3 h2{font-weight: 600; font-size: 50px; margin-bottom: 5px;}
.module_2 h2{font-weight: 700; margin-top: 75px; font-size: 40px; line-height: 50px; color:#3C8045; margin-bottom:10px;}
.module_2 p{font-size: 20px; line-height: 30px;}

.module_2 ul {
    list-style: none;
    text-align: left;
    width: 90%;
    font-size: 16px;
	margin-left: -40px;
}
.module_2 ul li::before {
    content: "";
    background-image: url(../img/tick.png);
    background-size: contain;
    display: inline-block;
    width: 0.7em;
    height: 0.9em;
    position: relative;
    top: 0.1rem;
    margin-right: 0.2rem;
}

@media screen and (max-width: 780px) {
	.module_1{font-size: 20px; }
	.module_3 h2{font-size: 25px;}
	.module_3 p{font-size: 17px;}
	.module_2 h2{margin-top: 10px; margin-left: 10px;}
	.module_2 p{margin-left: 10px;}
	.module_2 ul{margin-left: 10px;}
	.module_7{padding:20px 0px; }
}

/*FOOTER*/
#foooter{ display:table;}
.footer_box{float:none;  width:20%; display: table-cell; vertical-align: top;}
.footer_box1{float:left;  width:100%;}
.footer_box2{float:left;  width:100%;}
.footer_box3{float:left;  width:100%;}
.footer_box4{float:left;  width:100%;}
.footer_box .title{ font-size:14px; margin-bottom:15px;}

@media screen and (max-width: 780px) {
.footer_box{float:left;  width:100%; margin-bottom:25px;}
}

.title{ 
		float:left; 
		width:100%; 
		padding:20px 0px;
		font-size: 38px;
		text-align: center;
		width: 100%;
		letter-spacing: -2px;
		font-weight: 600;
		margin-bottom:30px;
}




/**/
.item { text-align:center;}
.icono {
	 width: 35%;
	 height:auto;
}
.icono2 {  width: 100%;	 height:auto;}


.caption {
    display: block;
    padding-top: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
	color:#666;
}

.buttom_1 {
	
    text-decoration: none;
    background-color:#D90082;
    border-color: #005cbf;
    width: 400px;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: block;
    margin: 10px auto;
    font-size: 20px;
    border-radius: 10px;

}
.buttom_2 {
	
    text-decoration: none;
    background-color:#BD9D22;
    border-color: #005cbf;
    width: 400px;
    padding: 6px 10px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: block;
    margin: 10px auto;
    font-size: 20px;
    border-radius: 10px;

}
.buttom_3 {
	
    text-decoration: none;
    background-color:#3C8045;
    width: fit-content;
    padding: 6px 20px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    border-radius: 10px;

}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -20px;
    text-align: center;
    margin-top: -26px;
    position: relative;
    z-index: 3;
}
/* /////////   GRALS  //////// */


.subtitle{float:left; width:100%;}
.data{float:left; width:100%; }

@media only screen and (max-width: 768px) {
	.buttom_2 { width:80%;}
}


/* //////////   MENUS  //////// */

/*MENU VERTICAL*/
#menuv { }
#menuv ul, li { list-style-type: none; }
#menuv ul { margin: 0; padding: 0; }
#menuv li { border-bottom: 1px solid #ACCFE8; }
#menuv a { text-decoration: none; color: #000; display: block; padding: 3px 6px; width: 148px; }
#menuv a:hover { background: #DBEBF6; }


/*MENU HORIZONTAL*/
#menuh { }
#menuh ul, li { list-style-type: none; }
#menuh ul { margin: 0; padding: 0; }
#menuh li { float: left; }
#menuh a { text-decoration: none; color: #000; display: block; padding: 3px 10px; text-align: center; }
#menuh a#primero { border-left: 1px solid #ACCFE8; }
#menuh a:hover { background: #DBEBF6; }


/*MENU CENTRADO*/
#menuc { }
#menuc ul { list-style-type: none; margin: 0 auto; padding: 0; text-align: center; }
#menuc li { display: inline; padding: 5px; margin: 1px; }
#menuc a { }
#menuc a:hover { background: #DBEBF6; }



/*CONTACTO*/

#contact-area * { margin: 0; padding: 0; }
#contact-area  { margin-top: 20px; float: left; }
#contact-area p { font-size: 1.3em; margin-bottom: 15px; }
#contact-area { width: 100%; }
#contact-area input { padding: 3%; width: 94%;  font-size: 14px; border: 1px solid #888; color: #000; float: left; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-radius:6px; }
#contact-area textarea { padding: 5px; width: 100%; font-size: 14px; border: 1px solid #888; color: #000; float: left; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
#contact-area textarea { height: 90px; }
#contact-area textarea:focus, #contact-area input:focus { border: 1px solid #900; }
#contact-area input.submit-button { 
text-decoration: none;
    background-color: #0062cc;
    border-color: #005cbf;
    padding: 15px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: block;
    margin: 20px auto;
    font-size: 20px;
    border-radius: 10px;
    background-image: url(../img/biblos/back_03.png);
    text-align: center;
    background-repeat: repeat;
    background-position-y: repeat;
    background-position-x: center;
	    width: 80%;
		margin:auto;
		float: none;
 }
#contact-area label { float: left; text-align: left; margin-top: 15px; width: 100px;   }
.form-group {
	margin-bottom: 0%;
    padding-right: 10%;	
}
/**/


.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}



.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}



.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}




.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}



.form-control {
    display: block;
    width: 100%;
	box-sizing: border-box;
    height: calc(1em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control2 {
    display: block;
    width: 100%;
	box-sizing: border-box;
    height: calc(1em + .75rem + 100px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.campoform {
    margin-bottom: 1vh;
	border: 2px solid #00a877;
    border-radius: 5px;
    outline: 0;
    font-weight: normal;
    min-height: 35px;
    font-size: 13px;
    line-height: 1;
    color: #27272c;	
}

label {font-weight: 500;}

#botonEnviar {
	text-decoration: none;
    background-color: #BE9F22;
    border: none;
    padding: 5px 35px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
    border-radius: 10px;
    text-align: center;
}

/**/
.descuento{ background-image: url(../img/biblos/back_01.png); text-align:center; color:#fff;  padding:20px; box-sizing:border-box; background-position-y: bottom;   background-repeat-x: repeat; font-size: 55px; letter-spacing: -1px; line-height: 50px; padding-top:50px; padding-bottom:50px;}
.descuento span { display:block; }
.descuento_info{ background-image: url(../img/biblos/back_02.png); text-align:center; color:#fff;   padding:20px; box-sizing:border-box; font-size:20px; }
.pt0{ padding-top:0 !Important; }
  
.border_round{ box-sizing:border-box; float:left;background-color:#fff;width: 100%; }
.texton {text-align: center;
    padding: 4% 6% 0;
    font-size: 42px;
    font-weight: 200;
    margin: initial;
    line-height: 50px;}
.texton2 {margin-top: 45%;
    margin-left: 5%;
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    text-shadow: 3px 4px #000000; }

@media only screen and (max-width: 768px) {
	.slogan_simple{ font-size:20px; text-align: center; }
	.descuento{ font-size: 45px; line-height: 40px; padding-top:40px; padding-bottom:40px;}
	.descuento_info{ padding:16px; font-size:16px; }
	.title{ 
			font-size: 26px;
	}
	.ocultar{ display:none; }
	.texton {
		font-size: 30px;
		font-weight: 400;
		margin: initial;
		line-height: 40px;}
	.form-group {
		padding-right: 0%;	
	}
		
}


/**/

.buttom_central{
	display: block;
    width: 400px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    margin: 10px auto;	
}

.tex_central{
	 text-align: center;
     color:#666;
	font-size: 30px;	 
}

.listado_iconos{  width:100%; list-style:none; margin:0; padding:0; }
.listado_iconos li{ float:left; width:14%; list-style:none; margin:0; padding:0;}
.listado_iconos li img{  width:80%;  margin:20px auto; display: block; }
.listado_iconos li span{ float:left; width:100%; text-align:center; font-size: 16px; }

@media only screen and (max-width: 768px) {
	
	.listado_iconos li{ float:left; width:33%; list-style:none; margin:0; padding:0; min-height: 220px;}
	
	
}
