/*
	Codigo de css de:
	Desarrollado por: José Miguel Murillo Romero.
	UFDR: 11/12/2023
	Estado: Pendiente
	Estructura: Mobile-first 

	indice:
	1. MacroEstructura
	2. Header
	3. Main.
	4. Footer
	5. Responsive Design(min-width: 600px, para tablets y pc)

*/

html{
	scroll-behavior: smooth;
}

*{
	box-sizing: border-box !important;
	margin: 0;
	padding: 0;
}

.Page_container{
	display: grid;
	grid-template-areas: 
	"header"
	"main"
	"footer";
}

body{
	background-color: #F4F5FF;
}

/*		HEADER 2.		*/

header{
	position: relative;
	grid-area: header;
	margin-bottom: 10px;
	padding-bottom: 5px;
}


.imagenFondoContainer{
	position: relative;
	width: 100%;
	height: 90PX;
	background-color: #000;
}

.imagenFondo{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 90%;
}

.imagenPerfilContainer{
	margin: auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: hidden;
	outline: hidden;
	animation-name: apareceIp;
	animation-delay: .5s;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.imagenPerfilContainer img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius:50%;
	border: hidden;
	outline: hidden;
}



.contenidoPerfilContainer{
	text-align:left;
	display: flex;
	color:#fff;
	background-color: #002112;
	padding-bottom: 15px;
	padding: 10px;
}

.sideDE{
	display: inline-flex;
	margin: auto;
}

.exp1{
	margin: 10px;
	width: 70%;
	padding: 5px;
	justify-content: center;
}
.nombrePersonaContainer{
	animation-name: apareceTx;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-fill-mode: both;
	margin-bottom: 2px;
}


#NombrePersona{
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

.cargoPersona{
	font-family: 'Montserrat',sans-serif;
	font-size:16px;
	font-weight: lighter;
	margin-bottom: 2px;
	color: #dadada;
	animation-name: apareceTx;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.serviciosPersona{
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #ccc;
	animation-name: apareceTx;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-fill-mode: both;
}

/*		MAIN 3.		*/

main{
	grid-area: main;
	text-align:center;
}


.seccionMain{;
	padding:10px;
}

.ttlseccionContainer{
	position: relative;
	padding: 5px;
	margin:0 8%;
	border-bottom: solid 1px #ddd;
	animation-name: apareceTx;
	animation-delay: 1.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.ttlseccion{
	font-family: 'Montserrat',sans-serif;
	font-size: 22px;
	color: #EC7E41;
}

.desTtlSeccionContainer{
	position: relative;
	padding: 2px;
}

.desSection{
	position: relative;
	font-family: 'Montserrat',sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color:#252535;
	animation-name: apareceL;
	animation-delay: 1.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.contenidoSection{
	position: relative;
	padding: 5px;
	animation-name: apareceD;
	animation-delay: 2s;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.btnsConRContainer{
	display: flex;
	flex-direction: column;
}

.btnsConRContainer button{
	transition-property: background-image;
	transition-duration: 1s;
	width: 50%;
	margin:10px auto;
	padding: 10px;
	height: 40px;
	border-radius:20px;
	border: hidden;
	font-family: 'Montserrat',sans-serif;
	color: #fff;
	background-image: linear-gradient(92.88deg, #095B33 , #117A47 , #178B53);
	box-shadow: #222 0 10px 20px -10px;
}


.btnsRedesContainer{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	margin: 0 5%;
}

.redC{
	margin: auto;
	height: 50px;
	width: 50px;
}

.redC a{
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.logoContainer{
	width: inherit;
	height: inherit;
	background-image: linear-gradient(92.88deg, #095B33 , #117A47 , #178B53);
	border-radius: 50%;
	box-shadow: #222 0 10px 20px -10px;
	display: flex;
}

.logoContainer i{
	margin: auto;
	font-size: 22px;
	color: #fff;
}


.G_container{
	margin: 10px 5%;
}

.img_serv_container{
	background-color: #333;
	position: relative;
	height: 35vh;
	width: 100%;
	border-radius: 25px;
	border: hidden;
	overflow: hidden;
	animation-name: apaI;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function:ease;
	transition: 1s;
	box-shadow: #222 0 10px 20px -10px;

}

.img_slider_container{
    width: 400%;
    height: 100%;
    display: flex;
}

.img_container{
    width: calc(100% /4);
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.img_container a{
	width: 100%;
	height: 100%;
}


.img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.e{
	 width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn_left,.btn_right{
    height: 30px;
    width: 30px;
    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: #095B33;
    display: flex;
    position: absolute;
    cursor: pointer;
    top: 0;
    right:0;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
.txt_anun_G{
	margin: auto;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
}

.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: 10px;
    width: 10px;
    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;
}

.cff{
	padding:0;
}

.form_datos{
 /*background-image: url("media/i3.jpg");*/
 padding: 10px;
 display: flex;
 flex-direction: column;
}


.inputContainer{
	margin: 5px auto;
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 80%;
	padding: 5px;
}

.inputContainer label{
	margin-bottom: 5px;
	padding-left: 10px;
	font-family: 'Montserrat',sans-serif;
	font-size: 15px;
	color: #555;
}

.inputContainer input{
	box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
	padding: 5px;
	height: 40px;
	border-radius: 20px;
	outline: none;
	border: hidden;
	padding-left: 20px;
	color: #aaa;
	font-family:'Montserrat',sans-serif;
}

.inputContainer button{
	margin: auto;
	width: 100px;
	height: 30px;
	border: hidden;
	border-radius: 15px;
	font-weight: bold;
	background-color: #EC7E41;
	color: #F4F5FF;
	font-family:'Montserrat',sans-serif;
}

/*		FOOTER 4.	*/

footer{
	grid-area: footer;
	background-color: #212121;
	color: #fff;
	padding: 10px;
}

.terminosContainer{
	text-align: center;
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;
}

/*
	Animaciones y eventos especiales
*/

.btnsConRContainer button:hover{
	background-image: none;
	background-color: #F4F5FF;
	border: solid 1px #aaa;
	color: #095B33;
}

.logoContainer:hover{
	background-image: none;
	background-color: #F4F5FF;
	border: solid 1px #aaa;
}

.logoContainer:hover i{
	color: #095B33;
}

.inputContainer input:focus{
	color: #000;
}

.inputContainer button:hover{
	background-color: #F4F5FF;
	outline: solid 1px #EC7E41;
	color: #EC7E41;
}


@keyframes apareceIp{
	0%{
		opacity: 0%;
		width: 30px;
		height: 30px;
	}

	70%{
		height: 110px;
		width: 110px;
	}

	100%{
		opacity: 100%;
		width: 100px;
		height: 100px;
	}
}

@keyframes apareceTx{
	0%{opacity: 0%;}
	100%{opacity: 100%;}
}


@keyframes apareceL{
	0%{
		opacity: 0%;
		left: -100%;
	}

	100%{
		opacity: 100%;
		left: 0;
	}
}

@keyframes apareceD{
	0%{
		opacity: 0%;
		right: -100%;
	}

	100%{
		opacity: 100%;
		right: 0;
	}
}


/*		RESPONSIVE DESIGN 5.		*/

@media screen and (min-width:600px){

	.imagenFondoContainer img{
		object-fit: cover;
	}


	#NombrePersona{
		font-size: 30px;
	}

	.cargoPersona{
		font-size: 20px;
	}

	.serviciosPersona{
		font-size: 18px;
	}

	.btnsConRContainer button{
		width: 300px;
	}

	.ttlseccion{
		font-size: 30px;
	}

	.desSection{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.btnsRedesContainer{
		margin: 0 15%;
	}

	.redC{
		width: 80px;
		height: 80px;
	}

	.logoContainer i{
		font-size: 30px;
	}

	.G_container{
		margin: 0 25%;
	}

	.img_serv_container{
		height: 50vh;
	}

	.inputContainer{
		width: 40%;
	}

	.imagenPerfilContainer{
		width: 150px !important;
		height: 150px !important;
		margin: auto;
	}

}