.cabeceraCidetec, .cabeceraCidetec_content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(100vh - 147px);
}

.cabeceraCidetec {
    overflow: hidden;
    background: no-repeat 50% fixed;
    background-size: cover;
}
.cabeceraCidetec .breadcrumbs {
    color:#22394A;
}
.cabeceraCidetec .breadcrumbs a {
    color:#22394A !important;
}
.cabeceraCidetec_video, .cabeceraCidetec iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
   /* 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
   /* 16/9*100 = 177.77 */
}
.cabeceraCidetec iframe {
    opacity: 0;
}
.cabeceraCidetec iframe.loaded {
    opacity: 1;
}
.cabeceraCidetec_content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 50%;
    max-width: 1280px;
    left: 5%;
    transform: translate(0%, -50%);
    text-align: left;
    padding-left: 45px;
}
h1.cabeceraCidetec_content_title {
    font-family: "Circular", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #00c18a;
    font-size: 60px;
    line-height: 66px;
    max-width: 1000px;
    width: 60%;
    margin-bottom: 35px;
    margin-top: 40px;
}
.cabeceraCidetec_content_subtitle {
    font-family: "Circular", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #22394A !important;
    max-width: 1000px;
    width: 60%;
}

.cabeceraCidetec_content_title p {
    text-align: left;
    font-family: "Sua", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 50px;
    color: #FFFFFF;
}

.cabeceraCidetec_content_title a {
    text-align: left;
    font-family: "Sua", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 53px;
    color: #FFFFFF;
    text-decoration: underline;
    transition: all 0.3s linear;
    position: relative;
    display: inline-block;
    padding-right: 45px;
}

.cabeceraCidetec_content_title a:hover {
    transition: all 0.3s linear;
    color: #c9d770;
}

.cabeceraCidetec_content_title>a:before {
    content: "";
    width: 25px;
    height: 25px;
    border: 5px solid transparent;
    position: absolute;
    right: 10px;
    transform: rotate(45deg);
    border-bottom: 5px solid #fff;
    border-right: 5px solid#fff;
    top: 10px;
    border-radius: 6px;
    transition: all 0.3s linear;
}

.cabeceraCidetec_content_title>a:hover:before {
    right: 10px;
    transform: rotate(225deg);
    border-bottom: 5px solid #c9d770;
    border-right: 5px solid#c9d770;
    top: 25px;   
    transition: all 0.3s linear;
}



.cabeceraCidetec_content a.boton {
    background: #FFF;
    padding: 10px 24px;
    border-radius: 50px;
    margin-top: 10px;
    font-family: "Poppins", Arial, sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    color: #001783;
    border: 1px solid #FFF;
    transition: all 0.3s linear;
}

.cabeceraCidetec_content a.boton:hover {
    background: transparent;
    color: #FFFFFF;
    transition: all 0.3s linear;
}

.cabeceraCidetec_content_play {
    display: block;
    position: relative;
    width: 4rem;
    height: 4rem;
    border: 2px solid transparent;
    border-radius: 50%;
    background: rgba(22, 22, 16, 0.75);
    text-indent: -9999px;
    transition: border-color 0.3s ease;
    animation: pulse 3s infinite;
}
.cabeceraCidetec_content_play:hover {
    border-color: #fff;
    animation: none;
}
.cabeceraCidetec_content_play:after {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    left: 1.425rem;
    width: 0;
    height: 0;
    border: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 1rem 0 1rem 1.5rem;
}

.cabeceraCidetec:before {
    content: "";
    background: rgb(255 255 255 / 50%) !important;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
}

/*.cabeceraCidetec:after {
    content: "";
    background: url(/wp-content/uploads/2023/08/imagenCidetecCabecera.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 8675300;
}*/


.cabeceraCidetec .imagenFondo {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.cabeceraCidetec a.flechaAbajo {
    position: relative;
    font-family: "Circular", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    color: #22394A;
    padding-left: 35px;
    transition: all 0.3s linear;
}

.cabeceraCidetec a.flechaAbajo:hover{
    color: #099f7a;
    transition: all 0.3s linear;
}

.cabeceraCidetec a.flechaAbajo:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 0%;
    top: 50%;
    bottom: 3px;
    transform: translateY(-50%) rotate(-135deg);
    border-left: 2px solid #22394A;
    border-bottom: 2px solid #22394A;
    transition: all 0.3s linear;
}

.cabeceraCidetec a.flechaAbajo:hover:before {
    border-left: 2px solid #099f7a;
    border-bottom: 2px solid #099f7a;
    transition: all 0.3s linear;
}

.cabeceraCidetec .migas-pan.no {
    display: none;
}

.cabeceraCidetec a.flechaAbajo.no {
    display: none;
}

.cabeceraCidetec a.flechainferior {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 33px;
    height: 33px;
    border-left: 3px solid #00c18a;
    border-bottom: 3px solid #00c18a;
    z-index: 999999999999978;
    display: block;
    animation: salto 2s infinite;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(205, 170, 147, 0.4);
   }
    70% {
        box-shadow: 0 0 0 10px rgba(205, 170, 147, 0);
   }
    100% {
        box-shadow: 0 0 0 0 rgba(205, 170, 147, 0);
   }
}

@keyframes salto {
    0% {
        bottom: 80px;
   }
   50% {
       bottom: 60px;
  }
  100% {
      bottom: 80px;
 }
}


@media only screen and (max-width: 1500px) {

h1.cabeceraCidetec_content_title {
    font-size: 57px;
    line-height: 55px;
    max-width: 1000px;
    width: 90%;
}

.cabeceraCidetec_content_subtitle {
    font-size: 25px;
    line-height: 30px;
    max-width: 1000px;
    width: 90%;
}
}



@media only screen and (max-width: 1023px) {
.cabeceraCidetec:after {
    left: 30%;
}
}



@media only screen and (max-width: 782px) {
.cabeceraCidetec_content {
    width: 100%;
    padding: 0px 30px 0px 30px;
}

h1.cabeceraCidetec_content_title {
    font-size: 40px;
    line-height: 45px;
}
h1.cabeceraCidetec_content_title {
    max-width: 250px;
    margin: 0;
}

.cabeceraCidetec_content_subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
}
}

@media only screen and (max-width: 480px) {
    h1.cabeceraCidetec_content_title {
        font-size: 40px !important;
        line-height: 45px !important;
        width: 90%;
    }

    .cabeceraCidetec_content_subtitle {
        width: 90%;
    }

    .cabeceraCidetec a.flechaAbajo {
        margin-top: 30px;
    }
    .cabeceraCidetec .breadcrumbs {
        font-size: 16px;
    }
    }