/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


:root {
    --purple: #3B3646;
    --red: #EE4B5A;
}

body {
	font-family:"Coda",sans-serif;
	
}

h1 {
	font-family: "Coda",sans-serif;
	text-transform: uppercase;
	font-size: 260%;
}

h2 {
	font-family: "Merriweather",serif;
	font-size: 200%;
	color: white;
}

h4 {
	font-family: "Coda",sans-serif;
	font-size: 12px;
}

h5 {
	font-size: 10px;
	font-weight: lighter;
}


#container-header {
	margin-left: 80px;
	
}

.navtop {
	margin-left: 100px;
	padding-bottom: 15px;
	border-bottom: 2px solid #4a21ca;
	max-width: 80%;
	height: 80px;
}

.navtop h2 {
	color: black;
	/*font-family: "Coda",sans-serif;*/
	font-size: 90%;
	font-weight: lighter;
	text-transform: uppercase;
	margin-top: -30px;
}

.navtop ul {
	float: right;
	margin-top: -10px;
	padding-top: 20px;
}

.navtop li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	text-transform: uppercase;

}

.navtop a {
	text-decoration: none;
	padding: 10px;
	color: black;
}

.navtop a:hover {
	color: #dad2f4;
}


.main-image {
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}



.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-top: 240px;
    padding: 50px; 
    max-width: 80%;
    position: absolute;
}

.header.absolute {
	display: none;
}


button.presupuesto {
	width: 280px;
	height: 70px;
	border: none;
	border-radius: 8px;
	background-color: #CA4A21;
    font-family: "Coda", sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color: white;
	opacity: none;
	margin-left: 60px;
	cursor: pointer;
}

button.presupuesto:hover {
	background-color: #652510;
}

button.llamar {
	width: 280px;
	height: 70px;
	border: none;
	border-radius: 8px;
	background-color: #21ca4a;
    font-family: "Coda", sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color: white;
	opacity: none;
	margin-left: 60px;
	cursor: pointer;
}

button.llamar:hover {
	background-color: #106525;
}

form {
	position: absolute;
	margin-top: -100px;
	background-color: white;
	border-radius: 8px;
	-webkit-box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, 0.5);
	        box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, 0.5);
	padding: 15px;
	width: 600px;
	/*max-width: 80%;*/
	height: auto;
	margin: auto;
	margin-left: 200px;
	font-family: "Coda",sans-serif;

}

.fa-close {
	float: right;
	font-size: 16px;
	color: gray;
	cursor:pointer;
}

fieldset {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px;
}

legend {
	font-weight: bold;
	font-size: 120%;
	padding: 20px;
}

input {
	width: 90%;
	height: 40px;
	border: 1px solid #dad2f4;
	background-color: #dad2f4;
	font-family: "Coda",sans-serif;
	font-size: 90%;
	padding: 10px;
}

.human {
	width: 50px;
	height: 40px;
	border: 1px solid #dad2f4;
	background-color: #dad2f4;
	font-family: "Coda",sans-serif;
	font-size: 90%;
	padding: 10px;
}

.enviar {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	font-size: 100%;
	background-color: #4a21ca;
	border: 1px solid #4a21ca;
	color: white;
	cursor: pointer;
}

.enviar:hover{
	background-color: #dad2f4;
	border: 1px solid #dad2f4;
}

.cancelar {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	font-size: 100%;
	background-color: gray;
	border: 1px solid gray;
	color: white;
	cursor: pointer;
}

.cancelar:hover{
	background-color: #dad2f4;
	border: 1px solid #dad2f4;
}

textarea {
	width: 90%;
	height: 75px;
	border: 2px solid #dad2f4;
	background-color: #dad2f4;
	font-size: 90%;
	padding: 10px;
}

select {
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	height: 40px;
	border: 2px solid #dad2f4;
	background-color: #dad2f4;

}


.pedir-presupuesto-hide {
	display: none;
}


p {
	font-family: "Coda",sans-serif;
}

#especialidades h3 {
	margin-left: 100px;
}

.fa-chevron-up {
	float: right;
	color: gray;
	opacity: 0.4;
	font-size: 2em;
	margin-right: 30px;
}

.container-three {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 80px;
	padding: 20px;
	max-width: 80%;
	padding-top: -30px;
}

.container-three i {
	font-size: 1.7em;
}


.special {
	width: 400px;
	height: 170px;
	border-radius: 8px;
	-webkit-box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, 0.5);
	        box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, 0.5);
	background-color: white; 
	padding: 20px;
	margin: 5px 15px 5px 5px;
	text-align: center;
	color: black;
	font-weight: bold;
}


.special p {
    font-family: "Merriweather",serif;
}

.especialidades h4 {
	padding-top: -10px;
}

.especialidades p {
	padding-top: -15px;
}


.especialidades h3, .container-about h3 {
	margin-bottom: 40px;
}
#container-about {
	margin-top: 80px;
	margin-left: 100px;
}

#container-about a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#container-about a:hover {
	color: #dad6dc;
}

.marta, .iratxe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.marta {
	margin-top: 30px;
}

.text-about {
	margin-top: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 600px;
	text-align: justify;

}

.text-about h3 {
    font-family: "Merriweather",serif;
	font-weight: bold;
}

#map-contact {
	margin-top: 50px;
	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 20px;
		/* max-width: 90%; */
        margin: 0 auto;
}

.oficinas {
	
	display: block;
	margin: 0 auto;
	text-align: center;
}



.contact-phone-email {
	padding-top: 32px;
	font-size: 1.3em;
}

.contact-phone-email a {
	text-decoration: none;
	color: #4a21ca;
	
}

button.contactar {
	width: 280px;
	height: 70px;
	border: none;
	border-radius: 8px;
	background-color: #4a21ca;
    font-family: "Coda",sans-serif;
	font-size: 1em;
	/* font-weight:bold; */
	color: white;
	opacity: none;
	display: block;
	margin: 0 auto;
	margin-top: 22px;
	cursor: pointer;
}

button.contactar:hover {
	opacity: 0.7;
}


iframe {
	padding-top: 20px;
	height: 400px;
	max-width: 100%;
}


footer {
	margin-top: 50px;
	padding: 40px 40px 40px 100px;
	width: 100%;
	background-color: #4a21ca;
    color: #fff;
	margin-bottom: 0;
}

footer a {
    text-decoration: underline;
    color: white;
}

footer a:visited {
    color: azure;
}

footer h3 {
    font-family: "Merriweather",serif;
}

footer h4 {
    font-size: 14px;
}

.footer-end {
    padding-top: 32px;
}

.privacy-open {
	text-decoration: underline;
	cursor: pointer;
}

.overlay {
	position: absolute;
	opacity: 0.6;
	background-color:rgba(46, 61, 73, 0.5);
	width: 100%;
	height: 3500px;
	top: 0;
	left: 0;
	z-index: 99;
}

.overlay-hide {
	display: none;
}

.popup-hide {
	display: none;
}

.pol-privacidad {
	position: absolute;
	background-color: white;
	border-radius: 8px;
	-webkit-box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, 0.5);
	        box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, 0.5);
	padding: 15px;
	max-width: 80%;
	height: auto;
	margin: 0 auto;
	margin-top: -550px;
	font-family: "Coda",sans-serif;
	color: black;
	font-size: 80%;
	z-index: 100; 

}



@media (max-width: 350px) {
	form {
		width: 200px;
		margin-left: 30px;
	}

	.image-person {
		max-width: 70%;
	}
}

@media (max-width: 520px) {
	button.presupuesto, button.llamar {
		width: 280px;
		margin-bottom: 30px;
	}

	form {
	width: 300px;
	margin-top: 80px;
	margin-left: 10px;

}

	.marta, .iratxe {
		margin-left: -75px;
	}


	
}

@media (min-width: 521px){
	.navtop ul {
		margin-top: 20px;
	}

	button.presupuesto, button.llamar {
		width: 200px;
		margin-bottom: 30px;
	}

	form {
	width: 400px;
	margin-left: 10px;

}
}

@media (max-width: 769px){

.navtop {
	margin-left: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #4a21ca;
	max-width: 80%;
	height: 100px;
}


.navtop ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	float: left;
	margin-left: -50px;
}



#container-header {
	margin-left: -50px;
}

.header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	
}

.header h2 {
	display: none;
}

.threeone, .threetwo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 90%;
	margin: 10px;
	padding: 20px;
}

.threetwo {
	margin-top: -30px;
}

/*.three-mobile {
	display: flex;
	flex-direction: row;
	margin: 10px;
}*/

.special {
	max-width: 80%;
	height: 150px;
}

.special h4 {
	margin-top: -10px;
}

	.marta, .iratxe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	}	

	.text-about {
		margin-left: -30px;
	}


	#map-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		/* padding: 20px; */
		
        margin: 0 auto;
	}

	.oficinas {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 20px;
		
        margin: 0 auto;
	}

	button.contactar {
		margin-top: 20px;
	}

	footer {
		margin-left: 0px;
		padding-left: 30px;
	}

	.overlay {
		height: 5000px;
	}

}



@media (min-width: 770px){
	/* #map-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		padding: 20px;
		max-width: 80%;
	} */

	form {
		width: 600px;
		top: 50%;
    	left: 50%;
    	margin-right: -50%;
    	-webkit-transform: translate(-50%, -50%);
    	    -ms-transform: translate(-50%, -50%);
    	        transform: translate(-50%, -50%); 
    	margin-top: 200px;

	}

	.pol-privacidad {
		margin-left: -40px;
	}
}


@media (max-width: 899px){
	.first-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 10px;
		max-width: 80%;
		margin-top: -50px;
	}

	/*button.presupuesto, button.llamar {
		width: 160px;
		margin-bottom: 30px;
	}*/

	}
	@media (min-width: 900px) {
		.first-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		max-width: 80%;
}
	}

	@media (max-width: 521px) {
		.overlay {
			height: 5600px;
		}
	
		.pol-privacidad {
			margin-left: -10px;
			margin-top: -600px;
		}
	}


	/******  COOKIES   *********/

#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #dad6dc;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.25);
            box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: 'Coda', sans-serif;
}
#gdpr-cookie-message h4 {
    color: #CA4A21;
    font-family: 'Coda', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #CA4A21;
    font-family: 'Coda', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #CA4A21;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #CA4A21;
    color: white;
    font-family: 'Coda', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #CA4A21;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #CA4A21;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}