/** GLOBAL **/
html{
	scroll-behavior: smooth;
}
p{
	color:inherit;
}
a{
	color:inherit;
	text-decoration: none;
}
.center{
	text-align:center;
}
.background-center{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.flex{
	display:flex;
}
.wpcf7-not-valid-tip{
    font-family: Satoshi;
}
/* MENU */
nav{
	padding: 70px 90px 0 90px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.logo img{
	max-width:384px;
	min-width: 124px;
	width:384px;
}
@media (max-width:1920px){
	nav{
		padding: 35px 45px 0 45px;
	}
    .logo img{
        max-width: 290px;
        width:290px;
    }
	
}
@media (max-width:768px){
    nav{
        padding: 35px 25px 0 25px;
    }
    
}
/* FIN MENU */
/* Cabecera */
.cabecera{
	height: 100vH;
	min-height: 1020px;
    padding: 0 90px;
	position: relative;
}
.cabecera h1{
	font-family: Tobias;
    font-weight: 300;
    font-size: 68px;
    line-height: 81px;
    max-width: 1588px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.cabecera .formulario-cabecera{
	position: absolute;
    bottom: 75px;
    left: 90px;
    max-width: 488px;
    width: 100%;
}
.cabecera .titulo-formulario p:first-child{
	padding-bottom: 30px;
}
.cabecera .titulo-formulario{
	font-family: Satoshi;
    color: black;
    font-size: 21px;
    letter-spacing: -0.21px;
    line-height: 24px;
	padding-bottom: 20px;
}
.cabecera .form-flex{
	position: relative;
}
form br{
    display: none;
}
.cabecera .wpcf7-spinner{
	position: absolute;
    right: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cabecera .form-flex p{
	display: flex;
    gap: 10px;
    align-items: baseline;
}
.cabecera input{
    color:black;
	font-size: 18px;
	font-family: 'Satoshi';
	font-weight: 400;
	letter-spacing: 0;
}
.cabecera ::placeholder{
	color:#BABABA;
	font-size: 18px;
	font-family: 'Satoshi';
	font-weight: 400;
	letter-spacing: 0;
}
.cabecera ::-moz-placeholder{
	color:#BABABA;
	font-size: 18px;
	font-family: 'Satoshi';
	font-weight: 400;
	letter-spacing: 0;
}
.cabecera ::-webkit-input-placeholder{
	color:#BABABA;
	font-size: 18px;
	font-family: 'Satoshi';
	font-weight: 400;
	letter-spacing: 0;
}
.cabecera input.wpcf7-email{
	background: #F7F7F7;
	width:100%;
    border: none;
    padding: 15px 30px;
    border-radius: 43px;
}
.cabecera input.wpcf7-submit{
	border-radius: 26px;
    background: #F3D0E9;
	background:#90ffa0;
    padding: 15px 43px;
    border: none;
    color: black;
    font-family: Satoshi;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
    transition: all ease .3s;
}
.cabecera input.wpcf7-submit:hover{
    background: #000000;
	color:#FFFFFF;
}
.cabecera .wpcf7 form.invalid .wpcf7-response-output, .cabecera .wpcf7 form.unaccepted .wpcf7-response-output,.cabecera .wpcf7 form.payment-required .wpcf7-response-output{
    position: absolute;
    transform: translateY(20px);
    margin: 0;
}
.cabecera .wpcf7 form.sent .wpcf7-response-output{
    border: none;
    color: #000000;
    font-family: 'Satoshi';
    padding: 0;
    font-size: 21px;
    line-height: 33px;
    margin: 0;
    padding-top: 10px;
    position: absolute;
}
@media (max-width:1920px){
    .cabecera h1{
        left: 90px;
        transform: translateY(-50%);
        padding-right: 90px;
        max-width: 100%;
        width:auto;
        font-size: 55px;
        line-height: 65px;
    }
}
@media (max-width:1300px){
    .cabecera h1{
		position: relative;
		left: inherit;
		transform: none;
		padding-top: 300px;
	}
    .cabecera .formulario-cabecera{
           position: relative;
    	bottom: inherit;
    	left: inherit;
    	padding-top: 40px;
    }
}
@media (max-width:992px){
    .cabecera h1{
        font-size: 28px;
        line-height: 34px;
        /*left: 45px;
        top: 300px;
        transform: translateY(-50%);*/
        padding-right: 90px;
        max-width: 100%;
        width: auto;
       /* position: absolute;*/
    }
    .cabecera{
        min-height: 820px;
    }
    .cabecera .formulario-cabecera{
        /*bottom: inherit;
        top:400px;
        left: 45px;
        position: absolute;*/
    }
    .cabecera .titulo-formulario{
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width:768px){
    .cabecera .formulario-cabecera{
        /*top: 450px;*/
    }
    .cabecera h1{
        /*left: 25px;*/
        padding-right: 25px;
		padding-top:200px;
    }
    .cabecera .formulario-cabecera{
       /* left: 25px;*/
        padding-right: 25px;
		max-width: 100%;
		padding: 40px 0 0 0; 
		/*left: 0;*/
    }
    .cabecera .form-flex p{
        flex-direction: column;
    }
    .cabecera input.wpcf7-submit{
        color: white;
		width:100%;
        background: black;
    }
	.cabecera{
		padding-left: 25px;
    	padding-right: 25px;
    	min-height: auto;
    	height: auto;
	}
}

/* Fin cabecera */
/* Video */ 
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 999;
}
.novideo{
	opacity: 0;
	transition: all ease .3s;
    display: none;
}

.novideo.show{
	opacity: 1;
    display: block;
}
.video.hide{
	display: none!important;
}
/* fin video */
/* footer */
footer{
	position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 90px;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 7%, rgba(255,255,255,0) 100%);
}
footer.singrad{
	background: none;
}
footer .col-redes {
	display: flex;
    width:45%;
	align-items: center;
	gap:60px;
}
footer .col-legal {
	display: flex;
	align-items: center;
	gap:30px;
    width: 45%;
    justify-content: center;
}
footer .col-up{
    width: 10%;
    display: flex;
    justify-content: end;
}
footer .col-legal a,
footer .col-redes a{
	color: #000000;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Satoshi';
    font-weight: 400;
}
footer .flex{
	justify-content: space-between;
}
@media (max-width:1500px){
    footer .col-up{
        width:auto;
    }
}
@media (max-width:992px){
    footer .col-legal a, footer .col-redes a{
        font-size: 16px;
        line-height: 22px;
    }
	
}
@media (max-width:768px){
	footer .col-legal a{
		width:130px;
		text-align:left;
	}
}
/* fin footer */
/* Proyectos */
.proyectos{
	padding:150px 90px 225px 90px;
}
.proyectos h2{
	font-size: 56px;
    font-family: 'Satoshi';
    line-height: 60px;
    letter-spacing: -1.12px;
    font-weight: 400;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.col-proyectos{
	/*display: flex;
    gap: 12px;
	flex-wrap: wrap;*/
	display: inherit;
}
.proyecto-item{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    width: calc(33% - 2px); 
	display: inline-block;
    vertical-align: text-top;
    border-radius: 12px;
    margin: 1.5px;
}
.proyecto-item .mask{
	background: linear-gradient(0deg, rgba(0,0,0,0.6685267857142857) 0%, rgba(0,0,0,0) 95%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    border-radius: 12px;
}
.proyecto-item:nth-child(even) {
	height: 985px;
}
.proyecto-item:nth-child(odd) {
    height: 791px;    
}
.proyectos-fila:nth-child(even) .proyecto-item:nth-child(4),.proyectos-fila:nth-child(even) .proyecto-item:nth-child(6),
.proyectos-fila:nth-child(odd) .proyecto-item:nth-child(4),.proyectos-fila:nth-child(odd) .proyecto-item:nth-child(6){
    transform: translateY(-192px);
}
.proyectos-fila.proyectos-pc:nth-child(n+2){
    margin-top: -189px;
}
/*.proyecto-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(5)):nth-child(even){
	transform: translateY(-197px);
}*/
.proyecto-item .meta{
	position: absolute;
    bottom: 32px;
    padding: 0 30px;
	opacity: 0;
	transition:all ease .3s;
}
.proyecto-item video{
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 12px;
}
.proyecto-item .texto p{
	font-family: 'Tobias';
    font-weight: 300;
    color: white;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
}
.proyecto-item:hover .mask,
.proyecto-item:hover .meta{
	opacity: 1;
}
.proyecto-item h3{
	font-size: 24px;
    color: white;
    font-weight: 500;
    font-family: 'Satoshi';
    line-height: 29px;
    padding-bottom: 15px;
}
.proyectos-mv{
    display: none;
}
.proyecto-item{
    margin: 0 1.5px;
}
.proyecto-item.item-mv{
    display: none;
}
@media(min-width:1920px){
    .proyecto-item {
        margin: 0 3px;
        width:calc(33% - 3px);
    }
    .proyecto-item:nth-child(even) {
        height: 989px;
        margin-bottom: 7px;
    }
    .proyectos-fila.proyectos-pc:nth-child(n+2) {
        margin-top: -197px;
    }
    .proyectos-fila:nth-child(even) .proyecto-item:nth-child(4), .proyectos-fila:nth-child(even) .proyecto-item:nth-child(6), .proyectos-fila:nth-child(odd) .proyecto-item:nth-child(4), .proyectos-fila:nth-child(odd) .proyecto-item:nth-child(6) {
        transform: translateY(-197px);
    }
}
@media (max-width:1920px) {
    .proyecto-item:nth-child(odd){
        height: 689px;
    }
    .proyecto-item:nth-child(even) {
        height: 883px;
    }
   
}
@media (max-width:1350px){
    .proyectos-pc{
        display: none;
    }
    .proyectos{
        padding-left: 0;
        padding-right: 0;
    }
    .proyectos h2{
        padding-left: 90px;
        padding-right: 90px;
    }
    .proyectos-mv{
        display: lex;
        display: flex;
        gap: 15px;
        flex-wrap: nowrap;
        overflow: auto;
        width:100%;
        margin-bottom: 15px;
    }
    .proyecto-item-mv video,
    .proyecto-item-mv img{
        max-width: 800px;
        max-height: 800px;
        border-radius: 12px;
    }
    .proyecto-item-mv{
        float: left;
        display: inline-table;
    }
}
@media (max-width:992px) {
    .proyectos h2{
        display: none;
    }
    .proyecto-item-mv video, .proyecto-item-mv img {
        max-width: 650px;
        max-height: 650px;
    }
    .proyectos{
        padding-bottom: 110px;
        padding-top: 75px;
    }
    .proyecto-item:not(.item-mv){
        display: none;
    }
    .proyecto-item.item-mv{
        display: block;
    }
}
@media (max-width:768px) {
    .proyecto-item-mv video, .proyecto-item-mv img {
        max-width: 450px;
        max-height: 450px;
    }
    .proyectos{
        padding-bottom: 35px;
    }
}
@media (max-width:520px) {
    .proyecto-item-mv video, .proyecto-item-mv img {
        max-width: 397px;
        max-height: 397px;
    }
}
}
@media (max-width:420px) {
    .proyecto-item-mv video, .proyecto-item-mv img {
        max-width: 310px;
        max-height: 310px;
    }
}
/* fin proyectos */
/* Contacto */
.contacto .formulario-ok{
    display: none;
}
.contacto .formulario-ok.show{
    display: block;
    font-family: 'Satoshi';
    font-size: 50px;
    line-height: 68px;
    padding-top: 0;
    max-width: 1775px;
}
.contacto .formulario-content.hide{
    display: none;
}
.contacto{
	background: #F3D0E9;
	background: #e3eaed;
    padding: 0 90px;
    min-height: 100vH;
    padding-top: 250px;
    padding-bottom: 100px;
}
.contacto h2{
	font-size: 90px;
    font-weight: 300;
    font-family: 'Tobias';
    line-height: 108px;
    color: black;
    max-width: 1280px;
    padding-bottom: 150px;
    margin-left: 200px;
}
.contacto .col-formulario{
	margin: 0 200px;
}
.contacto form textarea,
.contacto form input{
	background: transparent;
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
	color:black;
	font-size: 30px;
	font-family: 'Satoshi';
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 40px;
}
.contacto form{
	width: 100%;
}
.contacto ::placeholder{
	color:black;
	font-size: 30px;
	font-family: 'Satoshi';
	font-weight: 400;
	letter-spacing: 0;
}
.contacto ::-moz-placeholder{
	color:black;
	font-size: 30px;
	font-family: 'Satoshi';
	font-weight: 400;
	letter-spacing: 0;
}
.contacto ::-webkit-input-placeholder{
	color:black;
	font-size: 30px;
	font-family: 'Satoshi';
	font-weight: 400;
	letter-spacing: 0;
}
.contacto .formsubmit:hover,
.contacto .wpcf7-submit:hover{
    background: #000000;
	color:#FFFFFF;
}
.contacto .formsubmit,
.contacto .wpcf7-submit{
	background: white;
    border: none;
    border-radius: 26px;
    width: auto;
    padding: 15px 45px;
    font-size: 18px;
    font-family: 'Satoshi';
    font-weight: 400;
    line-height: 23px;
    transition: all ease .3s;
}
.cabecera .wpcf7-list-item label input,  
.contacto .wpcf7-list-item label input{
	margin: 0;
    width: 24px;
    height: 24px;
}
.cabecera .wpcf7-list-item label,
.contacto .wpcf7-list-item label{
	display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-family: 'Satoshi';
    font-size: 20px;
    line-height: 27px;
}
.cabecera .wpcf7-list-item label{
    font-size: 16px;
    margin-top:10px;
}
.cabecera .wpcf7-list-item,
.contacto .wpcf7-list-item{
	margin: 0;
}
.contacto .wpcf7 form.invalid .wpcf7-response-output,.contacto  .wpcf7 form.unaccepted .wpcf7-response-output,.contacto  .wpcf7 form.payment-required .wpcf7-response-output{
    font-family: 'Satoshi';
}
@media(max-width:1920px){
    .contacto{
        padding-top: 100px;
    }
    .contacto h2{
        margin-left: 0;
        padding-bottom: 75px;
        max-width: 100%;
    }
    .contacto .col-formulario{
        margin:0;
    }
}
@media(max-width:992px){
    .contacto{
        padding-top: 45px;
        min-height: auto;
    }
    .contacto h2{
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 45px;
    }
    .contacto form textarea, .contacto form input{
        margin-bottom: 0;
    }
    .contacto ::placeholder{
        font-size: 14px;
        line-height: 18px;
    }
    .contacto ::-moz-placeholder{
        font-size: 14px;
        line-height: 18px;
    }
    .contacto ::-webkit-input-placeholder{
        font-size: 14px;
        line-height: 18px;
    }
    .contacto .wpcf7-submit{
        margin: 15px 0;
    }
    .cabecera .wpcf7-list-item label,
    .contacto .wpcf7-list-item label{
        font-size: 16px;
        line-height: 22px;
    }
    .contacto .formulario-ok.show{
        font-size: 22px;
        line-height: 26px;
        padding-top:30px;
    }
}
@media (max-width:768px){
    .contacto{
        padding-left: 25px;
        padding-right: 25px;
    }
    .contacto .wpcf7-submit{
        width:100%;
    }
}
/* Fin contacto */
/* prefooter */
.prefooter{
    background: #F3D0E9;
	background: #e3eaed;
    padding-bottom: 80px;
    padding-left: 90px;
    padding-right: 90px;
    margin-top: -2px;
}
.prefooter .texto{
	font-size: 30px;
    font-family: 'Satoshi';
    line-height: 40px;
	display: flex;
	gap:15px;
	align-items: center;
}
@media (max-width:992px){
    .prefooter .texto svg{
        max-width: 16px;
    }
    .prefooter .texto{
        font-size: 16px; 
        line-height: 22px;
    }
    footer{
        padding:0 45px;
    }
}
@media (max-width:768px){
    .prefooter{
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 35px;
    }
    footer{
        padding:0 25px;
        position: relative;
        background: #F3D0E9;
		padding-bottom:25px;
    }
    footer.singrad{
        background: #F3D0E9;
    }
    footer .col-redes{
        flex-direction: column;
		display:flex;
        gap:5px; 
        align-items: baseline;
    }
    footer .col-legal{
        flex-direction: column;
        align-items: end;
        gap: 5px;
        justify-content: end;
    }
    footer .col-up{
        display: none;
    }
}
/* fin prefooter */
/* Legal */
.contenido-legal .container .texto h2 {
    font-family: 'Tobias';
    font-size: 50px;
    font-weight: 100;
    line-height: 40px;
    padding: 100px 0 50px 0;
}
.contenido-legal .container .texto * {
    font-family: 'Satoshi';
    font-size: 30px;
    line-height: 40px;
}
.contenido-legal .container h1{
    color: black;
    font-size: 68px;
    line-height: 40px;
    padding-bottom: 50px;
    font-family: Tobias;
    font-weight: 300;
}
.contenido-legal{
    padding-bottom: 100px;
}
.contenido-legal .container{
    padding: 0 90px;
    max-width: 1821px;
    width: 100%;
    padding-top: 350px;
}
.page-template-legal footer{
    display: none!important;
}
.page-template-legal .nav .volver{
    display: block;
}
.nav .volver a{
    font-family: 'Satoshi';
    color: black;
    font-size: 28px;
    line-height: 38px;
}
.nav .volver{
    display: none;

}
.page-template-legal nav{
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.cabecera .wpcf7 form.sent .wpcf7-response-output:after {
    content: "";
    width: 36px;
    height: 44px;
    background-image: url(https://eses.agency/wp-content/uploads/2023/05/thanks.png);
    position: absolute;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
textarea:focus-visible,
input:focus-visible{
    outline: none;
}
.cabecera .wpcf7-spinner{
    position: absolute;
    top: 50%;
    right: -30px;
}
.cookies{
    background: #F2F2F2;
    border-radius: 75px;
    display: inline-flex;
    padding: 20px 25px;
    align-items: center;
    position: fixed;
    right: 90px;
    bottom: 100px;
}
.cookies span.boton:hover{
    background:#000000;
	color:#FFFFFF;
}
.cookies span.boton{
    padding: 15px 20px;
    background: #90ffa0;
    border-radius: 43px;
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Satoshi';
    transition: all ease .3s;
}
.cookies span:not(.boton){
    padding: 0 35px 0 10px;
    color: #000000;
    font-family: 'Satoshi';
    font-size: 27px;
    line-height: 27px;
}
.novideo2{
    display: none!important;
}
.novideo2.show{
    display: flex!important;
}
.cookies.hide,
.cookies.hide.show{
    display: none!important;
}
@media (max-width:992px){
    .cookies{
        padding: 9px 15px;
    }
    .cookies span:not(.boton){
        font-size: 15px;
        line-height: 23px;;
    }
    .cookies span.boton{
        padding: 9px;
        font-size: 15px;
        line-height: 19px;
    }
    .contenido-legal .container{
        padding:  0 25px;
        padding-top: 265px;
    }
    .contenido-legal .container h1{
        font-size: 28px;
        padding-bottom: 35px;
        line-height: 18px;
    }
    .contenido-legal .container .texto *{
        font-size: 14px;
        line-height: 18px;
    }
    .contenido-legal .container .texto h2 {
        font-size: 20px;
        line-height: 18px;
        padding:50px 0 35px 0;
    }
    .nav .volver a{
        font-family: 'Satoshi';
        color: black;
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width:768px){
    .cookies{
        width: calc(100% - 60px);
        margin: 0 30px;
        left: 0;
        bottom: 10px;
        justify-content: space-between;
    }
    .cabecera .wpcf7-spinner{
        position: absolute;
        bottom: 0;
        left: 145px;
        top: inherit;
    }
}
/* Fin legal */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 500000s ease-in-out 0s;
}
/* ajustes movil */
.proyecto-item-mv {
    position: relative;
}
.proyecto-item-mv .meta{
	position: absolute;
    bottom: 32px;
    padding: 0 30px;
	opacity: 0;
	transition:all ease .3s;
}
.proyecto-item-mv .mask{
	background: linear-gradient(0deg, rgba(0,0,0,0.6685267857142857) 0%, rgba(0,0,0,0) 95%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    border-radius: 12px;
}
.proyecto-item-mv:hover .mask,
.proyecto-item-mv:hover .meta{
	opacity: 1;
}
.proyecto-item-mv h3{
    font-size: 24px;
    color: white;
    font-weight: 500;
    font-family: 'Satoshi';
    line-height: 29px;
    padding-bottom: 15px;
}
.proyecto-item-mv .texto p {
    font-family: 'Tobias';
    font-weight: 300;
    color: white;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}
/* fin ajustes movil */


/*
 * Ajustes Logo Sur */

.sur {
    display: flex;
    align-items: flex-start !important;
    flex-direction: column !important;
}

img.logo-sur {
    width: 150px;
	padding-bottom: 50px;
}
.grecaptcha-badge{
	display:none;
}

/* tablas cookies */
.page-id-269 td:nth-child(2),
.page-id-85 td:nth-child(2) {
    padding-left: 20px;
}
