/*
______________________________________________________
           Plantilla de estilo.css   				 °
_____________________________________________________°
*/

	html{
		scroll-behavior: smooth;
	}
/*
	------------------ Contenido Global 
*/
	*{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		animation-delay: 1s;
		animation-timing-function: ease;
	}

	body{
		background-color: #E6E6E6;
	}

	.Page_container{
		font-family: sans-serif;
		display: grid;
		grid-template-areas: 
		"header"
		"main"
		"footer";
	}

/*
	------------------ Header 
*/

	.header_container{
		grid-area: header;
		background-color: #000;
		position: relative;
		display: flex;
		width: 100vw;
		height: 160px;	
		position: relative;
	  animation-name: apaV;
	  animation-duration: .5s;
	  animation-fill-mode: both;
	}

	.B_img_container{
		width: 100%;
		height: 100%;
	}

	.B_img_container img{
		width: inherit;
		height: inherit;
		object-fit: cover;
		opacity: 20%;
	}

	.txt_header_container{
		position: absolute;
		margin: auto;
		display: flex;
		width: 100%;
		padding: 10px;
	}

	.fp_container{
		height: 120px;
		width: 120px;
		border-radius: 50%;
		margin: auto;
	}

	.fp_container img{
		width: inherit;
		height: inherit;
		position: relative;
		object-fit: fill;
		border-radius: 50%;
	}

	.txt_content_container{
	  margin: auto;
	  display: flex;
	  flex-direction: column; 
	  justify-content: center;
	  padding: 10px;
	  text-align: center;
	}


	.ttl_container{
		border-bottom: solid 1px #aaa;
		padding-bottom: 5px;
	}

	#nombreP{
		font-family: 'IBM Plex Sans Arabic', sans-serif;
		font-size: 20px;
		color: #fff;
	}


	.cargo_container h4{
		font-family: 'IBM Plex Sans Arabic', sans-serif;
		font-size: 18px;
		margin-top: 5px;
		color: #7FB3D5;
	}

	.serv_container h4{
		font-family: 'IBM plex Sans Arabic', sans-serif;
		font-size: 15px;
		color: #aaa;
	}

	.serv_container{
		padding: 2px;
	}

	.serv_container h5{
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		color: #ccc;
	}

/*
	------------------ Main
*/

	main{
		grid-area: main;
		text-align:center;
	}

	.ttl_section_container{
		padding: 10px 20px;
		margin: 20px 0;
	}

	.ttl_section{
		color: #032E34;
		padding: 5px;
		border-bottom: solid 1px #bbb;
		margin-bottom: 10px;
		font-size: 25px;
		font-family: 'Montserrat',sans-serif;
	}

	.sbt_section_container{
		font-family: 'Motnserrat',sans-serif;
		font-size: 18px;
	}

	.section_content_container{
	}

	.buttons_container a{
		display: block;
		margin-top: 15px;
	}

	.buttons_container button{
		height: 50px;
		width: 50%;
		border-radius: 25px;
		border: hidden;
		background-color: #098A9E;
		color: #fff;
		box-shadow: 0px 4px 10px 0px #888;
		font-family: 'Montserrat',sans-serif;
		position: relative;
		animation-name: apaI;
		animation-duration: 1s;
		animation-fill-mode: both;
		transition: .3s;
	}

	.btns_redes_container{
		width: 100vw;
		box-sizing: border-box !important;
		padding: 0 10px;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		animation-name: apaD;
		animation-duration: 1s;
		animation-fill-mode: both;
	}

	.red_container{
		margin: auto;
		height: auto;
		width: 80px;
	}

	.i_re_container{
		display: flex;
		width: 100%;
		height: 80px;
	}

	.i_re_container a{margin: auto;}

	.i_re_container button{
		height:60px;
		width: 60px;
		border-radius: 50%;
		border: hidden;
		background-color: #555;
		box-shadow: 0px 4px 10px 0px #888;
	}

	.i_re_container i {
		font-size: 28px;
		color: #eee;
	}

	.G_container{
		padding: 0 10px;
	}

	.des_red{

	}


	.img_serv_container{
	background-color: #ddd;
	position: relative;
	height: 15em;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	animation-name: apaI;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function:ease;
	transition: 1s;
	box-shadow: 0px 8px 10px 0px #888;

}

.img_slider_container{
    width: 300%;
    height: 100%;
    display: flex;
}

.img_container{
    width: calc(100% /3);
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.img_container a{
	width: 100%;
	height: 100%;
}


.img{
    width: 100%;
    height: 100%;
    object-fit:hover;
}

.e{
	 width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn_left,.btn_right{
    height: 40px;
    width: 40px;
    background-color: #aaa;
    border-radius: 50%;
    display: flex;
    position: absolute;
    cursor: pointer;
    top: 50%;
}


.btn_left:hover,.btn_right:hover{
    background-color: #fff;
}

.btn_anuncio{
	padding: 10px;
	height:50px;
    width: 50%;
    background-color: #0A9AAf;
    display: flex;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0%;
    border-bottom-left-radius: 25px;
}
.txt_anun_G{
	margin: auto;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	opacity: 1;
}

.btn_left{
    left: 10px;
}

.btn_right{
    right:10px;
}

.btn_left i,.btn_right i {
    margin: auto;
    color: #666;
}

.visualC_container{
	position: absolute;
	bottom: 0;
    display: flex;
    height: 50px;
    width: 100%;
}

.ne_element{
    display: flex;
    position: relative;
    margin: auto;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #555;
}

.ne_container{
    margin: auto;
    height: inherit;
    width: 200px;
    display: flex;
}

.txt_Sn{
	padding: 0 30px;
	text-align: left;
	color: #333;
}

.form_container{
	background-color: #000;
	position: relative;
	display: flex;
	height: 400px;
}

.form_container_ba{
	width: 100%;
	height: 100%;
	opacity: 40%;
}

.form_container_ba img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.txt_f_container{
	padding: 10px;
	width: 100%;
	height: 100%;	
	position: absolute;
	display: flex;
}

.txt_f_container form{
	margin: auto;
}

.frm_IC{
	padding: 10px;
	text-align: left;
}

.frm_IC h5{
	font-family: 'Montserrat',sans-serif;
	margin-bottom: 10px;
	color: #ddd;
	font-size: 15px;
	padding-left: 20px;
}

.frm_IC  input{
	font-family: 'Montserrat',sans-serif;
	width: 70vw;
	padding: 10px;
	border-radius:20px;
	border: hidden;
	padding-left: 20px;
	background-color: #ddd;
	outline: none;
}


.as_inpt{
	height: 80px;
}


.btn_frm_container{
	padding: 10px;
}

.btn_frm_container button{
	height:34px;
	width: 40%;
	border-radius: 20px;
	border: hidden;
	font-size: 15px;
	background-color: #3CB0BA;
}

.mp_container{
	padding: 10px;
	margin-top: 15px;
	width: 100%;
	height: 250px;
}

.mp_container iframe{
	width: inherit;
	height: inherit;
}

/*
	------------------ Footer 
*/

footer{
	grid-area: footer;
	background-color: #363636;
}

.ft_img_container{
	margin:15px 0;
	width: 100%;
}

.ft_img_container a{
	width: inherit;
	height: inherit;
	display: flex;
}

.ft_img_container img{
	margin: auto;
}


.frase_ft_container{
	padding: 15px;
	text-align: center;
}

.frase_ft_container p{
	color: #ccc;
}

.drchs_ft{
	display: flex;
	height: 50px;
	background-color: #151515;
}

.drchs_ft h6{
	margin: auto;
	color: #aaa;
}



/*
	------------------ Animaciones 
*/

.buttons_container button:hover{
	background-color: #fff;
	color: #098A9E;
}

.i_re_container button:hover{
	background-color: #fff;
}


.i_re_container button:hover>i{
	color:#363636;
}

input:focus{
	outline: solid 2px #3CB0BA;
}




/*
______________________________________________________
           Responsive Design         				 °
_____________________________________________________°
*/

/*
@media screen and (min-width: 800px){

	.header_container{
		display: flex;
		height: 200px;
		margin-bottom: 30px;
	}

	.txt_header_container{
		margin: auto;
		height: 100%;
		padding: 0 30%;
	}

	.fp_container{
		height: 160px;
		width: 160px;
	}

	#nombreP{
		font-size: 30px;
	}

	.cargo_container h4{
		font-size: 25px;
	}

	.seccionP{
		display: flex;
		margin-bottom:30px;
		padding: 0 15%;
	}

	.ttl_section_container{
		width: 50%;
		padding: 0 10%;
	}

	.ttl_section{
		font-size: 50px;
		border: hidden;
	}

	.section_content_container{
		border-left: solid 1px #aaa;
	}

	.section_content_container{
		position: relative;
		width: 50%;
	}


	.buttons_container button{
		width: 250px;
	}

}

*/


@media screen and (min-width: 800px){
	
	.header_container{
		display: flex;
		height: 200px;
		margin-bottom: 30px;
	}

	.txt_header_container{
		margin: auto;
		height: 100%;
		padding: 0 30%;
	}

	.fp_container{
		height: 160px;
		width: 160px;
	}

	#nombreP{
		font-size: 30px;
	}

	.cargo_container h4{
		font-size: 25px;
	}

	.sbt_section_container{
		font-size: 20px;
	}


	.ttl_section{
		font-size: 50px;
		border: hidden;
	}


	.buttons_container button{
		width: 500px;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.seccionP{
		margin-top:5vh;
	}

	.btns_redes_container{
		padding: 0 25%;
		cursor: pointer;
	}

	.red_container{
		width:150px;
		height: 170px;
	}

	.i_re_container{
		height: 130px;
	}


	.i_re_container button{
		height: 80px;
		width: 80px;
		box-shadow: none;
		cursor: pointer;
	}

	.i_re_container i{
		font-size: 35px;
	}

	.des_red{
		font-size: 25px;
	}

	.G_container{
		display: flex;
	}

	.img_serv_container{
		margin: auto;
		width: 60%;
		height: 60vh;
	}

	.p_container{
		display: flex;
		padding: 0 25%;
	}

	.txt_Sn{
		margin: auto;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.mp_container{
		display: flex;
		height: 400px;
	}

	.mp_container iframe{
		margin: auto;
		width: 60%;
	}

	.frm_IC  input{
	width: 30vw;
	padding: 20px;
	}

	.btn_frm_container button{
		width: 150px;
		height: 50px;
		font-size: 18px;
	}

	.form_container{
		height: 600px;
		margin-bottom:0;
		background-color: ;
	}

	main{
		margin: 0;
	}

}

