/*--------------------------------------------------------------

  Template Name: Educan Education HTML Template.
  Template URI: #
  Description: Educan is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.clear {
	clear: both;
}
.cont_botones_contacto {
    display: inline-block;
    width: 100%;
    background-color:;
    min-height: 10px;
}
.botones_contacto {
	display: inline-block;
	box-sizing: border-box;
	padding: 15px;
	font-size: 16px;
	font-family: tahoma;
	text-align: center;
	color: #fff;
	line-height: 1;
	margin: 5px;
	border: none;
	border-radius: 3px;
}
.color_azulidees {background-color: #395DB0;}
.color_naranja {background-color: #ff761b;}
.color_verde {background-color: #16dd00;}
.color_azulmesngr {background-color: #0084FF;}
.nodecoration {
	text-decoration: none;
}
.recuadros_pago {
	background-color: #f9f9f9;
	padding: 15px;
	max-width: 400px;

}
.tituloSliderPpal {
	line-height: 1.1;
	background-color: #fff; 
	padding: 15px; 
	text-transform: none; 
	margin-top: 10px; 
	border-radius: 11px; 
	font-size: 40px; 
	color:#21489B;
}
.tituloSlider {
	line-height: 1.1;
	background-color: #fff; 
	padding: 15px; 
	text-transform: none; 
	margin-top: 10px; 
	border-radius: 11px; 
	font-size: 30px; 
	color:#21489B;
}
.subTituloSlider {
	line-height: 1.1;
	background-color: #fff; 
	padding: 10px; 
	text-transform: none; 
	margin-top: 10px; 
	border-radius: 11px; 
	font-size: 24px; 
	color:#21489B;
}



/*_______   SLIDE STYLES 1    _____*/
#c_slider {
	width:100%;
	overflow:hidden;
	max-height: 700px;
	}
#slider {
	display:flex;
	width:500%;
	}
.bg_slide_img {
	width:100%;
	min-height:450px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	}
.bg_slide_1 {background-image:url(../images/slider/bg/slider_bg2.jpg);}
.bg_slide_2 {background-image:url(../images/slider/bg/slider_bg3.jpg);}
.bg_slide_3 {background-image:url(../images/slider/bg/slider_bg2.jpg);}
.bg_slide_4 {background-image:url(../images/slider/bg/slider_bg3.jpg);}
.bg_slide_5 {background-image:url(../images/slider/bg/slider_bg2.jpg);}

.col_a, .col_b{
	width: 49%;
	min-height: 450px;
	display: inline-block;
	vertical-align:top;
	background-color: rgba(0,0,0,0);
}
.img_slide_ilus {float: left;width: 100%; float: left;}
.img_slide_ilus1 {max-width: 400px;}
.img_slide_ilus2 {max-width: 380px;}
.img_slide_ilus3 {max-width: 485px;}
.img_slide_ilus4 {max-width: 400px;}
.img_slide_ilus5 {max-width: 400px;}

.separador_texto {
	margin-top: 100px;
	width: 100%;
}
.texto_relevante {
	float: right;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	max-width:600px;
	margin-top: 10px;
	margin-left: 10%;
	font-family: 'Arial Black';
	font-weight: bold;
	color:#143caa; 
	font-size:30px; 
	text-align:right;
	padding:15px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	line-height: 1.1;
	}
.texto_secundario {
	float: right;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	max-width:500px;
	margin-top: 10px;
	margin-left: 10%;
	font-family: 'Arial';
	font-weight: bold;
	color:#143caa; 
	font-size:24px; 
	text-align:left;
	padding:10px 15px;
	border-radius: 5px;
	line-height: 1.1;
	}
#btn_prev, #btn_next {
	position: absolute;
	top:55%;
	height:50px;
	width:50px;
	background-color:rgba(0,79,128,.5);
	border-radius:50%;
	line-height:50px;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-family:monospace;
	margin:0px 8px;
	cursor:pointer;
	font-weight:bold;
	-webkit-transition:0.3s ease all;
    -moz-transition:0.3s ease all;
    -o-transition:0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition:0.3s ease all;
	}
#btn_prev:hover, #btn_next:hover {
	background-color:rgba(0,79,128,.9);
	}
#btn_prev {left:0px;}
#btn_next {right:0px;}
/*_______   SLIDE STYLES 2    _____*/
/* &&&&&&&&&&&&&&&&&&&&&  SLIDE FIN  &&&&&&&&&&&&&&&&&&&&&  */

.icono_wapp {
	width: 55px;
	height: 55px;
	background-color: rgba(0,0,0,1);
	position: fixed;
	bottom: 90px;
	right: 18px;
	background-image:url(../images/logo_wapp.jpg);
	background-size: cover;
	border-radius: 50%;
}

@media (min-width: 700px) and (max-width:1000px) {
#c_slider {
	width:100%;
	overflow:hidden;
	max-height: 450px;
	}
#slider {
	display:flex;
	width:500%;
	}
.bg_slide_img {
	width:100%;
	min-height:450px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	}
.col_a {
	width: 39%;
	min-height: 450px;
	display: inline-block;
	vertical-align:top;
	background-color: rgba(0,0,0,0);
}

.col_b{
	width: 59%;
	min-height: 450px;
	display: inline-block;
	vertical-align:top;
	background-color: rgba(0,0,0,0);
}
.img_slide_ilus {float: left;width: 100%; float: left;}
.img_slide_ilus1 {background-image:url(../images/slider/bg/slider_bg2.jpg); max-width: 400px;}
.img_slide_ilus2 {background-image:url(../images/slider/bg/slider_bg3.jpg); max-width: 380px;}
.img_slide_ilus3 {background-image:url(../images/slider/bg/slider_bg2.jpg); max-width: 485px;}
.img_slide_ilus4 {background-image:url(../images/slider/bg/slider_bg3.jpg); max-width: 400px;}
.img_slide_ilus5 {background-image:url(../images/slider/bg/slider_bg2.jpg); max-width: 400px;}

.texto_relevante {font-size:22px;}
.texto_secundario {	font-size:16px;}

}

@media (min-width: 1px) and (max-width:699px) {
.col_a {
	width: 100%;
	min-height: 320px;
	display: inline-block;
	vertical-align:top;
	background-color: rgba(0,0,0,0);
	text-align: center;
}

.col_b{
	width: 100%;
	min-height: 350px;
	display: inline-block;
	vertical-align:top;
	background-color: rgba(0,0,0,0);
	text-align: center;
}
.img_slide_ilus {float: left;width: 100%; float: left;}
.img_slide_ilus1 {background-image:url(../images/slider/bg/slider_bg2.jpg); max-width: 400px;}
.img_slide_ilus2 {background-image:url(../images/slider/bg/slider_bg3.jpg); max-width: 380px;}
.img_slide_ilus3 {background-image:url(../images/slider/bg/slider_bg2.jpg); max-width: 485px;}
.img_slide_ilus4 {background-image:url(../images/slider/bg/slider_bg3.jpg); max-width: 400px;}
.img_slide_ilus5 {background-image:url(../images/slider/bg/slider_bg2.jpg); max-width: 400px;}

.texto_relevante {font-size:22px; 
	float: none; 
	text-align: center; 
	width: 90%; 
	margin-left: 5%;

}
.texto_secundario {	font-size:16px; 
	float: none; 
	text-align: center; 
	width: 90%; 
	margin-left: 5%;

}

}