:root {
    --color-base: rgb(181, 141, 23);
    --color-degradado: rgb(180, 141, 23, .4);
    --surface-color: rgb(180, 141, 23, .9);
    --arc-color: rgb(180, 141, 23);
    --curve: 40;
    --fNormal: 1rem;
    --fTitulos: 3rem;
    --fSubtitulos: 1.5rem;
    --altoLinea: 2rem;
    --logoBlanco: url('../img/logoBlanco.webp');
    --lineaBlanca: url('../img/title-after-blanco.svg');
}

body {
    background-color: #ffffff;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: var(--fNormal);
    color: #6f767c;
}

a {
    text-decoration: none;
    /* color: white; */
}

.fondo{
    height: 30rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.txt-block .titulos {
    font-size: 2.5rem;
}

.linksIEE a:hover {
    color: #b1a889 !important;
}

.linksIEEHeader {
    background-color: #404040 !important;;
    color: #c7c7c7 !important;
}

.navbarIEE{
    color: gray;
}

.tamaniologo {
    width: 10rem;
}

.toggleImg {
    content: var(--logoBlanco);
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .100) !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #e3cfb6 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    /* color: #fff !important; */
    background-color: #e3cfb6 !important;
}

@media screen and (max-width: 1279px) {
    .texto-accesos {
        display: none;
    }
}

@media all and (min-width: 1400px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }

    .navbar .nav-item .menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }

    .navbar .nav-item:hover .menu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
    }

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

@media (min-width: 300px) {

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

@media (min-width: 576px) {
    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

@media (min-width: 768px) {
    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

@media (min-width: 992px) {

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

@media (min-width: 1200px) {

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

@media (min-width: 1400px) {

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

/*redes sociales*/

.social-bar {
    position: fixed;
    top: 62%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.social-bar a {
    display: block;
    text-align: center;
    padding: 9px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.social-bar a:hover {
    background-color: #43B7A4;
}

.facebook {
    background: #3B5998;
    color: white;
    border-radius: 0px 15px 0px 0px;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.tiktok {
    background: #000000;
    color: white;
}

.spotify {
    background: #1ed760;
    color: white;
    border-radius: 0px 0px 15px 0px;
}

/* Inicio Opiniones */

.seccionOpiniones {
    padding-top: 10vh;
    padding-bottom: 15vh;
}

.divOpiniones {
    border-radius: 2rem !important;
    background-color: white;
    padding: 1.5rem 2rem 1.5rem 2rem;
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, .15);
}

.contactoOpiniones {
    border-radius: 2rem;
    background-color: #e3cfb6 !important;
    padding: 2rem;
    color: #5e5656 !important;
}

.contact-form .form-control {
    border-radius: 1rem;
}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 1rem;
    width: 20%;
    margin-top: -3%;
}

textarea {
    font-size: 15px;
    width: 100%;
    min-height: auto !important;
    max-height: auto !important;
    height: 150px !important;
    padding-top: 20px !important;
}

.form-control {
    font-size: 15px;
    height: 60px;
    border: none;
    outline: none;
    padding-left: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.form-group-flex {
    display: flex;
    flex-direction: column;
}

form label {
    order: 1;
}

form .app-form-control {
    order: 2;
}

.app-form-control {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1.5px solid #666;
    outline: none;
    transition: border-color 0.2s;
}

.app-form-control::placeholder {
    color: #ddd;
}

.app-form-control:focus {
    border-bottom-color: var(--color-base);
}

.app-form-control:focus+label {
    transition: color 0.2s;
    color: var(--color-base);
}

.form-check-input:checked {
    background-color: var(--color-base);
    border-color: var(--color-base);
}

.form-check-input:focus {
    border-color: var(--color-base);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--color-degradado);
}

.linea {
    background-color: #8a68a5;
    height: 3px;
    width: 20%;
}

.lineaInfo {
    background-color: #E7DFD3;
    height: 3px;
    width: 15%;
}

/*Nos interesa tu opinion*/
.titulos {
    font-size: var(--fTitulos);
    line-height: 3.5rem;
    position: relative;
    /* padding-bottom: 20px; */
    display: flex !important;
}

.subTitulos {
    font-size: var(--fSubtitulos);
    line-height: 2.5rem;
}

.btnIEE2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: 0 20px 30px 0 rgb(67 37 204/20%);
    box-shadow: 0 20px 30px 0 rgb(255 200 34/20%);
    color: #000;
    background: #e2ceb5;
    border: 2px solid #e2ceb5;
    padding: none;
}

.btnIEE2:hover {
    cursor: pointer;
    box-shadow: 0 20px 30px 0 rgb(126 145 142 / 38%);
    background: #56b9b4;
    color: rgb(255, 255, 255);
    border-color: #56b9b4;
}

/* ============ small devices ============ */

@media (max-width: 650px) {
    .tamaniologo {
        width: 8rem;
    }

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

/*footer*/

.bg-footer {
    background-color: #f8f9faa3;
}

.footerLinks h1 {
    font-size: 1rem;
}

#redes {
    /*position: fixed;*/
    top: 50%;
    text-align: right;
    width: 120%;
}

#redes a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    background-color: #6c757d;
}

#redes a .fab,
#redes a .fa-brands,
#redes a .fa-solid {
    color: #FFF;
}

#redes a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    z-index: 7;
}

#redes a span {
    position: absolute;
    left: 50%;
    color: #FFF;
    display: none;
    border-bottom: 2px solid #b08800;
    padding-bottom: 8px;
    background-color: #555;
    top: -30px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 80%;
    white-space: nowrap;
}

#redes .facebook:hover {
    background-color: #3b5998;
}

#redes .twitter:hover {
    background-color: #55acee;
}

#redes .youtube:hover {
    background-color: #FF0000;
}

#redes .periscope:hover {
    background-color: #40A4C4;
}

#redes .tiktok:hover {
    background-color: black;
}

#redes .maps:hover {
    background-color: #32A34F;
}

.footerLine{
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}


.mapa{
    height: 300px;
    width: 500px;
}

@media screen and (max-width: 479px) {

    .mapa{
        width: 300px !important;
    }
}

/*header*/

@media screen and (max-width: 1279px) {

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

@media (min-width: 321px) and (max-width: 413.95px) {
    .social-bar a {
        padding: 8px !important;
    }

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

@media (max-width: 1399px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    .logo {
        margin-right: 0rem;
    }

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

@media (max-width: 400px) {

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

/* Banner Mujeres Electas Cards Sitios de Interes */
.cardSitios {
    border-radius: 20px !important;
    width: 250px;
    height: 250px;
    padding: 1.5rem;
    position: relative;
    align-items: flex-end;
    transition: 0.4s ease-out;
    opacity: .6;
}

.cardSitios:hover {
    opacity: 1;
}

.cardSitios img {
    height: 100%;
    width: 100%;
    object-fit: contain;
} 

.sitios{
    background-color: #F8F1FD;
    padding-bottom: 2rem;
    padding-top: 4rem;
}

@media (max-width: 400px) {
    .linea.lineaMargin {
        margin: 6.2rem;
    }

    .mapa {
        width: 300px !important;
    }

    .tamaño {
        height: 25vh !important;
    }

    .tamañoimg {
        height: 25vh !important;
    }
}

/* Video */
.tamañoVideo {
    width: 30vw !important;
    height: 40vh !important;
    border-radius: 30px !important;
    box-shadow: 12px 16px 19px -2px rgb(0 0 0 / 21%) !important;
}

.imgFondo {
    padding-bottom: 42px !important;
    background-image: url(../img/plantilla/fondo.webp);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 37rem !important;
    padding-left: 9vh !important;
    margin-top: 2rem !important;
}

.divVideo{
    margin-top: 3rem !important;
}

/* Graficas */
.grafica1 {
    display: block !important;
    box-sizing: border-box !important;
    height: 37vh !important;
    width: 40vh !important;
    margin-top: 2rem !important;
}

.rowGrafica2{
    height: 300px !important; 
    width: 100% !important; 
    justify-content: center !important;
}

.grafica2 {
    display: block;
    box-sizing: border-box;
    height: 243px;
    width: 486px;
    margin-top: 2rem;
}

/* SVG */
.clasex{
    width: 690px !important;
    height: 800px !important;
}

@media (max-width: 450px) {
    .clasex{
        width: 324px !important;
        height: 380px !important;
    }
}

.styleCardMapa{
    /* fill:#96771a !important; */
    fill:#a5904a !important;
    stroke-width: 2 !important;
}

.styleCardMapa:hover{
    fill: #d5c9a3 !important;
    position: relative;
    stroke: #3c300a !important;
    stroke-width: 2.5 !important;
}

.prueba_toolpic{
    border-radius: 8px;
    border: 2px solid #aba277;
    position: fixed;
    display: none;
    width: 18rem;
}

@media (max-width: 820px) {
    .prueba_toolpic{
        border-radius: 8px;
        border: 2px solid #989068;
        position: fixed;
        display: none;
        width: 18rem;
    }
}

@media (max-width: 768px) {
    .prueba_toolpic{
        border-radius: 8px;
        border: 2px solid #989068;
        position: fixed;
        display: none;
        width: 15rem;
    }
}

@media (max-width: 375px) {
    .prueba_toolpic{
        border-radius: 8px;
        border: 2px solid #989068;
        position: fixed;
        display: none;
        width: 8rem;
        font-size: 9px;
    }
}

.posiciontexto{
    text-align: center !important;
}

.mapaLetra {
    font-size: 22px !important;
    text-align: center !important;
}

/* Espacio (Saltos) */
.saltos{
    margin-top: 6rem !important;
}

.saltosVideos{
    margin-top: 7rem !important;
}

.saltosGraficas{
    margin-top: 6rem !important;
}

.contenedor{
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}

/* Micrositio2 */
.espacioSection{
    margin-top: 1rem !important;
}

.espacioSubtitulo {
    margin-top: 1.6rem !important;
}

.espacioBotones {
    margin-top: 2rem !important;
}

.micro1 {
    border-radius: 1rem !important;
    background-color: white;
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, .15);
    text-align: justify!important;
}

.espacioCardsImagen {
    margin-top: 2rem !important;
}

.titulo1 {
    font-size: 1rem !important;
    text-align: center !important;
    font-weight: 600!important;
    color: #6F767C !important;
}

.styletop{
    padding-top: 5rem!important;
}

.fondotitulo{
    background-image: url('../img/acreditaciones_banner_fondo.jpg');
    /* background-repeat: no-repeat !important;
    background-size: cover !important; */
    /* width: auto;
    height: 50rem; */
    /* display: flex;
    justify-content: center; */
}

.tituloMicro21 {
    font-size: 4.5rem;
    font-weight: 900;
    color: #595959;
    text-transform: uppercase;
    margin-bottom: -0.2rem;
    text-align: center;
    letter-spacing: -.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    min-width: 1px;
}

.tituloMicro22 {
    font-size: 4.5rem;
    font-weight: 900;
    color: #595959;
    text-transform: uppercase;
    margin-bottom: -0.2rem;
    text-align: center;
    letter-spacing: -.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    min-width: 1px;
}

.tituloMicro23 {
    /* font-size: 4rem !important;
    font-weight: 600 !important;
    color: #c3a023 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2rem !important;
    text-align: center; */

    font-size: 4.5rem;
    font-weight: 900;
    color: #c3a023;
    text-transform: uppercase;
    margin-bottom: -0.2rem;
    text-align: center;
    letter-spacing: -.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    min-width: 1px;
}

.quote {
    position: relative;
    border-left: 4px solid #989068;
}

.theme-bg-light {
    background: #f6f8fc;
}

.espacioMicro2{
    margin-right: 10rem!important;
    margin-left: 10rem!important;
}

.iconDiv{
    /* margin-top: 1.5rem !important;  */
    margin-bottom: 1.1rem !important;
}

/* Cards */
.tamañoCard{
    width: 12rem !important;
    height: 7rem !important;
}

.iconMicro2{
    color: #96771a !important;
    display: flex !important;
    justify-content: center !important;
}

.iconMicro2:hover{
    color: #989068 !important;
    display: flex !important;
    justify-content: center !important;
}

.colorLiga {
    text-align: center !important;
    color: #989068 !important;
    font-size: 1rem !important;
}

.colorLiga:hover{
    color: #beb682 !important; 
} 

.img-fluid {
    max-width: 100%;
    height: 55vh;
    width: 45vh;
}

.cardsTablet {
    margin-top: 3rem;
}

@media (max-width: 1024px) {
    .espacioCards {
        margin-right: unset !important;
    }

    .tamañoCard {
        width: 14rem !important;
        height: auto;
    }
    
    .cardsTablet {
        margin-top: 3rem;
    }

    .espacioCardsImagen {
        margin-top: 1rem !important;
    }

    .espacioMicro2 {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }

    .marginCardsTablet{
        margin-top: 2rem !important;
    }


    .saltosVideos {
        margin-top: 8rem !important;
    }

    /* Videos */
    .imgFondo {
        padding-bottom: 42px !important;
        background-image: url(../img/plantilla/fondo.webp);
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 36rem !important;
        padding-left: 9vh !important;
        margin-top: 2rem !important;
    }

    .tamañoVideo {
        width: 60vw !important;
        height: 30vh !important;
        border-radius: 30px !important;
        box-shadow: 12px 16px 19px -2px rgb(0 0 0 / 21%) !important;
    }

    /* Graficas */
    .grafica1 {
        display: block !important;
        box-sizing: border-box !important;
        height: 35vh !important;
        width: 35vh !important;
        margin-top: -1rem !important;
    }

    .grafica2 {
        display: block;
        box-sizing: border-box;
        height: 243px;
        width: 486px;
        margin-top: -2rem !important;
    }

    .grafica3{
        margin-top: 2rem !important;
    }
}

@media (max-width: 375px) {
    .espacioSection {
        margin-top: 1px !important;
    }

    .tituloMicro2 {
        font-size: 28px !important;
        font-weight: 600;
        color: #989068 !important;
        text-transform: uppercase;
        text-align: center;
    }

    /* saltos */
    .saltosVideos {
        margin-top: 5rem !important;
    }

    .marginCardsCel{
        margin-top: 2rem !important;
    }

    .titulos {
        font-size: var(--fTitulos);
        line-height: 2.9rem;
        position: relative;
        display: flex !important;
    }

    :root {
        --color-base: rgb(181, 141, 23);
        --color-degradado: rgb(180, 141, 23, .4);
        --surface-color: rgb(180, 141, 23, .9);
        --arc-color: rgb(180, 141, 23);
        --curve: 40;
        --fNormal: 1rem;
        --fTitulos: 2.2rem;
        --fSubtitulos: 1.5rem;
        --altoLinea: 2rem;
        --logoBlanco: url(../img/logoBlanco.webp);
        --lineaBlanca: url(../img/title-after-blanco.svg);
    }

    .saltos{
        margin-top: 17rem !important;
    }

    /* Videos */
    .imgFondo {
        padding-bottom: 42px !important;
        background-image: url(../img/plantilla/fondo.webp);
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 20rem !important;
        padding-left: 9vh !important;
        margin-top: 2rem !important;
    }

    .tamañoVideo {
        width: 80vw !important;
        height: 30vh !important;
        border-radius: 30px !important;
        box-shadow: 12px 16px 19px -2px rgb(0 0 0 / 21%) !important;
        position: absolute;
        right: 1.8rem !important;
    }

    .divVideo {
        margin-top: 1.6rem !important;
    }

    /* Graficas */
    .grafica1 {
        display: block !important;
        box-sizing: border-box !important;
        height: 300px !important;
        width: 300px !important;
        margin-top: -2rem !important;
    }

    .rowGrafica2 {
        height: 170px !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .grafica2 {
        display: block;
        box-sizing: border-box;
        height: 243px;
        width: 486px;
        margin-top: -4rem !important;
    }

    .grafica3{
        margin-top: -3rem !important;
    }
}

/* Micrositio INTEGRACION */
.infoDIv {
    background-color: #eae4d1;
    color: #f7f2f4;
    text-align: center;
    padding: 20px;
}

.infoDIv .contenedorMicro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.infoDIv a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

/* @media (min-width: 1024px){
    .contenedorMicro {
        width: 1000px;
    }
} */

.contenedorMicro {
    width: 98%;
    margin: auto;
}

/* @media (min-width: 1024px) {
    .info-pet {
        width: auto;
    }
}

@media (min-width: 480px) {
    .info-pet {
        width: 40%;
    }
} */

.info-pet {
    margin: 20px;
}

.info-pet .iconMicroI {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 7px solid #fff;
    font-size: 80px;
    padding-top: 25px;
    color: #6b5e15;
}

.info-pet .iconMicroI:hover{
    background-color:#444243;
    color:#f7f2f4;
    text-align: center;
    padding: 20px;
    border-radius: 5%;
    transform: scale(1.05);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.info-pet img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 7px solid #fff;
}

/* @media (min-width:480px) {
    .info-pet {
        width: 40%;
    }
}
  
@media (min-width:1024px) {
    .info-pet {
        width: auto;
    }
} */



.sectionPresentation {
    margin-top: 5rem;
}

.imgMicroIntegracion {
    border-radius: 2rem !important;
    /* background-color: white; */
    /* padding: 0.5rem 0.7rem 0.5rem 0.7rem; */
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, .15);
    text-align: justify!important;
}

.espacioLateral {
    margin-right: 15rem!important;
    margin-left: 15rem!important;
}

.espacioLateralCYM {
    margin-right: 15rem!important;
    margin-left: 15rem!important;
    margin-top: 1rem !important;
}

.Formatos {
    margin-top: 5rem !important;
}

.UsuarioyExamen {
    margin-top: 5rem !important;
}

.Registro {
    margin-top: 5rem !important;
}

.ConvocatoriayMétodo{
    margin-top: 5rem !important;
}

.Calendarizacion {
    margin-top: 5rem !important;
}

.espacioLateralIntegracion{
    margin-left: 5rem !important;
}

.cardBanner {
    width: 18rem !important;
    height: 11rem !important;
}

.microIntegracion {
    border-radius: 1rem !important;
    background-color: white;
    color: #6f767cf3;
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, .15);
    text-align: justify!important;
}

.iconDivIntegracion {
    margin-bottom: 2rem !important;
}

.iconDivIntegracion1 {
    margin-bottom: 2.3rem !important;
}

.tituloIntegracion {
    text-align: center;
    font-weight: 600!important;
    font-size: 1.1rem !important;
}

.iconMicro3 {
    color: #96771a !important;
    display: flex !important;
    justify-content: center !important;
    font-size: 4rem !important;
}

.iconMicroBoton {
    color: #fff !important;
    font-size: 2rem !important;
    margin-right: 2rem !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #595959 !important;
    border-color: #595959 !important;
    border-radius: 1rem !important;
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, .15) !important; 
    width: 23rem !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #7d8489 !important;
    border-color: #7d8489 !important;
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, .15) !important; 
}

.microIntegracion:hover {
    color: #fff !important;
    background-color: #96771a !important;
}

.microIntegracion:hover .iconMicro3 {
    color: #fff !important;
}

.iconBoton{
    margin-left: 0.5rem !important;
}

.iconDiv{
    margin-bottom: 1.5rem !important;
}

.mx-auto {
    margin-right: 4rem!important;
    margin-left: auto!important;
}

.tablaMicroIntegracion{
    margin-top: 7rem !important;
}

.tableIntegracion{
    margin-right: 12rem!important;
    margin-left: 12rem!important;
}

.thTable{
    color: #fff !important;
    text-align: center !important;
}

.bloque2Integracion{
    margin-top: 1rem !important;
}

@media (max-width: 1024px) {
    .tituloMicro21 {
        font-size: 5rem !important;
        font-weight: 600 !important;
        color: #403e39!important;
        text-transform: uppercase !important;
        margin-bottom: -3rem !important;
        letter-spacing: 0.4rem !important;
    }

    .tituloMicro22 {
        font-size: 5rem !important;
        font-weight: 600 !important;
        color: #c3a023 !important;
        text-transform: uppercase !important;
        margin-bottom: -3rem !important;
        letter-spacing: 0.4rem !important;
    }

    .tituloMicro23 {
        font-size: 5rem !important;
        font-weight: 600 !important;
        color: transparent !important;
        text-transform: uppercase !important;
        -webkit-text-stroke: 1.5px #403e39 !important;
        letter-spacing: 0.4rem !important;
    }

    .espacioLateral {
        margin-right: 5rem!important;
        margin-left: 5rem!important;
    }

    .tabletIntegracion{
        margin-top: 2rem !important;
    }

    .tableIntegracion {
        margin-right: 6rem!important;
        margin-left: 6rem!important;
    }

    .espacioLateralCYM {
        margin-right: 5rem!important;
        margin-left: 5rem!important;
        margin-top: 1rem !important;
    }

    .espacioLateralIntegracion {
        margin-left: 0rem !important;
    }

    .tabletIntegracion {
        margin-top: 0rem !important;
    }

    .tabletCards{
        margin-left: 5rem !important;
    }

    .tabletCards1 {
        margin-top: 2rem;
    }
}

@media (max-width: 375px) {
    .tituloMicro21 {
        font-size: 2rem !important;
        font-weight: 600 !important;
        color: #403e39!important;
        text-transform: uppercase !important;
        margin-bottom: 0.8px !important;
        letter-spacing: 0.4rem !important;
    }

    .tituloMicro22 {
        font-size: 2rem !important;
        font-weight: 600 !important;
        color: #c3a023 !important;
        text-transform: uppercase !important;
        margin-bottom: 0.8px !important;
        letter-spacing: 0.4rem !important;
    }

    .tituloMicro23 {
        font-size: 2rem !important;
        font-weight: 600 !important;
        color: transparent !important;
        text-transform: uppercase !important;
        -webkit-text-stroke: 1.5px #403e39 !important;
        letter-spacing: 0.4rem !important;
    }

    .mx-auto {
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .btn-primary {
        color: #fff !important;
        background-color: #595959 !important;
        border-color: #595959 !important;
        border-radius: 1rem !important;
        box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, .15) !important;
        width: 15rem !important;
    }

    .iconMicroBoton {
        color: #fff !important;
        font-size: 2rem !important;
        margin-right: 1rem !important;
    }

    .tableIntegracion {
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .telefonoIntegracion{
        margin-top: 2rem !important;
    }

    .espacioLateralIntegracion {
        margin-left: 0rem !important;
    }

    .espacioLateralCYM {
        margin-right: 2rem!important;
        margin-left: 2rem!important;
        margin-top: 1rem !important;
    }

    .espacioLateral {
        margin-right: 5rem!important;
        margin-left: 2rem!important;
    }

    .phoneCard {
        margin-top: 2rem !important;
    }

    .tabletCards1 {
        margin-top: 0rem;
    }
}

@media (max-width: 1440px) {
    .espacioMicro2 {
        margin-right: 8rem!important;
        margin-left: 8rem!important;
    }

    .img-fluid {
        max-width: 100% !important;
        height: 50vh !important;
        width: 40vh !important;
    }

    .tituloMicro21 {
        font-size: 5.5rem !important;
        font-weight: 600 !important;
        color: #403e39!important;
        text-transform: uppercase !important;
        margin-bottom: -3rem !important;
        letter-spacing: 0.4rem !important;
    }

    .tituloMicro22 {
        font-size: 5.5rem !important;
        font-weight: 600 !important;
        color: #c3a023 !important;
        text-transform: uppercase !important;
        margin-bottom: -3rem !important;
        letter-spacing: 0.4rem !important;
    }

    .tituloMicro23 {
        font-size: 5.5rem !important;
        font-weight: 600 !important;
        color: transparent !important;
        text-transform: uppercase !important;
        -webkit-text-stroke: 1.5px #403e39 !important;
        letter-spacing: 0.4rem !important;
    }

    .espacioLateralCYM {
        margin-right: 10rem!important;
        margin-left: 10rem!important;
        margin-top: 1rem !important;
    }
    
    
}

