@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap');

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
}

body {
	background-image: url("img/galeria/background.jpg");
	background-repeat: no-repeat;
}

#fotoperfil {
	width: auto;
	margin-top: 40px;
	border: 15px solid #a45d50;
	border-radius: 950px;
	display: flex;
	justify-content: center;
	line-height: 10px;
}

h1 h2 h3 h4 p {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	color: #a45d50;
	font-size: 60px;
	display: flex;
	align-content: center;
	padding: 5px;
}

h2 {
	color: #a45d50;
	font-size: 20px;
	font-style: italic;
	padding: 5px;
	display: flex;
	align-items: center;
}

h3 {
	color: #A45D50;
	font-weight: bolder;
	text-decoration: underline;
	font-size: 130%;
	line-height: 50px;
}

h4 {
	color: #A45D50;
	font-weight: 600;
}


.datosprincipales p {
	color: #4a241d;
	font-size: 17px;
	font-weight: 500;
	width: 550px;
	padding: 30px;
	display: flex;
	justify-content: center;
}

.datosprincipales {
	width: 1920px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/**************** BOTONERA INDEX******** */ 
nav{
	width:100%;
	height:50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top:25px;
	padding-bottom: 25px;
	margin-bottom:15px;
	background-color: #A45D50;
}

nav ul li a
{
	
	float:left;
	margin: 25px 65px 0 70px;
	margin-bottom:0px;
	display:block;
	text-decoration:none;
	font-size:12pt;
	font-weight: 500;
	color:#FFC0B5;
	
}

nav ul li a:hover
{
	color:#FFFFFF;
	font-weight: 500;
}

main {
	width: 80%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	padding: 0px 24px 72px 0px;
	margin: auto;
}

section {
	padding: 22px;
	width: 80%;
	height: auto;
}

.idiomas{
	padding: 25px;
	margin: 25px;
	width: auto;
	height: auto;
}

ul{
	font-size: 100%;
	font-weight: 400;
	color: #4a241d;
	line-height: 30px;
	height: 270px;
	text-align:start;
}

.flex-container-a .flex-container-b .flex-container-c{
	text-align: center;
}

/*****FOOTER ***** */
footer {
	width: auto;
	height: 100px;
	background-color: #A45D50;
	display: flex;
	justify-content:space-around;
	align-items:center;
	padding: 0 0 0 60px;
	font-style: italic;
}

footer p {
	font-size: 12px;
	color: #FFFFFF;;
	padding: 10px 40px 15px 15px;
}

#redes {
	background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
	padding-right: 70px;
}

.botones a{
	text-decoration: none;
	font-size: 30px;
	padding: 10px;
	color: #FFFFFF;
}

footer ul {
	list-style: none;
	padding: 30px 0 0px 680px;
}

/** FORMULARIO CONTACTO **/
/** Nuevo contacto2  **/

#main-contacto {
	display: flex;
	flex-direction: row;
	gap: 10%;
}

.contenedores-contacto {
	display: flex;
	padding-top: 5%;
	padding-left: 170px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.formulario {
	padding-top: 20px;
	gap: 80%;
}

.enviesuconsulta {
	display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.enviesuconsulta h4{
	color: #A45D50;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 15px;
}

.enviesuconsulta p {
	font-size: 14px;
}

form {
	width: 90%;
	display: flex;
	flex-direction: row;
}

.nombre-apellido {
	width: 100%;
	height: auto;
	gap: 10px;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
}

form div p {
	color: #A8A8A8;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	width: 58%;
	padding-top: 20px;
}

form label {
	padding-top: 15px;
}

label {
	display: block;
	color: #A45D50;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 21px;
}

input {
	width: 144%;
    height: 41px;
    margin-bottom: 15px;
    border-radius: 97px;
    border-color: #f7c5bc;
    border-width: 3px;
	padding: 3px 0 0 8px;
}


input[type=radio], input[type=checkbox] {
	width: auto;
	height: auto;
	border-radius: 30px;
}

input[type=submit], input[type=reset] {
	display: flex;
    width: 128px;
    height: 47px;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    background: #A45D50;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    margin-top: 19px;
	color: #FFFFFF;
	padding: 0px 1px 1px 1px;
}

textarea {
	border-color: #f7c5bc;
    border-width: 3px;
    width: 144%;
    height: 150px;
    border-radius: 38px;
	padding: 10px 0 0 15px;
}

.nombre-apellido {
	display: flex;
	flex-direction: row;
    width: 100%;
    gap: 190px;
}

/*** GALERÍA DE IMÁGENES ***/
#galeria {
	width: 85%;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#galeria a {
	width: 14%;
	margin: 30px;
}

#galeria a img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	border: 10px solid #A45D50;
}


/** MULTIMEDIA - AUDIO **/

.audio {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 600px) {
	
	body {
		font-size: 1.3em;
		height: 100%;
	}
	
	h1 {
		line-height: 53px;
		font-size: 34px;
	}
	
	h2 {
		line-height: 2px;
		font-size: 16px;
		padding-bottom: 20px;
	}
	
.datosprincipales p {
	line-height: 18px;
	font-size: 14px;
	padding: 6px;
	width: 355px;
	}
	
	.datosprincipales {
		padding: 9px 23px 17px 18px;
		display: flex;
		align-items: center;
	}
	
	main {
		height: 100%
	}
	
	#fotoperfil {
		width: 200px;
		height: auto;
	}
	
	header {
		padding: 30px;
	}
	
	header nav ul li a {
		margin: 34px 0px 0 50px;
	}
	
	.audio {
		width: 50%;
		margin-top: 20px;
	}
	
	footer {
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 29px;
	}
	
	footer ul {
    padding: 0px 0 0px 80px;
	}
}









