/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* CSS CABECERA */
body.desactivar-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
#site-header{
	padding: 0px;
}
#site-header .site-logo > a{
	line-height: 0;
}
#site-header .site-navigation ul.menu > li.menu-item:last-child > a{
	padding-right: 0;
}
body.menu-fixed-al-subir #site-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 99;
}
body.menu-fixed-al-subir.admin-bar #site-header{
	top: 32px;
}
#cerrar-menu-closa > div > i.eicon-menu-bar:before{
    content: "\e87f";
    font-size: 25px;
}
body.menu-fixed-al-subir #site-header .site-logo img{
	width: 100%;
    height: 70px;
}
body.menu-fixed-al-subir > div.elementor{
    padding-top: 100px;
}
.site-navigation-dropdown {
    position: fixed;
    margin-block-start: 0px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(0 0 0 / 30%);
    transition:none;
}
.site-navigation-dropdown > div{
    background-color: #ffffff;
    width: 75%;
    left: -75%;
    position: relative;
    transition: left 0.5s ease-in-out;
}
.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown > div{
    left: 0;
}
.site-navigation-dropdown .site-logo > a{
    display: block;
    line-height: 0;
}
.site-navigation-dropdown ul.menu{
    position: static;
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 75px);
}
.site-navigation-dropdown .menu-menu-principal-container{
    height: 100%;
}
.site-navigation-dropdown .cabecera-menu-desplegado{
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}
.site-navigation-toggle-holder .site-navigation-toggle{
    background-color: transparent;
}
.eicon-menu-bar:before{
    font-size: 25px;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children > span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 15%;
    max-height: 64px;
}
#site-header nav:not(.site-navigation-dropdown) ul.menu li.menu-item-has-children > span{
    display: none;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children > span:after{
    display: block;
    content: "▾";
    font-size: 1.5em;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children.elementor-active > span:after{
    content: "▴";
}
/* FIN CSS CABECERA */

/* CSS PIE */

.footer-top-columns > div {
    width: 100%;
}
.site-footer:not(.footer-stacked) .footer-inner .copyright{
    max-width: initial;
    width: 100%;
}
.site-footer:not(.footer-stacked) .footer-inner .copyright p{
    text-align: center;
    display: block;
    width: 100%;
}
footer#site-footer {
    padding: 5px 0;
}
.site-footer .footer-inner.footer-top-columns{
    flex-wrap: nowrap;
}

@media (max-width: 1000px){
    .site-footer .footer-inner.footer-top-columns{
        flex-wrap: wrap;
    }
    .footer-top-columns > div {
        width: 50%;
    }
}
@media (max-width: 767px){
    .footer-top-columns > div {
        width: 100%;
    }
}
/* FIN CSS PIE */

/* FORMULARIO CONJUNTO */

.invalid .wpcf7-response-output,
.unaccepted .wpcf7-response-output,
.spam  .wpcf7-response-output {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}
span.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 11px;
}
.wpcf7-response-output{ 
    font-size: 12px;
    line-height: 1.5rem !important;
}
.sent  .wpcf7-response-output {
    color: #155724 !important;
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb!important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}
.fila-dos-columnas > p {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form div.fila-dos-columnas > p > label {
    width: calc(50% - 15px);
}
.wpcf7-form div > p > label{
    width: 100%;
}
.wpcf7-list-item-label a:hover{
    text-decoration: underline;
}
.submitting .wpcf7-spinner{
    display: inline-block;
}
.wpcf7-spinner{
    display: none;
}
.screen-reader-response{
    display: none !important;
}
span.wpcf7-list-item-label {
    margin-left: 7px;
}
/* FIN FORMULARIO CONJUNTO */

/* FORMULARIO 1 */

.page-id-98 .wpcf7-form div > p > label{
    position: relative;
}
.page-id-98 .wpcf7-form div > p > label > span:not(.wpcf7-form-control-wrap){
    position: absolute;
    padding: 0 14px;
    top: -11px;
    left: 20px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 22.5px;
    color: #343434;
    z-index: 5;
}
.page-id-98 input[type=date], 
.page-id-98 input[type=email], 
.page-id-98 input[type=number], 
.page-id-98 input[type=password], 
.page-id-98 input[type=search], 
.page-id-98 input[type=tel], 
.page-id-98 input[type=text], 
.page-id-98 input[type=url], 
.page-id-98 select, 
.page-id-98 textarea{
    border: 1.5px solid #343434;
    background-color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 14px;
    padding: 17px 20px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.page-id-98 .wpcf7-form div.fila-dos-columnas > p > label:first-child{
    margin-right: 15px;
}
.page-id-98 .wpcf7-form div.fila-dos-columnas > p > label:last-child{
    margin-left: 15px;
}
.page-id-98 .wpcf7-form div > p textarea{
    margin-bottom: 0;
}
.page-id-98 .boton-formulario > p{
    text-align: center;
}
.page-id-98 .boton-formulario [type=submit] {
    background-color: #343434;
    color: #fff;
    border: 0px;
    padding: 0 38px;
    font-size: 16px;
    font-weight: 500;
    min-height: 55px;
    border-radius: 3px;
    line-height: 24px;
}
.page-id-98 .texto-contacto-subtitulo{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

/* FIN FORMULARIO 1 */

/* FORMULARIO 2 */

.page-id-114 .wpcf7-form div > p > label {
    color: #fff;
    text-align: center;
}
.page-id-114 .wpcf7-form div > p > label > span{
    padding-bottom: 7px;
    display: block;
}
.page-id-114 .wpcf7-form div > p > label > span > span{
    color:#dfdfdf;
}
.page-id-114 .wpcf7-form div > p > label textarea, .page-id-114 .wpcf7-form div > p > label input {
    background: #000;
    border: 0;
    border-bottom: 1px solid #fff;
}
.page-id-114 .wpcf7-form div > p > label textarea {
    height: 150px;
}
.page-id-114 .boton-acceptacion > p{
    text-align: center;
}
.page-id-114 span.wpcf7-list-item-label{
    color: #ffffff;
}
.page-id-114 .boton-formulario > p{
    text-align: center;
}
.page-id-114 .boton-formulario [type=submit] {
    background-color: #dddddd;
    color: #000;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.iconos-rrss {
  max-width: 100%;
  display: flex;
}
.iconos-rrss > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}
.iconos-rrss > a > i{
    border: 1px solid #FFF;
    width: 40px;
    height: 40px;
    transition: all 0.1s linear;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconos-rrss > a:hover > i{
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}
.iconos-rrss i:before {
    font-size: 24px;
}
/* FIN FORMULARIO 2 */

.subtitulo-pag{
    color: #00a9ee !important;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase; 
}

.blog-candidatos-new-pag {
    line-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.blog-candidatos-new-pag:hover > div {
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.blog-candidatos-new-pag > img{
    padding-bottom: 50px;
}
.blog-candidatos-new-pag > div {
    position: absolute;
    background-color: #00a9ee;
    height: 50px;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
    top: calc(100% - 50px);
    left: 0;
    right: 0;
    padding: 0 20px;
    transition: top 0.3s ease-out, 
                height 0.3s ease-out;
}
.blog-candidatos-new-pag > div > h4 {
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.blog-candidatos-new-pag:hover > div > h4 {
    display: none;
}
.blog-candidatos-new-pag > div > p {
    color: #ffffff;
    padding-bottom: 25px;
    line-height: 1.6rem;
}
.blog-candidatos-new-pag > div > div{
    margin: 0 auto;
    text-align: center;
}
.blog-candidatos-new-pag > div > div > a {
    line-height: 25px;
}
h3.subtitulo-sobre-gradiente {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2em;
}
.texto-like-titulo,
h1.texto-like-titulo {
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 0;
} 
p.elementor-icon-box-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.6em;
    color: #000000;
    margin: 0;
}
.texto-like-subtitulo {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 22px;
    margin-bottom: 0;
}
a.boton-default {
    border: 2px solid #00a9ee;
    color: #ffffff;
    background-color: #00a9ee;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 17px 40px;
    border-radius: 25px;
    line-height: 21px;
    font-size: 18px;
    text-decoration: none !important;
    text-transform: uppercase;
}
a.boton-default > span {
    font-weight: 900;
}
a.boton-default.boton-blanco {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000;
}
h2.titulo-like-texto{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.angalcolaboracon2021 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px;
}
.proyectos-angal-home .elementor-post__thumbnail__link{
    margin-bottom: 10px !important;
}
.site-footer .footer-inner.footer-top-columns > div{
    padding: 0 20px;
}
h4.titulo-footer-widgets{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: -1px;
    font-style: normal;
    text-transform: uppercase;
    color: #03a9f4;
}
.site-footer p, 
.site-footer li {
    font-size: 16px;
    line-height: 24px;
}
.servicioiconoarriba {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.servicioiconoarriba > i {
    width: 50px;
}
.servicioiconoarriba > i:before {
    color: #68d3ff;
    font-size: 40px;
}
.servicioiconoarriba > h4,
.servicioiconoarriba > p{
    color: #ffffff;
}
.servicioiconoarriba > h4 {
    font-size: 18px;
    font-weight: 700;
}
.servicioiconoarriba > p {
    font-size: 17px;
    line-height: 27px;
}
.servicioiconoarriba a {
    color: #ffffff;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.servicioiconoarriba a > i{
    padding-left: 5px;
}


.formulario-contacto > div{
    padding: 20px 0;
}
.formulario-contacto .titulo-formulario{
    font-weight: 700;
    color: #121d35;
    font-size: 1.25em;
    letter-spacing: normal;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 28px;
    line-height: 1em;
}
.formulario-contacto .subtitulo-formulario{
    font-size: 17px;
    color: #263b44;
    font-weight: 500;
    line-height: 1;
    margin-top:10px;
    margin-bottom: 16px; 
}
.formulario-contacto .formulario-input-100{
    margin-bottom: 16px;
}
.formulario-contacto .formulario-input-50{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}
.formulario-contacto .formulario-input-50 > div{
    flex:0 0 calc(50% - 8px);
}
.formulario-contacto .formulario-input-50 > div:first-child{
    margin-right:8px;
}
.formulario-contacto .formulario-input-50 > div:last-child{
    margin-left:8px;
}
.formulario-contacto .wpcf7-list-item-label{
    line-height: 1.5;
    font-size: .875em;
}
.page-id-17815 #main .fusion-row{
	max-width: 1100px;
}
div.caja-blanco-formulario{
	margin-top: -100px !important;
	margin-bottom: 100px !important;
}
.wpcf7-form .formulario-contacto textarea,
.wpcf7-form .formulario-contacto .wpcf7-text{
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: normal;
    line-height: 1.5;
    border-color: #fff;
    background-color: #fff;
    color: #263b44;
    font-weight: 300;
}
.wpcf7-form .formulario-contacto .wpcf7-text{
	
}
.wpcf7-form .formulario-contacto textarea::placeholder,
.wpcf7-form .formulario-contacto .wpcf7-text::placeholder{
	color:#8a959a;
	font-weight: 300;
	
}
.wpcf7-form .formulario-contacto textarea:focus,
.wpcf7-form .formulario-contacto .wpcf7-text:focus{
	border-color: #00a9ee;
	border-width: 1px;
}


.formulario-contacto > div > input.boton-enviar-formulario{
    font-size: 1em;
    color: #fff;
    box-shadow: 0 4px 18px -4px rgba(0,0,0,.6);
    font-weight: 800;
    letter-spacing: .1em;
}

.formulario-contacto > div > p > span > textarea{
	height: 150px;
}

.boton-enviar-formulario {
	background: #00a9ee;
    border: 0px;
    color: white;
	padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase; 
}
.formulario-contacto > div > input.boton-enviar-formulario{
    font-size: 1em;
    color: #fff;
    box-shadow: 0 4px 18px -4px rgba(0,0,0,.6);
    font-weight: 800;
    letter-spacing: .1em;
}

.boton-enviar-formulario::hover, [type=submit]:hover{
	background-color: #434343fa !important;
}

.elementor-portfolio__filters > li.elementor-active {
	color: #000;
	font-weight: bold;
	text-decoration: overline;
	text-decoration-color: #00a9ee;
	text-decoration-thickness: 3px;
}
.elementor-portfolio__filters > li{
	font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
}

.portfolio_tags{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.portfolio_tags > span{
	padding: 5px 10px 5px 10px;
    background-color: #03a9f4;
    margin: 5px;
    border-radius: 5px;
    color: white;
	font-size: 16px;
}

.formulario-portfolio {
	padding: 0 !important;
}   

.portfolio-trabajos p {
    font-size: 25px;
    font-weight: 500;
}

.elementor-portfolio-item__overlay {
    background-color: rgba(0, 169, 238, .7) !important; 
    backdrop-filter: grayscale(100%);
}

div.titulo-portfolio.elementor-element > div.elementor-widget-container > h1 {
    font-size: 30px !important;
    font-weight: 400;
}

.site-navigation ul.menu li a {
    line-height: 1.5;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #001F59;

}

.site-navigation ul.menu li ul {
    width: 200px;
    border-top: 3px solid #03a9f4;
}

a.enlace-web-portfolio {
    background-color: #03a9f4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease
}

a.enlace-web-portfolio:hover {
    background-color: #001F59;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.fila-dos-columnas > p > span {
    width: 49%;
}

.fila-dos-columnas > p {
    gap: 2%;
}

.bloque-texto-portfolio p, .bloque-texto-portfolio li {
    font-size: 16px;
}

.bloque-azul-portfolio h3 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

.portfolio-nuevo-enlaces-web .elementor-shortcode{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enlace-web-portfolio-nuevo{
    background: #03A9F4;
    color: white !important;
    padding: 10px;
    border-radius: 10px;
}
@media only screen and (max-width: 768px){
    .blog-candidatos-new-pag > div > h4{
        font-size: 18px;
    }
    .blog-candidatos-new-pag > div > p{
        display: none;
    }
    a.boton-default.boton-blanco{
        display: inline-block;
    }
    .blog-candidatos-new-pag:hover > div{
        padding: 10px;
    }
    a.boton-default {
        padding: 10px 10px;
    }
    .widget_custom_html, .widget_nav_menu {
        padding-top: 15px;
    }
    .widget_nav_menu {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 400px){
    .blog-candidatos-new-pag > div > h4{
        font-size: 12px;
    }
    a.boton-default {
        padding: 10px 10px;
    }
    a.boton-default.boton-blanco {
        font-size: 15px;
        letter-spacing: 0;
    }
}
