.videoimagenfondoCidetec {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 20px 40px 140px 60px;
    overflow: hidden;
    background-size: cover;
    min-height: 600px;
}

.videoimagenfondoCidetec_video, .videoimagenfondoCidetec 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 */
}
.videoimagenfondoCidetec iframe {
    opacity: 0;
}
.videoimagenfondoCidetec iframe.loaded {
    opacity: 1;
}
.videoimagenfondoCidetec_content {
    z-index: 8675309;
    max-width: 1280px;
    text-align: left;
    position: relative;
}
h1.videoimagenfondoCidetec_content_title {
    font-family: "Circular", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #00C18A;
    font-size: 77px;
    line-height: 85px;
    max-width: 500px;
}
.videoimagenfondoCidetec_content_subtitle {
    font-family: "Circular", Arial, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 26px;
line-height: 40px;
color: #FFFFFF;
max-width: 650px;}

.videoimagenfondoCidetec_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;
}

.videoimagenfondoCidetec_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;
}

.videoimagenfondoCidetec_content_title a:hover {
    transition: all 0.3s linear;
    color: #c9d770;
}

.videoimagenfondoCidetec_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;
}

.videoimagenfondoCidetec_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;
}



.videoimagenfondoCidetec_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: #00C18A;
    border: 1px solid #FFF;
    transition: all 0.3s linear;
}

.videoimagenfondoCidetec_content a.boton:hover {
    background: transparent;
    color: #FFFFFF;
    transition: all 0.3s linear;
}

.videoimagenfondoCidetec_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;
}
.videoimagenfondoCidetec_content_play:hover {
    border-color: #fff;
    animation: none;
}
.videoimagenfondoCidetec_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;
}

.videoimagenfondoCidetec .imagenFondo {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoimagenfondoCidetec h3.videoimagenfondoCidetec_content_destacado {
    font-family: "GT", Arial, sans-serif;
    color: #099F7A;
    text-transform: uppercase;
    font-size: 20px;
}

.videoimagenfondoCidetec a.enlace {
    position: absolute;
    bottom: 0px;
    padding: 20px 50px 20px 40%;
    left: 0px;
    font-family: "Circular", Arial, sans-serif;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    transition: all 0.5s linear;
    background: #00C18A;
    z-index: 8675310;
}
.videoimagenfondoCidetec a.enlace:hover {
    padding: 20px 50px 20px 43%;
    transition: all 0.5s linear;
}

.videoimagenfondoCidetec a.enlace:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: 50%;
    bottom: 3px;
    transform: translateY(-50%) rotate(-135deg);
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transition: all 0.3s linear;
}

.videoimagenfondoCidetec h2.videoimagenfondoCidetec_content_title {
    font-family: "Circular", Arial, sans-serif;
    color: #FFF;
    font-size: 43px;
    max-width: 500px;
}




@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);
   }
}


@media only screen and (max-width: 1023px) {

    .videoimagenfondoCidetec h2.videoimagenfondoCidetec_content_title {
        font-size: 40px;}

    .videoimagenfondoCidetec_content_subtitle {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 782px) {

    .videoimagenfondoCidetec h2.videoimagenfondoCidetec_content_title {
        font-size: 30px;
    }
    .videoimagenfondoCidetec_content_subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .videoimagenfondoCidetec a.enlace {
        font-size: 18px;
        padding: 20px 50px 20px 10%;
        max-width: 80%;
    }
    }

@media only screen and (max-width: 480px) {
    .videoimagenfondoCidetec {
        min-height: 300px;
    }
}