/* 
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 - Cyan Media Lab 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 */

@font-face {
    font-family: PlantinStd;
    src: url(https://update.cyanmedialab.com/wp-content/themes/hello-theme-child/fonts/PlantinStd.otf);
    font-weight: normal;
}

@font-face {
    font-family: PlantinStd-Bold;
    src: url(https://update.cyanmedialab.com/wp-content/themes/hello-theme-child/fonts/PlantinStd-Bold.otf);
    font-weight: bold;
}

.btn-cuenta-cy  a{
    
}

.entry-title {
    font-family: "PlantinStd";
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.oculto {
    display:none !important;
}
.icono-back .elementor-icon-wrapper  .elementor-icon{
    background: #EC0C6E;
}

.pulse {
    animation: pulse-animation 1.5s infinite !important;
  }

#icono-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
}

#icono-top .elementor-icon{
    animation: pulse-top 1.5s infinite !important;
}

.circulo{
    width: 15px;
    height: 15px;
    border-radius: 40px;
    background: #EC0C6E;
    animation: pulse-animation 1.5s infinite !important;
}
  
@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(236, 12, 110, 0.3);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(236, 12, 110, 0);
    }
}

@keyframes pulse-top {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 180, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 180, 255, 0);
    }
}

span.sombra-azul {
    position: relative;
    display: inline-block;
    z-index: 0;
    padding: 0 10px;
}

span.sombra-azul::before {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 56%;
    background: rgba(0, 180, 255, 1);
    z-index: -1;
}
@media (max-width: 768px) {
    span.sombra-azul::before {
        
        top: 46%;
        left: 0;
        width: 100%;
        height: 48%;
        
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .menu-item-2049 a{
        width:100%;
        margin: 0px;
        
    }
}

#chaty-widget-0 .chaty-widget{
	right: 10px !important;
	bottom:90px !important;
}
/*
*
* Menu  
*
*/
.menu-principal nav ul li a.elementor-item:hover {
    fill: #FFFFFF !important;
}
.menu-principal nav ul li a.elementor-item::before{
    top: 45%;
}
.menu-principal nav ul li ul.sub-menu li.menu-item a.elementor-sub-item{
    background: #000000;
    color: #FFFFFF;
}
.menu-principal nav ul li ul.sub-menu li.menu-item a.elementor-sub-item:hover{
    color: #FFFFFF;
}
.menu-principal nav ul li ul.sub-menu li.menu-item a.elementor-sub-item::before,
.menu-principal nav ul li ul.sub-menu li.menu-item a.elementor-sub-item::after{
    top: 45%;
    background-color: var(--e-global-color-primary);
    content: "";
    transition: .3s;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    position: absolute;
}

.menu-interiores{

}

.menu-item-2049:hover {
    /*background:#00B4FF;*/
}

.menu-item-2049{
    /*width:40%;*/
   /* padding:15px !important;*/
   background:#000000;
   /* margin:5px;*/
    color:#FFFFFF !important;
}
.menu-item-2049 a{
   
    color:#FFFFFF !important;
}
.menu-item-2049:hover{
    background:#00B4FF;
    color: #FFFFFF !important;
}

.menu-custom{
    font-size: 24px;
}
.menu-custom-item{
    background: #000000 !important;
}


@media (max-width: 768px) {
    .elementor-nav-menu--dropdown{
        background-color: #000000 !important;
    }
    .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .elementor-item{
        color: #FFFFFF !important;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .menu-item-2049 a{
        width:100%;
        margin: 0px;
        
    }
}

/****/
/* Estilos para el menú */
/*.nav-collapsed {
    display: none;
}

.elementor-nav-menu {
    display: flex;
    flex-direction: row;
}

@media (max-width: 768px) {

    
    .elementor-nav-menu {
        display: none;
        flex-direction: column;
    }

    
    .menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 24px;
    }

    .menu-toggle.active+.elementor-nav-menu {
        display: block;
    }

    .sub-menu {
        display: none;
    }

    .menu-toggle.active+.elementor-nav-menu .sub-menu {
        display: block;
    }
}*/
/**End menu responsive **/


/** Menu pruebas para walker**/
/*  display: inline-block;
    margin-right: 20px;
}

.more-menu-item {
    display: none;
}

@media (max-width: 768px) {
    .elementor-nav-menu .menu-item:nth-child(n+3) {
        display: none;
    }

    .more-menu-item {
        display: inline-block;
    }

    .more-menu-item .dropdown-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .more-menu-item:hover .dropdown-menu {
        display: block;
    }
}*/
/** End Menu pruebas**/


/*
*
*End  Menu  
*
*/



/*
*
* Abuot 
*
*/
.link-vacantes:hover .elementor-element-5623d54 .elementor-element-a87900d .elementor-icon svg path{
    fill: #FFFFFF;

}
.link-vacantes:hover .elementor-element-6ca63f1 .elementor-widget-container h4.elementor-heading-title,
.link-vacantes:hover .elementor-element-d7c6115 .elementor-widget-container h2.elementor-heading-title,
.link-vacantes:hover .elementor-element-5623d54 .elementor-element-cb1f30f h2{
    color: #FFFFFF;
}

.elementor-element-0013e0d, 
.elementor-element-0013e0d .e-con-inner{
    padding-bottom: 0px;
}
.btn-valores a .elementor-button-text{
    align-content:center; 
}
.experiencia.elementor-widget-counter{
    width: 120px;
    height: 120px;
    background-color: #00B4FF;
    border-radius: 65px;
    padding: 10px;
    padding-top: 18px;
    text-align: center;
}

.experiencia .elementor-counter .elementor-counter-title{
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .experiencia.elementor-widget-counter{
        width:105px;
        height:105px;
        margin:0px;
        margin-top:10px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .experiencia.elementor-widget-counter{
        width: 105px;
        height: 105px;
        margin: 0;
        margin-top: 10px;
    }
}

/*
*
*Slider projects
*
*/
/*.container-proyectos {
    position: relative; 
    overflow: hidden; 
}

.container-imagen-proyecto {
    position: relative; 
    z-index: 1; 
}

.container-contenido-proyecto {
    display: none; 
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); 
    z-index: 10;
    opacity: 0;
}

.container-imagen-proyecto:hover + .container-contenido-proyecto {
    display: block;
    opacity: 1;
}*/

.elementor-element-865b265{
    padding: 0px !important;
}
elementor-element-4230399{
    padding: 0px !important;
}
.elementor-cta--valign-middle .elementor-cta__content{
    align-content: flex-end !important;
}

.proyectos-slider .elementor-swiper-button.elementor-swiper-button-prev,
.proyectos-slider .elementor-swiper-button.elementor-swiper-button-next{
    padding: 13.5px;
    border: solid 2px #00B4FF;
    border-radius: 50px;
}
/*
.wrapper-proyectos .elementor-cta .elementor-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
}



@media (min-width: 1024px) {
    .wrapper-proyectos .elementor-cta .elementor-cta__content {
        height: 100vh;
       
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .wrapper-proyectos .elementor-cta .elementor-cta__content {
        height: 70vh;
       
    }
}


@media (max-width: 767px) {
    .wrapper-proyectos .elementor-cta .elementor-cta__content {
        height: 50vh;
        
    }
}
*/

.elementor-114 .elementor-element.elementor-element-490b6c7 .elementor-cta__content {
    text-align: center;
}
@media (max-width: 767px) {
    .elementor-114 .elementor-element.elementor-element-490b6c7 .elementor-cta__content {
        padding: 25px !important;
    }
    .elementor-114 .elementor-element.elementor-element-490b6c7 .elementor-cta__content h2{
        text-align: left !important;
    }
    .elementor-114 .elementor-element.elementor-element-490b6c7 .elementor-cta__content elementor-cta__description{
        text-align: left !important;
    }
}

@media (max-width: 767.98px) {
    .name-project {
        position: initial !important;
    }
    .excerpt-project {
        position: initial !important;
    }
    .btn-project {
        position: initial !important;
    }
}
/*
*
*End Slider projects
*
*/

/*
*
*Our Connections 
*
*/
.numeros .elementor-element-9b70e28{
    /*background: rgba(0,180,255,1) !important;*/
}

.contadores .elementor-counter .elementor-counter-number-suffix{
    margin-left: 5px;
}
span.punto{
    color: #EC0C6E;
}

.couter .e-con-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem; 
}

.counter .elementor-element {
    position: relative;
    padding: 0 1rem; 
}
.counter .elementor-element:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #000000;
    height: 150px; 
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width: 767.98px) {
    .counter{
        gap: 0;
    }
    .counter .elementor-element:not(:last-child)::after {
        display:none;
    }
    .counter .elementor-element {
        width: 50%;
        padding-left: 10px;
        padding-right: 0px;
    }
    .counter .elementor-element .e-con-inner .elementor-element{
        width: 100%;
    }

}
@media (max-width: 1024px) and (min-width: 768px) {
    .counter .elementor-element {
        padding: 0 0.5rem;
    }
}

/*
*
*End Our Connections 
*
*/

/*
*
*Slider Customers 
*
*/

/*
*
* End Slider Customers 
*
*/

/*
*
*Services
*
*/
span.sombra-azul.servicios-titulo{
    /*width: 82%;*/
}
span.sombra-azul.servicios-titulo::before{
    /*left: -14px;*/
    top: 50%;
    height: 75%;
}

.servicios-items .elementor-accordion-item{
padding-top: 1%;
padding-bottom: 1%;
}

.servicios-items .elementor-accordion-item .elementor-tab-title,
.servicios-items .elementor-accordion-item .elementor-tab-content{
padding-left: 15%;
padding-right: 15%;
}
.servicios-items .elementor-accordion-item.of .elementor-tab-title a {
    color: var(--e-global-color-4ad3003) !important;
}
.servicios-items .elementor-accordion-item .elementor-tab-title a h3{
    font-size:30px !important
}
.on{
    background: #FFFFFF;
}
.of {
    background: #000000;
}
.contenido-servicio {
    display: flex;
    flex-direction: column;
}
.contenido-servicio .gallery {
    order: 1;
    display: flex;
}
.contenido-servicio .gallery .gallery-item{
    padding: 20px;
}
.contenido-servicio p{
    order: 0;
}
.contenido-servicios{
    height: 100%;
}
@media (max-width: 767.98px) {
    span.sombra-azul.servicios-titulo{
           
    }

    .servicios-items .elementor-accordion-item .elementor-tab-title a h3{
    font-size:18px !important;
    }
    .contenido-servicios{
        height: auto;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .servicios-items .elementor-accordion-item .elementor-tab-title a h3{
        font-size:22px !important;
    }
    .servicios-items .elementor-accordion-item .elementor-tab-title,
    .servicios-items .elementor-accordion-item .elementor-tab-content{
        padding-left: 5%;
        padding-right: 5%;
    }
}
/*
*
*End Services 
*
*/

/*
*Blog Home
*/
/*.notas-recientes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}*/

/*.col {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    flex-direction: column;
}

.especial-col {
    flex: 1 1 100%;
}*/

.container {
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.row {
    display: flex;
    flex-direction: row;
    gap: 40px; 
}

.col {
    flex: 1;
}

.col-wide {
    flex: 1;
}

/* Responsivo: Ajustar para dispositivos móviles */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    .col, .col-wide {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .row {
        flex-direction: column;
    }
    .col, .col-wide {
        flex: none;
        width: 100%;
    }
}

.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 3s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.nota-reciente {
    padding: 20px;
    /*padding-bottom: 0px;*/
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 1px 6px 0px #E3E3E3;
    margin-bottom: 20px;
}


.nota-reciente .nota-imagen{
    display: flex;
    justify-content: center;
}

.nota-reciente .nota-imagen img {
    width: 100%;
    height: auto;
    /*padding-left: 6%;
    padding-right: 6%;*/
    border-radius: 15px;
    
}

.nota-titulo a {
    text-decoration: none;
    color: #333;
    font-family: "PlantinStd", Sans-serif;
    font-style:italic;
    color: var(--e-global-color-text);
    font-size: 30px;
    font-weight: 300;
    
}

.nota-extracto {
    margin-top: 10px;
}
.nota-extracto  p{
    color: var(--e-global-color-text);
    font-family: "Certia", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.especial-categorias-y-ver-mas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px; /* Ajusta este valor según sea necesario */
    margin-bottom: 20px;
}

/*.nota-categorias {
    margin-top: 5px;
}*/

.nota-categorias ul{
    padding: 0px;
}
.nota-categorias ul li {
    display: inline;
    background: #00B4FF;
    color: #FFFFFF;
    font-family: "Certia", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 4px;
    margin-left: 6px;
}
.nota-categorias ul li:hover{
    background: #000000;
    color: #FFFFFF;
}

.ver-mas {
    font-family: "PlantinStd", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    padding: 5px 10px;
    color: #00B4FF;
    text-decoration: none;
}

.especial-categorias-y-ver-mas .ver-mas svg{
    width: 29px;
    fill: #00B4FF;
    height: 10px;
}
.especial-categorias-y-ver-mas .ver-mas:hover svg{
    fill: #000000;
}

.especial-contenido {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0px;
}

.especial-informacion {
    flex: 1;
    min-width: 200px;
}

.especial-imagen {
    flex: 1;
    min-width: 200px;
}

@media (max-width: 768px) {
    .especial-contenido {
        flex-direction: column;
    }
    .especial-categorias-y-ver-mas{
        flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    }

    .especial-informacion, .especial-imagen {
        min-width: 100%;
    }
    .especial-informacion .especial-categorias-y-ver-mas{
        flex-direction: row;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .especial-contenido {
        flex-direction: column;
    }
    .especial-categorias-y-ver-mas{
        flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    }

    .especial-informacion, .especial-imagen {
        min-width: 100%;
    }
    .especial-informacion .especial-categorias-y-ver-mas{
        flex-direction: row;
    }
    .nota-titulo a {
        
        font-size: 26px;
        
    }
}
/*
*End Blog  Single
*/
.post-info-meta ul li{
	list-style-type:none;
	margin-right:10px;
}
.post-info-meta ul li svg{
	width:12px !important;
}

.post.type-post .post-info-meta  ul li .elementor-post-info__item a{
	color:#000000;
}

.post .elementor-widget-theme-post-content p a{
	color:#00B4FF;
}
/*
*End Blog 
*/

/*
*
*Page Vacantes 
*
*/


.vacantes-container {
    position: relative; 
}

.aplicar-ahora {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
    display: block; 
}

/* Asegúrate de que el contenido dentro de .container-padre esté por encima del enlace */
.vacantes-container > div {
    position: relative !important;
    z-index: 2 !important; /* Asegúrate de que el contenido esté por encima del enlace */
}

.titulo-vacantes .e-con-inner{
    padding-bottom: 0px;
}
.vacantes-container .elementor-element .elementor-shortcode .vacante-item{
    margin: 0px;
}
.vacantes-container,
.vacantes-container .elementor-element-efee06c{
    padding-bottom: 0px;
    padding-top: 0px;
}
.vacantes-container .elementor-element .elementor-shortcode .vacante-item {
    text-align: right;
}

.vacantes-container .elementor-element .elementor-shortcode .vacante-item h3{
    color: var(--e-global-color-4ad3003) !important;
    font-family: "Certia", Sans-serif;
    font-size: 2vw;
    font-weight: 800;
    text-align: left;
}
.vacantes-container .elementor-element .elementor-shortcode .vacante-item .vacante-content p span{
    color: var(--e-global-color-text);
    font-family: "Certia", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.vacantes-container .elementor-element .elementor-shortcode .vacante-item a.aplicar-ahora {
    /*position: relative;
    display: inline-flex;*/
    align-items: center;
    
    font-family: "PlantinStd", Sans-serif;
    color: var(--e-global-color-text);
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    text-align: right;
}

.vacantes-container .elementor-element .elementor-shortcode .vacante-item a.aplicar-ahora .ico {
    width: 50px;
    margin-left: 0px;
    vertical-align: middle;
    color: #FFFFFF;
    fill: #FFFFFF;
    left: 70%;
    top: 70%;
    position: absolute;
}

.vacantes-container .elementor-element .elementor-shortcode .vacante-item a.aplicar-ahora:hover, 
.vacantes-container .elementor-element .elementor-shortcode .vacante-item a.aplicar-ahora:hover .ico{
    color: #FFFFFF;
    fill: #FFFFFF;
}

.vacantes-container .elementor-element .elementor-shortcode .vacante-item:hover a.aplicar-ahora .ico,
.vacantes-container .elementor-element .elementor-shortcode .vacante-item:focus a.aplicar-ahora .ico{
    animation: zoom-animation 1s infinite;
}
.vacantes-container .elementor-element .elementor-shortcode .vacante-item:hover  .insing .e-fas-circle.one{
    fill: #000000;
}
.vacantes-container .elementor-widget-shortcode{
    padding: 50px 50px;
}
.insing {
    width: 22%;
}
.vacante-item .insing svg{
    font-size: 12px;
    width: 12px;
}
.vacante-item .insing svg.one{
    fill: #00B4FF;
}
.vacante-item .insing svg.two{
    fill: #EC0C6E;
}
.vacante-item .insing svg.tree{
    fill: #FF8F00;
}

.vacantes-container .elementor-element .elementor-shortcode .vacante-item a.aplicar-ahora:hover + .vacante-item  .insing svg.one{
    fill: #000000;
}  

@keyframes zoom-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1); 
    }
}

.zoom-animation {
    /*animation: zoom-animation 2s infinite;*/
}

#form-field-cv_vacante,
#form-field-portafolio_vacante{
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .vacantes-container{
        padding-bottom: 10px;
    }
    .vacantes-container .elementor-element .elementor-shortcode .vacante-item h3{
        font-size: 1.9rem;
    }
    .insing {
        width: 15%;
    }
    .vacantes-container .elementor-widget-shortcode {
        padding: 40px 40px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .insing {
        width: 22%;
    }
    .vacantes-container .elementor-widget-shortcode {
        padding: 30px 30px;
    }
    .vacantes-items{
        margin:0px 0px 0px 0px;
    }
    .vacantes-container .elementor-element .elementor-shortcode .vacante-item h3{
        font-size: 1.5rem;
    }
}
@media (max-width: 1280px) and (min-width: 1024px) {
    .vacantes-container .elementor-element .elementor-shortcode .vacante-item h3{
        font-size: 1.8rem;
    }
    .insing {
        width: 22%;
    }
    .vacantes-container .elementor-widget-shortcode {
        padding: 7px 30px;
    }
}

/*
*Style Moda
*/
/*.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.e-flex {
    display: flex;
    flex-direction: column;
}*/

/* Responsiveness */
@media (max-width: 991.98px) {
   /* .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }*/
}

/*h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}*/
.mt-30{
    margin-top: 30px;
}

/* Additional styling for a polished look */
/*.row {
    margin-bottom: 1rem;
}

.col-lg-6 {
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .row {
        flex-direction: column;
    }
}*/

#popup-content .vacante-item h3.titulo{
    color: var(--e-global-color-4ad3003);
    font-family: "PlantinStd", Sans-serif;
    font-size: 32px;
    font-weight: 700;
}

#popup-content .vacante-item .subtitulo h3{
    color: var(--e-global-color-4ad3003);
    font-family: "PlantinStd", Sans-serif;
    font-size: 22px;
    
}

#popup-content .vacante-item .subtitulo h3 span,
#popup-content .vacante-item .descripciones p, 
#popup-content .vacante-item .descripciones p span,
#popup-content .vacante-item .descripciones ul li{
    color: var(--e-global-color-4ad3003);
    font-family: "Certia", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#popup-content .vacante-item .descripciones ul li::marker{
    color: #00B4FF;
}

/*
*Contacto pop-up
*/
.wpcf7-form .titulos p{
    margin-bottom: 5px !important;
}
.wpcf7-form .titulos p label {
    
        color: var(--e-global-color-4ad3003);
        font-family: "PlantinStd", Sans-serif;
        font-size: 16px;
        font-weight: 400;
    
}

.wpcf7-form p .wpcf7-form-control.wpcf7-submit{
    width: 100%;
    border: none;
    background: #00B4FF;
    color: #FFFFFF;
}

.wpcf7-form p .wpcf7-form-control.wpcf7-submit:hover{
    background: transparent;
    border: solid 1px #00B4FF;
    color: #00B4FF;
}

.btn-popup-calendly{
    font-family: "Certia", Sans-serif;
    font-weight: 700;
    font-size: 20px;
    background: #00B4FF;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 10px;
}

.form-calendly-custom iframe {
    width: 100vw !important;
    height: 37vw !important;
}

.oNS9ciVl9HkYl_RNpI17.qW_zL2XDBBdtqDDZUDDc{
    min-height: auto !important;
}

@media (max-width: 1399.98px) { 
    .form-calendly-custom iframe {
        width: 100vw !important;
        height: 54vw !important;
    }
}

@media (max-width: 1199.98px) { 
    .form-calendly-custom iframe {
        width: 100vw !important;
        height: 86vw !important;
    }
}

@media (max-width: 991.98px) { 
    .form-calendly-custom iframe {
        width: 100vw !important;
        height: 80vw !important;
    }
}
@media (max-width: 767.98px) { 
    .form-calendly-custom iframe {
        width: 100vw !important;
        height: 775px !important;
    }
}

@media (max-width: 575.98px) { 
    .form-calendly-custom iframe {
        width: 100vw !important;
        height: 650px !important;
    }
}
 

/*
*
*End Page Vacantes 
*
*/


/*
*
*Footer Slyte
*
*/

.footer-bottom .copy-cy  p a{
    color:#00B4FF;
}

.footer-bottom .copy-cy  p a:hover,
.footer-bottom .copy-cy  p a:focus{
    color:#FFFFFF;
}
.info-contacto .elementor-widget-container  a{
    color: #FFFFFF;
}
.info-contacto .elementor-widget-container a:hover{
    color: #00B4FF;
}
.elementor-element .elementor-element-4643b80{
    padding-left: 0px;
}
.text-italic{
    font-family: "PlantinStd", Sans-serif;
        font-size: 16px !important;
        font-weight: 300 !important;
        font-style: italic !important;
}
.redes-footer .elementor-social-icons-wrapper{
    display: inline !important;
}

@media (max-width: 768px) {
    .menu-footer nav ul li a{
        justify-content: center !important;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    
}


/*
*
*End Footer Slyte
*
*/

/*
*
* Menu walker Slyte
*
*/

/*
.elementor-nav-menu {
    position: relative; 
}

.sub-menu {
    display: none; 
    position: absolute; 
    background: #000; 
    border: 1px solid #ccc; 
    z-index: 1000; 
}

.menu-item-has-children:hover .sub-menu,
.menu-item-has-children.active .sub-menu {
    display: block; 
}

.dropdown-menu {
    display: none; 
}*/

/*
*
*End Menu walker Slyte
*
*/
