@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");
* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    /* text-transform: capitalize; */
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 9rem;
}

html::-webkit-scrollbar {
    width: 1rem;
}

html::-webkit-scrollbar-track {
    background: #ffd55a;
}

html::-webkit-scrollbar-thumb {
    background: #293250;
    border-radius: 5rem;
}

body {
    /* background: #f8f7ef; */
    background-color: #f8f7ef !important;
    overflow-x: hidden;
}

section {
    padding: 3rem 9%;
}


/* detalle del blog */

.blog-detalle {
    margin-top: 21rem;
    padding: 1rem 5rem;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 2rem;
}

.blog-detalle .article-1 {
    padding: 1rem 3rem;
    background-color: transparent;
    width: 90%;
    /* padding: 3rem 4rem; */
}
.blog-detalle .article-1 .heading {
    text-align: left;
    font-size: 4.5rem;
    margin-bottom: 0.5rem;
    padding: 0 0;
    font-weight: bold;
}
.blog-detalle .article-1 small {
    font-size: 1.6rem;
    color: rgba(128, 128, 128, 0.807);
}
.blog-detalle .article-1 p {
    margin: 1rem 0;
    font-size: 1.9rem;
    color: gray;
    width: 86%;
    text-align: justify;
}
.blog-detalle .article-1 .imgs__blogs {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}
.blog-detalle .article-1 img:nth-child(1) {
    width: 85%;
}
.blog-detalle .article-1 img {
    width: 45%;
    display: block;

    object-fit: contain;
}
.blog-detalle .article-2 {
    padding: 1rem;
    width: 30%;
    background-color: transparent;
}
.blog-detalle .article-2 h2 {
    font-size: 2.2rem;
    font-weight: 500;
}
.blog-detalle .article-2 img {
    max-width: 80%;
}
.blog-detalle .article-2 .contenedor-reciente {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blog-detalle .article-2 .contenedor-reciente .text {
    margin: 1rem 0;
    background-image: linear-gradient(to top, #0000009f 0%, #00000094 100%),
        url(../image/blog1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 20rem;
    position: relative;
    width: 100%;
    border-radius: 10px;
    color: white;
    padding: 1rem;
}
.blog-detalle .article-2 .contenedor-reciente .text img {
    min-width: 100%;
    object-fit: cover;
}
.blog-detalle .article-2 .contenedor-reciente .text p {
    font-size: 1.5rem;
    position: absolute;
    bottom: 2.4rem;
    /* margin-top: -9rem; */
}
.blog-detalle .article-2 .contenedor-reciente .text small {
    font-size: 1.2rem;
    position: absolute;
    bottom: 0.4rem;
}

/* fin detalle del blog */

/* whatsapp */
.circlephone {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    color: inherit;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 2px solid #45ac4b;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    border-radius: 100%;
    opacity: 0.5;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    transition: all 0.5s;
    transform-origin: center;
}
.img-circle {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    color: inherit;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background-color: #45ac4b;
    width: 72px;
    height: 70px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.9;
    transform-origin: center;
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}
@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
.img-circleblock {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    color: inherit;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    width: 68px;
    height: 65px;
    background-image: url(https://rab-import-assets.s3.amazonaws.com/whatsapp-icon.png);
    fill: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-animation-name: tossing;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    transform-origin: center;
    border-radius: 100%;
}
.circle-fill {
    cursor: pointer;
    color: inherit;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background-color: #45ac4b;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: center;
}
#wa_button {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    bottom: 25px;
    right: 0px;
    position: fixed;
    z-index: 999;
}
/* fin whatsapp */
.servicios {
    width: 100%;
}
.servicios .contenedor-servicios {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 2rem 0;
    gap: 1rem;
}
.servicios .contenedor-servicios article {
    width: 25rem;
    text-align: center;
    cursor: pointer;
}
.servicios .contenedor-servicios article img {
    width: 100%;
    height: auto;
/* border: 0.2rem solid #293250;
border-radius: 25px; */
}
.servicios .contenedor-servicios article img:hover {
    animation: pulse;
    animation-duration: .5s;
}
/* banner auspiciadores */

.section__banner {
    width: 100%;
    padding: 0.4rem 0;
    margin-top: 3.5rem;
    position: relative;
}
.banner__escritorio {
    display: block !important;
}
.banner__movil {
    display: none !important;
}
.section__banner .right_banner {
    right: 1.5rem;
    z-index: 100;
}
.section__banner .arrows span.active-arrow{
    background-color: #000000d1;
}
.section__banner .arrows span{
    width: 3rem;
    height: .5rem;
    background-color: #00000063;
    border-radius: 5px;
}
.section__banner .arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}
.section__banner .left_banner {
    left: 1.5rem;
    z-index: 100;
}
.section__banner .right_banner,
.section__banner .left_banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    height: 3rem;
    cursor: pointer;
    display: grid;
    place-items: center;
    background-color: #d7d2d2ae;
    color: #000;
    border-radius: 10px;
}
.section__banner .contenedor__banner::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}
.section__banner .contenedor__banner {
    width: 100%;
    overflow: auto;
    display: flex;
    scroll-behavior: smooth;
    position: relative;
    justify-content: center;
    align-items: center;
}
.section__banner .contenedor__banner article img {
    width: 100%;
    height: auto;
    /* border-radius: 10px; */
    cursor: pointer;
    
}
.section__banner .contenedor__banner article {
    width: 100%;
    height: auto;
}
/* .section__banner .contenedor__banner article {
    min-width: 100%;
    width: 100%;
    height: 68vh;
    pointer-events: none;
    opacity: 0;
} */
.section__banner .contenedor__banner .article-hidden {
    position: absolute;
    top: 0;
    left: 0;
}
.section__banner .contenedor__banner article.box-container {
    pointer-events: unset;
    opacity: 1;
    transition: opacity 1.5s ease;
}

/* Banners principal */

.home {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-top: 12rem;
    /* margin-bottom: 3rem; */
}
.banner__content {
    position: relative;
    width: 100%;
    /* height: 85%; */
    top: 0;
    left: 0;
    
}
@keyframes moveBanner {
    0% {
      left: -200px; /* Comienza fuera de la vista a la izquierda */
    }
    100% {
      left: 100%; /* Termina completamente a la derecha */
    }
  }

.contenedor-banner {
    /* display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    width: 100%;
    height: 100%; */
    /* height: 75%; */
    position: relative;
    text-align: center;
    
}

.contenedor-banner .img__banner {
    min-width: 100%;
    width: 100%;
    height: 72%;
    margin-bottom: 2.5rem;
    /* background-position: center; */
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* animation: moveBanner 5s linear infinite; */
    transition: 2s;
    animation: fadeIn;
    animation-duration: 1s;
}
.contenedor-banner img {
    width: 100%;
    cursor: pointer;
    max-height: 100vh;
    height: 75%;
    /* height: inherit; */
    /* border-radius: 10px; */
    /* object-fit: cover; */
    vertical-align: top;
    /* transition: 1s;
    animation: fadeIn;
    animation-duration: 1s; */

}
.contenedor-banner article {
    min-width: 100%;
    width: 100%;
    height: 100%;
}
.contenedor-banner article img {
    width: 100%;
    height: 100%;
}
.banner__escritorio {
    display: block !important;
}
.banner__movil {
    display: none !important;
}
.miSlider {
    /* height: 68vh; */
    position: relative;
    text-align: center;
    /* margin: 0 7rem; */
}

.miSlider img {
    width: 100%;
    cursor: pointer;
    max-height: 100vh;
    height: inherit;
    /* border-radius: 10px; */
    /* object-fit: cover; */
    vertical-align: top;
    transition: 2s;
}
.home .miSlider .content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 30%;
    left: 11%;
    text-align: center;
}
.home .content h3 {
    color: var(--black);
    font-size: 3rem;
}

.home .content h3 span {
    color: var(--orange);
}

.home .content p {
    color: var(--black);
    font-size: 1.8rem;
    padding: 1rem 0;
    line-height: 1.8;
}
.home .flecha-izquierda {
    z-index: 100;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 2rem;
    font-size: 7rem;
    color: black;
    cursor: pointer;
}
.home .flecha-derecha {
    color: black;
    position: absolute;
    z-index: 100;
    top: 45%;
    transform: translateY(-50%);
    right: 2rem;
    font-size: 7rem;
    cursor: pointer;
}
.home .arrows {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 1rem; */
    /* margin-top: 1.5rem; */
    cursor: pointer;
    
}
.home .arrows span.active-arrow {
    background-color: #ffe100;
}
.home .arrows span {
    width: 4rem;
    border-radius: 20px;
    height: 0.7rem;
    cursor: pointer;
    background-color: #0000008a;
    margin: 0 0.5rem;
    z-index: 10;
}


/* Fin de banner */

.heading {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.heading span {
    color: #cf2337;
    font-size: 2rem;
}

.heading h2,
.heading h1 {
    font-size: 4rem;
    color: #293250;
}

.btn {
    margin-top: 1rem !important;
    display: inline-block !important;
    padding: 1rem 3rem !important;
    font-size: 1.7rem !important;
    color: #6dd47e !important;
    border: 0.2rem solid #000 !important;
    /* background: #6dd47e !important; */
    background: #ffe100 !important;
    border-radius: 5rem !important;
    cursor: pointer !important;
    /* color: #fff !important; */
    color: #000 !important;
}

.btn:hover {
    box-shadow: 0px 0px 10px 2px #b6b6b6;
}

.bottomright {
    position: fixed;
    bottom: 20px;
    right: 16px;
    font-size: 18px;
    z-index: 100;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-image: url(../images/whatsapp-icon.png);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
}

/* header principal */
.header__principal {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;

    padding: 0;
    z-index: 1000;
}
.header__principal .header__1 {
    width: 100%;
    color: #fff;
    justify-content: space-between;
    display: flex;
    background-color: #1a243f;
    padding: 0rem 3.5rem;
    padding-right: 0;
    height: 4.8rem;
    align-items: center;
}
.header__principal .header__1 .social__header1 {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    gap: 1rem;
    height: 100%;
}
.header__principal .header__1 .social__header1 nav {
    display: flex;
    gap: 0.5rem;
}
.header__principal .header__1 .social__header1 i {
    font-size: 1.9rem;
    color: #fff;
}
.header__principal .header__1 .phone__header p {
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.header__principal .header__1 .phone__header p a {
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.header__principal .header__1 .phone__header p a:hover {
    text-decoration: underline;
}
.header__principal .header__1 .phone__header i {
    vertical-align: middle;
    color: #000;
}
.header__principal .header__1 .phone__header {
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 26rem;
    gap: 0.5rem;
    background-color: #ffe103;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__principal .header__1 p {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.header__principal .header__2 img {
    width: 15rem;
}
.header__principal .header__2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3.5rem;
    height: 7.8rem;
    box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.2);
    background-color: #f8f7ef;
}
.header__principal .header__2 nav a ion-icon {
    padding: 1rem;
    border-radius: 50%;
    border: 1px solid #1a243f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    color: #1a243f;
}
.header__principal .header__2 nav a i {
    padding: 1rem;
    border-radius: 50%;
    border: 1px solid #1a243f;
    display: flex;
    align-items: center;
    font-size: 1.9rem;
    justify-content: center;
    color: #1a243f;
}
.header__principal .header__2 nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}
.header__principal .header__2 nav a b {
    font-size: 1.5rem;
    color: #000;
}
.header__principal .header__2 nav a p {
    color: #1a243f;
    font-size: 1.5rem;
}
.header__principal .header__2 nav a {
    text-decoration: none;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.header__principal .header__3 nav .button__responsive {
    display: none;
    padding: 0.5rem 2rem;
    background-color: #ffe100;
    border-radius: 5rem;
    border: 0.2rem solid #000;
    color: #000;
    outline: none;
    cursor: pointer;
    font-size: 1.7rem;
}
.header__principal .header__3 nav {
    display: flex;
    gap: 2rem;
    font-size: 1.5rem;
}
.header__principal .header__3 .menu__header {
    font-size: 2.5rem;
    color: #000;
    display: none;
}
.header__principal .header__3 nav a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.header__principal .header__3 nav a:hover {
    text-decoration: underline;
}
.header__principal .header__3 .logo__responsive {
    width: 12rem;
    display: none;
}
.header__principal .header__3 {
    width: 94.5%;
    padding: 0 1rem;
    padding-left: 30px;
    height: 5.6rem;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f5ed;
    box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.5);
}
.header__principal .header__3 div .bx-search {
    color: #000;
    font-weight: bold;
    font-size: 1.9rem;
}
.header__principal .header__3 div i {
    vertical-align: middle;
    justify-content: center;
}
.header__principal .header__3 div button {
    padding: 0.5rem 2rem;
    background-color: #ffe100;
    border-radius: 5rem;
    border: 0.2rem solid #000;
    color: #000;
    outline: none;
    cursor: pointer;
    font-size: 1.7rem;
}
.header__principal .header__3 div button:hover {
    box-shadow: 0px 0px 10px 2px #b6b6b6;
}
.header__principal .header__3 div {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

/* suscribirse */
.section__suscribirse {
    width: 100%;
    display: grid;
    place-items: center;
}
.section__suscribirse .contenedor__suscribirse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section__suscribirse .contenedor__suscribirse span {
    color: #fff;
}
.section__suscribirse .contenedor__suscribirse h2 {
    color: #fff;
}
.section__suscribirse .contenedor__suscribirse div .btn {
    margin: 0 !important;
}
.section__suscribirse .contenedor__suscribirse div input[type="email"] {
    background-color: #fff;
    height: 5rem;
    border-radius: 5rem;
    padding: 0 2rem;
    width: 40rem;
    font-size: 1.5rem;
}
.section__suscribirse .contenedor__suscribirse {
    width: 80%;
    border-radius: 15px;
    background-color: #1a243f;
    padding: 5rem 2rem;
}

.heading__gallery {
    margin-top: 19rem;
}
/* modal */
.modal__nosotros.visible__modal {
    display: grid;
}
.modal__nosotros {
    width: 100%;
    height: 100vh;
    background-color: #0000008a;
    position: fixed;
    z-index: 100000;
    display: none;
    place-items: center;
    top: 0;
    left: 0;
}
.modal__nosotros .content-modal__nosotros .close__modal {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    font-size: 3.5rem;
}
.modal__nosotros .content-modal__nosotros img {
    width: 15rem;
    display: block;
    margin: auto;
    /* margin-left: -3rem; */
}
.modal__nosotros .content-modal__nosotros h2 {
    font-size: 2.5rem;
}
.modal__nosotros .content-modal__nosotros p {
    font-size: 1.4rem;
}
.modal__nosotros .content-modal__nosotros {
    position: relative;
    width: 50rem;
    padding: 2rem;
    background-color: #f8f7ef;
    border-radius: 20px;
}

.modal__encontrar.visible__modal {
    display: grid;
}
.modal__encontrar {
    width: 100%;
    height: 100vh;
    background-color: #0000008a;
    position: fixed;
    z-index: 100000;
    display: none;
    place-items: center;
    top: 0;
    left: 0;
}
.modal__encontrar .content-modal__encontrar .close__modal2 {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    font-size: 3.5rem;
}
.modal__encontrar .content-modal__encontrar img {
    width: 15rem;
    display: block;
    margin: auto;
    margin-bottom: 1.5rem;
    /* margin-left: -3rem; */
}
.modal__encontrar .content-modal__encontrar h2 {
    font-size: 2.5rem;
    text-align: left;
}
.modal__encontrar .content-modal__encontrar p {
    font-size: 1.4rem;
}
.modal__encontrar .content-modal__encontrar {
    position: relative;
    width: 65rem;
    padding: 2rem;
    background-color: #f8f7ef;
    border-radius: 20px;
}

.modal__seminario.visible__modal {
    display: grid;
}
.modal__seminario {
    width: 100%;
    height: 100vh;
    background-color: #0000008a;
    position: fixed;
    /* z-index: 100000; */
    z-index: 1000;
    display: none;
    place-items: center;
    top: 0;
    left: 0;
}
.modal__seminario .content-modal__seminario .close__modal3 {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    font-size: 3.5rem;
}
.modal__seminario
    .content-modal__seminario
    .seminario__content
    .img__modal
    span {
    font-size: 1.4rem;
    display: block;
    margin: 0;
    color: #717171;
    text-align: center;
}
.modal__seminario .content-modal__seminario .seminario__content .img__modal h3 {
    font-size: 1.8rem;
    color: #293250;
    margin-top: 0.2rem;
    text-align: center;
}
.modal__seminario
    .content-modal__seminario
    .seminario__content
    .img__modal
    img {
    width: 100%;
    margin-top: 0;
    object-fit: contain;
}
.modal__seminario .content-modal__seminario .seminario__content .img__modal {
    width: 30%;
    margin-top: 0;
}
.modal__seminario .content-modal__seminario .seminario__content p {
    width: 60%;
}
.modal__seminario .content-modal__seminario .seminario__content {
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modal__seminario .content-modal__seminario img {
    width: 15rem;
    display: block;
    margin: auto;
}
.modal__seminario .content-modal__seminario h2 {
    font-size: 2.5rem;
    text-align: center;
}
.modal__seminario .content-modal__seminario p {
    font-size: 1.4rem;
}
.modal__seminario .content-modal__seminario {
    position: relative;
    width: 65rem;
    padding: 2rem;
    top:4.5rem;
    background-color: #f8f7ef;
    border-radius: 20px;
}

.modal__contacto.visible__modal {
    display: grid;
}
.modal__contacto {
    width: 100%;
    height: 100vh;
    background-color: #0000008a;
    position: fixed;
    z-index: 100000;
    display: none;
    place-items: center;
    top: 0;
    left: 0;
}
.modal__contacto .content-modal__contacto .close__modal4 {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    font-size: 3.5rem;
}
.modal__contacto .content-modal__contacto img {
    width: 15rem;
    display: block;
    margin: auto;
}
.modal__contacto .content-modal__contacto h2 {
    font-size: 2.5rem;
}
.modal__contacto .content-modal__contacto .btn {
    padding: 0.3rem 1.5rem !important;
}
.modal__contacto .content-modal__contacto label {
    font-size: 1.5rem;
    display: block;
    margin: 0.5rem 0;
}
.modal__contacto .content-modal__contacto textarea,
.modal__contacto .content-modal__contacto input[type="text"] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: none;
    border-radius: 10px;
    font-size: 1.4rem;
    resize: none;
    background-color: #e6e6e6;
    outline: none;
}
.modal__contacto .content-modal__contacto p {
    font-size: 1.4rem;
}
.modal__contacto .content-modal__contacto {
    position: relative;
    width: 50rem;
    padding: 2rem;
    background-color: #f8f7ef;
    border-radius: 20px;
}
/* footer */
.section__footer {
    padding-top: 4rem;
    padding-bottom: 1rem;
    padding-right: 5rem;
    padding-left: 5rem;
    background-color: #ffe100;
}
.section__footer .contenedor__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section__footer .contenedor__footer article:nth-child(1) {
    width: 25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.section__footer .contenedor__footer article:nth-child(3) {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.section__footer .contenedor__footer article:nth-child(3) div {
    display: flex;
    gap: 1rem;
}
.section__footer .contenedor__footer article:nth-child(3) div a {
    font-size: 2.6rem;
    background-color: #1a243f;
    color: #fff;
    width: 3.3rem;
    height: 3.3rem;
    display: grid;
    place-items: center;
    border-radius: 3px;
}
.section__footer .contenedor__footer article:nth-child(2) {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.section__footer .contenedor__footer article:nth-child(2) iframe {
    width: 100%;
}
.section__footer .contenedor__footer article img {
    width: 17rem;
    margin-left: -3rem;
}
.section__footer .contenedor__footer article h2 {
    font-size: 2.5rem;
}
.section__footer .contenedor__footer article:nth-child(1) a {
    font-size: 1.7rem;
    color: #000;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 6%;
}
.header .icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    cursor: pointer;
}
.header .navbar a {
    font-size: 1.7rem;
    color: #fff;
    display: inline-block;
    margin: 0 1rem;
}

.header .navbar a:hover {
    color: #1aaacc;
}

.header .btn {
    margin-top: 0;
}

.logo {
    font-size: 2.5rem;
    color: #ffd55a;
    font-weight: bolder;
}

#menu-btn {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    display: none;
}

/* cuadro semitransparente negro */
.content-v {
    position: relative;
    bottom: 310;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    height: 23%;
    padding: 20px;
}

/* ver más */
.limite_parrafo1 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 17rem;
    margin: 0 0 1em 0;
}
.limite_parrafo2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 7rem;
    margin: 0 0 1em 0;
}

.inicio {
    position: relative;
    margin: 0 auto;
    margin-top: 7rem;
    width: 100%;

    border-radius: 1rem;
    background: linear-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(17, 17, 17, 0.7)),
            to(rgba(17, 17, 17, 0.7))
        ),
        url(../images/home.jpg) no-repeat;
    background: url("../images/home.jpg") no-repeat;
    background-size: cover;
    background-position: center;

    /* background: #e80202; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5rem;
    overflow: hidden;
}
.block {
    position: absolute;
    width: 50px;
    height: 100px;
    background: #e80202;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}

.inicio .contenido {
    z-index: 999;
    text-align: center;
}

.inicio .contenido span {
    font-weight: bolder;
    color: white;
    -webkit-text-stroke: 0.1rem #cf2337;
    font-size: 4vw;
    display: block;
}

.inicio .contenido h3 {
    font-size: 6vw;
    /* color: #293250; */
    color: white;
    text-shadow: 2px 2px 8px #111;
}

.inicio .contenido p {
    max-width: 60rem;
    margin: 1rem auto;
    font-size: 1.4rem;
    color: #aaa;
    line-height: 2;
}

.book-form {
    width: 80%;
    margin: 1rem auto;
    margin-top: -5rem;
    background: #222;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.3);
    box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.3);
    padding: 3rem 2rem;
}

.book-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.book-form form .inputBox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25rem;
    flex: 1 1 25rem;
}

.book-form form .inputBox span {
    font-size: 1.4rem;
    color: #aaa;
}

.book-form form .inputBox input {
    width: 100%;
    padding: 1.2rem 1.4rem;
    border-radius: 5rem;
    border: 0.2rem solid #29d9d5;
    font-size: 1.6rem;
    color: #aaa;
    text-transform: none;
    background: none;
    margin-top: 1rem;
}

.book-form form .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15rem;
    flex: 1 1 15rem;
}

.acerca {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    /* -ms-flex-align: center;
    align-items: center; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* position: relative; */
    gap: 2rem;
    /* margin-top: 26rem; */
}

.acerca .video-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
    text-align: center;
}

.acerca .video-container video {
    border-radius: 1rem;
    width: 70%;
    height: 450px;
    object-fit: contain;
    margin-top: 15px;
}
.acerca .video-container img {
    border-radius: 1rem;
    width: 100%;
    display: none;
    height: 32rem;
    object-fit: cover;
    margin-top: 15px;
}
/* .acerca .video-container video {
    border-radius: 1rem;
    width: 100%;
} */

.acerca .video-container .controls {
    text-align: center;
    padding: 2rem 0;
}

.acerca .video-container .controls span {
    display: inline-block;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: #293250;
    cursor: pointer;
    margin: 0.7rem;
}

.acerca .video-container .controls span.span_active {
    background: #6dd47e;
}
.acerca .video-container .controls span:hover {
    background: #6dd47e;
}

.acerca .contenido {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
    margin-bottom: 5rem;
}

.acerca .contenido span {
    color: #cf2337;
    font-size: 2rem;
}

.acerca .contenido h3 {
    color: #293250;
    font-size: 4rem;
    margin-top: 0.5rem;
}

.acerca .contenido p {
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #000;
    line-height: 2;
}

.encontrar .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(27rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    gap: 1.5rem;
}

.encontrar .box-container .box {
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.encontrar .box-container .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.encontrar .box-container .box .image {
    height: 20rem;
    overflow: hidden;
    width: 100%;
}

.encontrar .box-container .box .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.encontrar .box-container .box .contenido {
    padding: 2rem;
    text-align: center;
}

.encontrar .box-container .box .contenido h3 {
    font-size: 2rem;
    height: 12rem;
    color: #293250;
}

.encontrar .box-container .box .contenido p {
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #000;
    line-height: 2;
}

.encontrar .box-container .box .contenido a {
    font-size: 1.7rem;
    color: #cf2337;
}

.encontrar .box-container .box .contenido a:hover i {
    padding-left: 1rem;
}

.encontrar .box-container .box .contenido a i {
    padding-right: 0.5rem;
}

.participar .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(32rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    gap: 1.5rem;
}

.participar .box-container .box {
    background: #fff;
    border-radius: 1rem;
    padding: 3rem;
    text-align: center;
    border: 0.2rem solid #293250;
}

.participar .box-container .box:hover {
    border: 0.2rem solid #293250;
}

.participar .box-container .box img {
    width: 6rem;
    margin-bottom: 1rem;
}
.participar .box-container .box i {
    font-size: 4rem;
    color: #6dd47e;
    margin-bottom: 2rem;
}

.participar .box-container .box h3 {
    font-size: 2rem;
    color: #293250;
}

.participar .box-container .box p {
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #000;
    line-height: 2;
}

/* modal */
.section__moda {
    margin-top: 21rem;
    padding: 0;
    margin-bottom: 6rem;
}
.section__moda .contenedor__moda {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__moda .contenedor__moda article {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60rem;
}
.section__moda .contenedor__moda article:nth-child(1) {
    /* background-color: #1c3c85; */
    /* background-image: url("https://rab-import-assets.s3.amazonaws.com/expoRab/galeria/1.jpg"); */
    background-image: url("https://exporab.com/images/sec-creadores.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 10rem;
    color: #fff;
}
.section__moda .contenedor__moda article:nth-child(1) hr {
    border: none;
    height: 3px;
    width: 10rem;
    background-color: white;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.section__moda .contenedor__moda article:nth-child(1) h2 {
    font-size: 3.4rem;
}
.section__moda .contenedor__moda article:nth-child(1) b {
    font-size: 1.7rem;
    display: block;
    margin-bottom: 2rem;
}
.section__moda .contenedor__moda article:nth-child(1) p {
    font-size: 1.5rem;
}
.section__moda .contenedor__moda article:nth-child(2) h3 {
    font-size: 2.5rem;
}
.section__moda .contenedor__moda article:nth-child(2) {
    background-color: #f8f7ef;
    color: black;
    padding: 0 6rem;
}
.section__moda .contenedor__moda article:nth-child(2) .text__moda {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    margin: 2rem 0;
    width: 90%;
    background-color: white;
    margin-left: -8rem;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.35);
    border-radius: 15px;
}
.section__moda .contenedor__moda article:nth-child(2) .text__moda p {
    font-size: 1.4rem;
}
.section__moda .contenedor__moda article:nth-child(2) .text__moda i {
    font-size: 4rem;
    font-weight: bold;
}

/* inscribirse */
.section__inscribirse {
    margin-top: 12rem;
}
.section__inscribirse .contenedor__inscribirse {
    width: 50%;
    display: block;
    margin: auto;
    border-radius: 20px;
    padding: 2rem;
    background-color: #fff;
}
.section__inscribirse .contenedor__inscribirse input[type="text"],
.section__inscribirse .contenedor__inscribirse select,
.section__inscribirse .contenedor__inscribirse input[type="email"] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: none;
    border-radius: 10px;
    font-size: 1.4rem;
    resize: none;
    background-color: #e6e6e6;
    outline: none;
}
.section__inscribirse .contenedor__inscribirse .btn {
    margin-top: 2rem !important;
}
.section__inscribirse .contenedor__inscribirse label {
    font-size: 1.5rem;
    display: block;
    margin: 0.8rem 0;
}

/* en vivo */
.section__envivo {
    margin-top: 17rem;
}

.section__envivo .btn i {
    font-size: 3.5rem;
    vertical-align: middle;
}
.section__envivo .contenedor__envivo iframe {
    width: 70%;
    height: 40rem;
}
.section__envivo .contenedor__envivo .btn {
    position: absolute;
    top: 5%;
    right: 5%;
}
.section__envivo .contenedor__envivo.envivo-visible {
    display: grid;
}
.section__envivo .contenedor__envivo {
    position: fixed;
    top: 0;
    display: none;
    place-items: center;
    left: 0;
    background-color: #f8f7ef;
    width: 100%;
    z-index: 100000;
    height: 100vh;
}

/* galería */
/* .section__galeria{
    margin-top: 14rem;
}  */
.contenedor__galeria {
    -webkit-columns: 3 25rem;
    columns: 3 25rem;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
}
.contenedor__galeria article .img3 {
    height: 45rem;
}
.contenedor__galeria article .img2 {
    height: 25rem !important;
}
.contenedor__galeria article .img1 {
    height: 45rem;
}
.contenedor__galeria article img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.contenedor__galeria article h2 {
    font-size: 2rem;
    margin-top: -1rem;
}
.contenedor__galeria article p {
    font-size: 1.5rem;
}
.contenedor__galeria article {
    margin-bottom: 2rem;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
/* .contenedor__galeria{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;    
    gap: 2rem;
}
.contenedor__galeria article .img__gallery{
    width: 100%;
    height: 80%;
    border-radius: 18px;
}

.contenedor__galeria article:nth-child(5){
    height: 40rem;
}
.contenedor__galeria article:nth-child(4){
    height: 31rem;
}
.contenedor__galeria article:nth-child(3){
    height:50rem;
}
.contenedor__galeria article:nth-child(2){
    height: 30rem;
}
.contenedor__galeria article:nth-child(1){
    height: 50rem;
}
.contenedor__galeria article{
    width: 32rem;
    order: 1;
} */

.galeria .box-container {
    -webkit-columns: 3 25rem;
    columns: 3 25rem;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.galeria .box-container .box {
    margin-bottom: 1rem;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.galeria .box-container .box img {
    width: 100%;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.galeria .box-container .box span {
    font-size: 1.4rem;
    color: #000;
}

.galeria .box-container .box h3 {
    margin-top: 0.5rem;
    font-size: 2rem;
    color: #293250;
}

.revision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
}

.revision .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
}

.revision .content span {
    font-size: 2rem;
    color: #cf2337;
}

.revision .content h3 {
    font-size: 3rem;
    color: #293250;
}

.revision .content p {
    font-size: 1.4rem;
    color: #000;
    padding: 1rem 0;
    line-height: 2;
}

.revision .box-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 42rem;
    flex: 1 1 42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.revision .box-container .box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20rem;
    flex: 1 1 20rem;
    border-radius: 1rem;
    padding: 2rem;
    /* background: #293250; */
    background-color: #fff;
    /* border: 0.2rem solid #293250; */
    /* border: 0.2rem solid #fff; */
    border: 0.2rem solid #6dd47e;
    cursor: pointer;
}

/* .revision .box-container .box:hover {
    border: 0.2rem solid #6dd47e;
} */

.revision .box-container .box p {
    font-size: 1.4rem;
    /* padding-bottom: 1rem; */
    line-height: 2;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 17rem; */
    margin: 0 0 1em 0;
}

.revision .box-container .box .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    gap: 1rem;
}

.revision .box-container .box .user img {
    height: 5rem;
    width: 5rem;
    border-radius: 5px;
}

.revision .box-container .box .user h3 {
    font-size: 1.7rem;
    color: #293250;
}

.revision .box-container .box .user span {
    color: #717171;
    font-size: 1.5rem;
}

.blogs h2 {
    font-size: 4rem;
    margin-bottom: 4rem;
    margin-top: 8rem;
    text-align: center;
}
.blogs .head-blog {
    position: relative;
}
.blogs .btn-blog {
    position: absolute;
    top: 0;
    right: -3rem;
}
.blogs .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(32rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
    gap: 1.5rem;
}

.blogs .box-container .box {
    border-radius: 1rem;
    /* background: #FFD55A; */
    background-color: white;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.blogs .box-container .box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogs .box-container .box .image {
    height: 25rem;
    overflow: hidden;
    width: 100%;
}

.blogs .box-container .box .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blogs .box-container .box .content {
    padding: 2rem;
}

.blogs .box-container .box .content .link {
    font-size: 2rem;
    color: #293250;
}

.blogs .box-container .box .content .link:hover {
    color: #cf2337;
}

.blogs .box-container .box .content p {
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #000;
    line-height: 2;
}

.blogs .box-container .box .content .icon {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blogs .box-container .box .content .icon a {
    font-size: 1.4rem;
    color: #cf2337;
}

.blogs .box-container .box .content .icon a:hover {
    color: #000;
}

.blogs .box-container .box .content .icon a i {
    padding-right: 0.5rem;
    color: #cf2337;
}

/* Inicio Blog */
.blogs__detalles {
    margin-top: 7rem;
    padding-top: 2rem;
}
.blogs-detalle {
    display: flex;
    /* padding:4rem; */
    justify-content: space-between;
}
.blogs-detalle .detalle-text {
    width: 65%;
}
.blogs-detalle .detalle-recientes {
    width: 33%;
}
.blogs-detalle .detalle-recientes h2 {
    font-size: 1.5rem;
}
.blogs-detalle .detalle-recientes .blogs-recent {
    display: flex;
    margin-top: 2rem;
    flex-direction: column;
}
.blogs-detalle .detalle-recientes .blogs-recent article button {
    width: 13rem;
}
.blogs-detalle .detalle-recientes .blogs-recent article {
    width: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: linear-gradient(to top, #00000084 0%, #0000007d 100%),
        url(https://cdn.pixabay.com/photo/2016/11/19/09/44/antique-1838324_1280.jpg);
    padding: 1rem;
    border-radius: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 16rem;
    margin: 1rem 0;
}
.blogs-detalle .detalle-recientes .blogs-recent article h3 {
    font-size: 1.2rem;
}
.blogs-detalle .detalle-recientes .blogs-recent article .btn-p {
    margin: 0.5rem 0;
}
.blogs-detalle .detalle-recientes .blogs-recent article p {
    margin: 0.5rem 0;
    font-size: 1rem;
}
.blogs-detalle .detalle-recientes .blogs-recent article img {
    width: 60%;
    object-fit: contain;
}
.blogs-detalle .detalle-text h2 {
    font-size: 1.8rem;
}
.blogs-detalle .detalle-text small {
    font-size: 0.9rem;
    display: block;
    margin: 0.3rem 0;
}
.blogs-detalle .detalle-text img {
    width: 80%;
    object-fit: contain;
    display: block;
}
.blogs-detalle .detalle-text .text-bd p {
    font-size: 1.1rem;
    text-align: justify;
}
.blogs-detalle .detalle-text .text-bd {
    font-size: 1rem;
}
.blogs-detalle .detalle-text .text-bd {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}
.detalles-btn {
    margin: 2rem 0;
}

.link-header-top {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.link-header-top:hover {
    text-decoration: underline;
}

.blogs_todos {
    width: 100%;
    margin-top: 140px;
    margin-bottom: 140px;
    padding: 0 5rem;
}
.blogs_todos .categorias__blogs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.blogs_todos .contenedor__todos-blogs {
    width: 30rem;
}

.blogs_todos .contenedor__todos-blogs {
    margin: 4rem auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}
.blog-post {
    width: 320px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    /* margin-bottom: 20px; */
}

.blog-post .image img {
    width: 100%;
    height: 12rem;
}

.blog-post .content {
    padding: 10px;
}

.blog-post .date {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.blog-post .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.blog-post a {
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
    width: 6rem;
}
.blog-post .read-more {
    display: inline-block; /* Mostrar en línea */
    text-decoration: none; /* Sin subrayado */
    color: #fff; /* Color de fuente del botón */
    background-color: #007bff; /* Color de fondo del botón */
    padding: 8px 16px; /* Espaciado interno del botón */
    border-radius: 4px; /* Borde redondeado del botón */
    transition: background-color 0.3s ease; /* Transición suave */
}

.blog-post .read-more:hover {
    background-color: #0056b3; /* Color de fondo del botón al pasar el cursor */
}

.blog {
    margin-top: 8rem;
}
.blog h1 {
    text-align: center;
    font-size: 2rem;
}

.blog .box-container {
    margin-top: 3rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(17rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    gap: 2rem;
}

.blog .box-container .box {
    border: 1px solid #000;
    background: #f6fbf6;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* .blog .box-container .box:hover .image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  } */

.blog .box-container .box .image {
    height: 12rem;
    width: 100%;
    overflow: hidden;
}

.blog .box-container .box .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog .box-container .box .content {
    padding: 1.5rem 2rem;
}

.blog .box-container .box .content h3 {
    font-size: 1.3rem;
    color: #000000;
    text-transform: capitalize;
}

.blog .box-container .box .content p {
    font-size: 1rem;
    color: #779;
    line-height: 2;
    padding: 1rem 0;
}

.blog .box-container .box .content .icons {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 0.1rem solid #1e3f74;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog .box-container .box .content .icons a {
    font-size: 1.4rem;
    color: #779;
}

.blog .box-container .box .content .icons a:hover {
    color: #1e3f74;
}

.blog .box-container .box .content .icons a i {
    padding-right: 0.5rem;
    color: #1e3f74;
}
.blog .box-container .box .content .button {
    background-color: #07a7e2;
    border: none;
    outline: none;
    color: #fff;
    padding: 0.4rem 0.6rem;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0.5rem 0;
    border-radius: 20px;
    text-decoration: none;
}

.detalle-blog {
    width: 100%;
    margin-top: 8rem;
}
.detalle-blog .container-detailsb {
    width: inherit;
}
.detalle-blog .container-detailsb .content1-details {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.detalle-blog .container-detailsb .content1-details .article1 small {
    font-size: 0.9rem;
}
.detalle-blog .container-detailsb .content1-details .article1 p {
    font-size: 1.1rem;
}
.detalle-blog .container-detailsb .content1-details .article1 h2 {
    font-size: 1.8rem;
}
.detalle-blog .container-detailsb .content1-details .article1 img {
    width: 70%;
    object-fit: cover;
}
.detalle-blog .container-detailsb .content1-details .article1 {
    width: 70%;
    display: flex;
    flex-direction: column;
}
.detalle-blog .container-detailsb .content1-details .article2 {
    width: 27%;
}
.detalle-blog .container-detailsb .content1-details .article2 h3 {
    font-size: 1.4rem !important;
}
.detalle-blog
    .container-detailsb
    .content1-details
    .article2
    .relations-details {
    width: 100%;
}
.detalle-blog
    .container-detailsb
    .content1-details
    .article2
    .relations-details
    div {
    width: 80%;
    margin: 2rem 0;
    /* height: 25rem; */
    overflow: hidden;
    position: relative;
}
/* .detalle-blog .container-detailsb .content1-details .article2 .relations-details div:hover .parrafo-b{
    bottom: 0;
  } */
.detalle-blog
    .container-detailsb
    .content1-details
    .article2
    .relations-details
    div
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detalle-blog
    .container-detailsb
    .content1-details
    .article2
    .relations-details
    div
    p {
    position: absolute;
    bottom: 0rem;
    /* font-weight: bold; */
    color: #fff;
    width: 100%;
    background-color: #000000d5;
    font-size: 1.2rem;
    padding: 0.8rem 0.3rem;
}
.detalle-blog .container-detailsb .content1-details .article2 h3 {
    font-size: 2rem;
    margin: 2rem 0;
}
.detalle-blog .container-detailsb .content1-details article h2 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
}
.detalle-blog .container-detailsb .content1-details article img {
    width: 40rem;
    object-fit: cover;
    margin: 1rem 0;
}
.detalle-blog .container-detailsb .content1-details article small {
    margin-top: -1rem;
    font-size: 1.3rem;
}
.detalle-blog .container-detailsb .content1-details article p {
    font-size: 1.7rem;
}
.blog-recent {
    margin: 4rem 0;
}
.blog-recent h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 3rem;
}
.blog-recent .blog-recentd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.blog-recent .blog-recentd article {
    cursor: pointer;
    margin: 0 1.3rem;
    width: 19rem;
}
.blog-recent .blog-recentd article img {
    width: 100%;
    object-fit: cover;
}
.blog-recent .blog-recentd article h3 {
    margin: 1rem 0;
    font-size: 1.5rem;
}
.blog-recent .blog-recentd article p {
    font-size: 1.1rem;
}
/* Fin Blog */

.zona{
	margin: 4% auto;
	width: 210px;
	height: 140px;
	position: relative;
	perspective: 1000px;
}
#carouselZona{
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	animation: rotation 30s infinite linear;
}
#carouselZona:hover{
	animation-play-state: paused;
}
#carouselZona figure{
	display: block;
	position: absolute;
	width: 160px;
	height: auto;
	left: 10px;
	top: 10px;
    border-radius: 15px;
	/* background: black; */
	overflow: hidden;
	/* border: solid 2px black; */
    border: solid 2px #293250;
}
#carouselZona figure:nth-child(12) { transform: rotateY(0deg) translateZ(320px);}
#carouselZona figure:nth-child(11) { transform: rotateY(30deg) translateZ(320px);}
#carouselZona figure:nth-child(10) { transform: rotateY(60deg) translateZ(320px);}
#carouselZona figure:nth-child(9) { transform: rotateY(90deg) translateZ(320px);}
#carouselZona figure:nth-child(8) { transform: rotateY(120deg) translateZ(320px);}
#carouselZona figure:nth-child(7) { transform: rotateY(150deg) translateZ(320px);}
#carouselZona figure:nth-child(6) { transform: rotateY(180deg) translateZ(320px);}
#carouselZona figure:nth-child(5) { transform: rotateY(210deg) translateZ(320px);}
#carouselZona figure:nth-child(4) { transform: rotateY(240deg) translateZ(320px);}
#carouselZona figure:nth-child(3) { transform: rotateY(270deg) translateZ(320px);}
#carouselZona figure:nth-child(2) { transform: rotateY(300deg) translateZ(320px);}
#carouselZona figure:nth-child(1) { transform: rotateY(330deg) translateZ(320px);}

.carrusel img{
	-webkit-filter: grayscale(1);
	cursor: pointer;
	transition: all .5s ease;
}
.carrusel img:hover{
	-webkit-filter: grayscale(0);
  transform: scale(2.2,2.2);
}

@keyframes rotation{
	from{
		transform: rotateY(0deg);
	}
	to{
		transform: rotateY(360deg);
	}
}

/* Arrows del carrusel */

.slick-arrow{
    display: none;
    visibility: hidden;
}

.slick-dotted.slick-slider
{
margin-bottom: 30px;
}

.slick-dots
{
position: absolute;
/* bottom: 0px; */

display: block;

width: 100%;
padding: 0;
margin: 0;

list-style: none;

text-align: center;
}
.slick-dots li
{
position: relative;

display: inline-block;

width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;

cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;

display: block;

width: 20px;
height: 20px;
padding: 5px;

cursor: pointer;

color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 40px;
line-height: 20px;

position: absolute;
top: 0;
left: 0;

width: 20px;
height: 20px;

content: '•';
text-align: center;

opacity: .25;
color: black;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}

@media (max-width: 768px) {

    /* .home{
        margin-top: -2rem;
        height: auto;
    } */

    .heading h2, .heading h1{
        font-size: 15px;
    }
    
    .ocultar{
        display: none;
    }
    .anuncio{
        margin-bottom: -30px;
    }
    /* .encontrar{
        margin-top: 1px;
    } */
    .servicios{
        margin-top: -50px;
    }
    .participar{
        margin-top: 1px;
        margin-bottom: 0px;
    }
    .titulo-opina{
        margin-bottom: 130px;
    }
    .servicios .contenedor-servicios .auspiciadores {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .blog-detalle {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 12rem !important;
        padding: 0;
    }

    .blog-detalle .article-1 {
        padding: 1rem 3rem;
        background-color: transparent;
        width: 100%;
    }

    .blog-detalle .article-1 p {
        width: 98%;
    }
    .blog-detalle .article-1 img {
        width: 90%;
    }
    .blog-detalle .article-2 {
        width: 100%;
    }
    .blog-detalle .article-2 img {
        max-width: 80%;
    }
    .blog-detalle .article-2 {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .blog-detalle .article-2 .contenedor-reciente .text {
        height: 25rem;
        width: 90%;
    }
    .blog-detalle .article-2 h2 {
        font-size: 4rem;
    }

    .blog-detalle .article-2 .contenedor-reciente .text img {
        min-width: 100%;
        object-fit: cover;
    }
}

/* fin Arrows del carrusel */

.anuncio {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(17, 17, 17, 0.7)),
            to(rgba(17, 17, 17, 0.7))
        ),
        url(https://exporab.com/images/junioMesa-de-trabajo-18.png)
            no-repeat;
    background:
        url(https://exporab.com/images/junioMesa-de-trabajo-18.png)
            no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 2rem;
    /* background-attachment: fixed; */
    text-align: center;
}

.anuncio .content span {
    font-size: 2rem;
    color: #ffe103;
}

.anuncio .content h3 {
    font-size: 3.5rem;
    color: #000;
    margin-top: 1rem;
}

.anuncio .content h2 {
    max-width: 60rem;
    margin: 1rem auto;
    font-size: 2.5rem;
    color: #000;
    margin-bottom: -1rem;
    line-height: 2;
}

.footer .box-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box {
    padding: 1rem 0;
}

.footer .box-container .box .logo {
    padding-bottom: 1rem;
}

.footer .box-container .box h3 {
    font-size: 2.2rem;
    color: #293250;
    padding: 1rem 0;
}

.footer .box-container .box p {
    font-size: 1.4rem;
    color: #000;
    padding: 1rem 0;
    line-height: 2;
}

.footer .box-container .box p i {
    padding-right: 0.5rem;
    color: #cf2337;
}

.footer .box-container .box .share {
    padding-top: 1rem;
}

.footer .box-container .box .share a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4rem;
    font-size: 2rem;
    border-radius: 50%;
    font-size: 1.7rem;
    border: 0.2rem solid #cf2337;
    color: #cf2337;
    margin-right: 0.5rem;
    text-align: center;
}

.footer .box-container .box .share a:hover {
    background: #cf2337;
    color: #fff;
}

.footer .box-container .box .links {
    font-size: 1.4rem;
    color: #000;
    padding: 1rem 0;
    display: block;
}

.footer .box-container .box .links:hover {
    color: #000;
}

.footer .box-container .box .links:hover i {
    padding-right: 2rem;
}

.footer .box-container .box .links i {
    padding-right: 0.5rem;
    color: #cf2337;
}

.footer .box-container .box form .email {
    width: 100%;
    border-radius: 5rem;
    border: 0.2rem solid #000;
    background: none;
    font-size: 1.5rem;
    text-transform: none;
    color: #6c757d;
    margin-bottom: 1rem;
    padding: 1.2rem 1.4rem;
}

.credit {
    background: #222;
    text-align: center;
    font-size: 2rem;
    padding: 2rem 1rem;
    color: #aaa;
}

@media (max-width: 991px) {
    html {
        font-size: 55%;
    }
    .header {
        padding: 3rem 2rem;
    }
    section {
        padding: 3rem 2rem;
        margin-top: -100px;
    }
}

@media (max-width: 768px) {

    .servicios-banners{
        margin-top: -20px;
    }
    
    /* .heading {
        margin-top: 12rem !important;
    }
    .heading .heading__gallery{
        margin-top: -3rem !important;
    } */
    .container .card .card-1{
        margin-top: 0;
      }
      .container .card .card-2{
        margin-top: 7rem;
      }
      .container .card .card-3{
        margin-top: 7rem;
      }

    .section__banner .right_banner{
        display: none;
    }
    .section__banner .left_banner{
        display: none;
    }
    
    .section__banner .contenedor__banner article {
        height: auto;
        width: 85%;
    }
    .section__banner .right_banner {
        right: 0.5rem;
    }
    .section__banner .left_banner {
        left: 0.5rem;
    }
    .home{
        margin-top: -1rem;
    }
    .home .flecha-derecha{
        top: 35%;
    }
    .home .flecha-izquierda{
        top: 35%;
    }

    .contenedor-banner{
        height: 0rem;
    }

    .contenedor-banner img {
        height: 28rem;
    }

    .contenedor-banner .img__banner{
        height: 60rem;
    }
    
    .acerca .video-container video{
        height: 45rem;
    }
    .section__suscribirse .contenedor__suscribirse div input[type="email"] {
        width: 100%;
    }
    .section__suscribirse .contenedor__suscribirse div .btn {
        width: 100%;
    }
    .heading__contact {
        margin-top: 9rem !important;
    }
    .section__inscribirse .contenedor__inscribirse {
        width: 65%;
    }
    .contenedor-banner {
        height: 30rem;
    }
    .banner__movil {
        margin-top: 5rem;
        display: block !important;
    }
    .banner__escritorio {
        display: none !important;
    }
    .section__inscribirse {
        margin-top: 10rem !important;
    }
    .heading__inscribirse {
        margin-top: 0 !important;
        margin-bottom: 3rem !important;
    }
    .heading__gallery {
        margin-top: 1rem;
    }
     .heading__seminarios {
        margin-top: 10rem !important;
    }
    .section__suscribirse .contenedor__suscribirse {
        padding: 4rem 1rem;
        width: 100%;
    }
    .section__envivo {
        margin-top: 5rem;
    }
    .section__envivo .contenedor__envivo iframe {
        width: 90%;
    }
    .contenedor__fechas .content__padre {
        width: 350% !important;
    }
    .contenedor__fechas {
        width: 75% !important;
    }
    .header .icon {
        display: none;
    }
    #menu-btn {
        display: inline-block;
    }
    .header .navbar {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        background: #222;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    .header .navbar.active {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .header .navbar a {
        margin: 2rem;
        font-size: 2rem;
        display: block;
    }
    .inicio {
        margin-top: 10rem;
    }
    .inicio .contenido span {
        font-size: 8vw;
    }
    .inicio .contenido h3 {
        font-size: 9vw;
    }
    .modal__seminario .content-modal__seminario .seminario__content p {
        width: 100%;
    }
    .modal__seminario
        .content-modal__seminario
        .seminario__content
        .img__modal
        img {
        width: 15rem;
    }
    .modal__seminario
        .content-modal__seminario
        .seminario__content
        .img__modal {
        width: 90%;
    }
    .modal__seminario .content-modal__seminario .seminario__content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .section__moda .contenedor__moda article:nth-child(2) .text__moda {
        margin: 2rem 0;
    }
    .section__moda .contenedor__moda article {
        padding: 1rem !important;
        width: 100% !important;
    }
    .section__moda .contenedor__moda {
        flex-direction: column;
    }
    .section__moda {
        margin-top: 9rem;
    }
    .modal__seminario2 .content-modal__seminario,
    .modal__seminario2 .content-modal__seminario2,
    .content-modal__contacto,
    .content-modal__seminario,
    .modal__encontrar .content-modal__encontrar,
    .modal__nosotros .content-modal__nosotros {
        width: 90% !important;
    }
    .section__galeria {
        margin-top: 5rem;
    }
    .acerca {
        margin-top: -3rem;
    }
    .main {
        height: 30rem !important;
        top: 12rem !important;
        margin-bottom: 15rem;
    }
    .section__footer .contenedor__footer {
        gap: 4rem;
    }
    .section__footer .contenedor__footer article {
        width: 100% !important;
    }
    .header__principal .header__3 div .contacto__header {
        display: none;
    }
    .header__principal .header__3 .logo__responsive {
        display: block;
    }
    .header__principal .header__3 {
        background-color: #ffe103;
        width: 100%;
        flex-direction: row-reverse;
    }
    .header__principal .header__3 .bx-search {
        display: none;
    }
    .header__principal .header__3 nav.nav__visible {
        transform: translateY(0%);
    }
    .header__principal .header__3 nav .button__responsive {
        display: block;
    }
    .header__principal .header__3 nav {
        position: absolute;
        transition: 0.3s ease all;
        width: 100%;
        height: 42rem;
        background-color: #fff;
        left: 0;
        box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.577);
        z-index: -1;
        transform: translateY(-150%);
        padding: 0 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        top: 6rem;
    }
    .header__principal .header__3 .menu__header {
        display: block;
    }
    .header__principal .header__1 .social__header1 nav {
        display: none;
    }
    /* .header__principal .header__1 {
    } */
    .header__principal .header__2 {
        display: none;
    }
}

@media (max-width: 600px){
    .acerca .video-container video{
        height: auto;
        width: 100%;
    }
    .section__inscribirse .contenedor__inscribirse {
        width: 95%;
    }

} 
@media (max-width: 450px) {
    html {
        font-size: 50%;
    }
    .credit .content h3 {
        font-size: 3.5rem;
    }
    .anuncio .content h3 {
        font-size: 2.7rem;
    }
}

.bottomright {
    position: fixed;
    bottom: 20px;
    right: 16px;
    font-size: 18px;
    z-index: 1000;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-image: url(../images/whatsapp-icon.png);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
}

/* fondo video */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
:root {
    --black: #333;
    --white: #fff;
}

.dark {
    --black: #fff;
    --white: #333;
}

header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 40px 100px;
    z-index: 10000;
}

header .logo {
    position: relative;
    display: inline-flex;
    color: #ffe100;
    text-decoration: none;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.righside {
    display: flex;
}

.btns {
    position: relative;
    width: 40px;
    height: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
}

.btns ion-icon {
    font-size: 1.5em;
    color: var(--black);
}

.btns.menuToggle ion-icon {
    font-size: 3em;
}

.btns ion-icon:nth-child(2) {
    display: none;
}

.btns.active ion-icon:nth-child(2) {
    display: block;
}

.btns.active ion-icon:nth-child(1) {
    display: none;
}

.main {
    position: relative;
    width: 100%;
    /* min-height: 103vh; */
    /* height: 100vh; */
    height: 67vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20rem;
}

/* fechas */
.container__principal-date {
    position: relative;
    height: 9rem;
    width: 100%;
    display: grid;
    place-items: center;
}
.right_date {
    position: absolute;
    right: 1%;
    top: 55%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #1a243f;
    cursor: pointer;
}
.left_date {
    cursor: pointer;
    position: absolute;
    left: 1%;
    top: 55%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #1a243f;
}
.contenedor__fechas {
    width: 90%;
    overflow: auto;
    height: 7rem;
    position: relative;
    scroll-behavior: smooth;
    padding-top: 4rem;
}
.contenedor__fechas::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}
.contenedor__fechas .content__padre .content__hijo {
    height: 100%;
    width: 8%;
    background-color: #ffe100;
    transition: 0.5s ease all;
}
.left11 {
    left: 88%;
}
.left10 {
    left: 80%;
}
.left9 {
    left: 72%;
}
.left8 {
    left: 64%;
}
.left7 {
    left: 56%;
}
.left6 {
    left: 48%;
}
.left5 {
    left: 40%;
}
.left4 {
    left: 32%;
}
.left3 {
    left: 24%;
}
.left2 {
    left: 16%;
}
.left1 {
    left: 8%;
}
.contenedor__fechas .content__padre .container__date {
    position: absolute;
}
.contenedor__fechas .content__padre .container__date p {
    font-size: 1.8rem;
    margin-top: -4rem;
    margin-left: -1.3rem;
}
.videos__contenedor {
    width: 100%;
    text-align: center;
    height: auto;
}
.videos__contenedor p {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}
.videos__nosotros img {
    width: 35rem;
    /* height: 16rem; */
    object-fit: contain;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border-radius:7px; 
    border: 0.2rem solid #293250;
}
.videos__nosotros video {
    width: 35rem;
    height: 20rem;
    object-fit: cover;
    
}
.videos__nosotros {
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.contenedor__fechas .content__padre span {
    color: #2e2e2e;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    cursor: pointer;
    margin: 0;
    outline: none;
    padding: 0;
    background-color: #fff;
    border: 5px solid #ffe100;
    border-radius: 0 !important;
    height: 18px !important;
    transform: rotate(41deg);
    width: 18px !important;
    position: absolute;
    transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
    top: -6px;
}
.contenedor__fechas .content__padre::-webkit-scrollbar {
    background-color: transparent;
}
.contenedor__fechas .content__padre {
    position: relative;
    height: 0.6rem;
    background-color: rgb(196, 195, 195);
    width: 150%;
}

/* .main video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
} */
.main .img__banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mask {
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 130%;
    z-index: 2;
    user-select: none;
    mix-blend-mode: screen;
}

.dark .mask {
    filter: invert(1);
    mix-blend-mode: multiply;
}

.main h2 {
    position: relative;
    z-index: 3;
    font-size: 16vw;
    color: #fff;
    text-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.navigation {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    z-index: 4;
    transition: 0.5s;
}

.navigation.active {
    left: 0;
}

.navigation li {
    list-style: none;
}

.navigation li a {
    display: inline-flex;
    margin: 5px 0;
    font-size: 1.25em;
    text-decoration: none;
    color: var(--black);
    padding: 5px 20px;
    border-radius: 40px;
}

.navigation li a:hover {
    background: var(--black);
    color: var(--white);
}

.copyrightText {
    position: absolute;
    left: 100px;
    bottom: 40px;
    z-index: 4;
    font-weight: 500;
    font-size: 1.2em;
    color: var(--black);
}

.sci {
    position: absolute;
    right: 100px;
    bottom: 40px;
    z-index: 4;
    display: flex;
    flex-direction: column;
}

.sci li {
    list-style: none;
}

.sci li a {
    text-decoration: none;
    color: var(--black);
    font-size: 1.75em;
}

/* formulario */
.overlay {
    /* background-image: linear-gradient(to right, rgba(197, 196, 146, 0.9), rgba(138, 136, 52, 0.548)); */
    background-color: rgba(255, 255, 0, 0.25);
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 110px 0;
}
.section-bg {
    background-size: cover;
    position: relative;
    background-position: left;
    z-index: 0;
    padding: 0;
    overflow: hidden;
}
.contact-form {
    position: relative;
    padding: 45px 0 45px 60px;
}

.contact-form:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 10px 40px 40px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    right: auto;
    width: 100vw;
}
.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.contact-form input {
    border: 0;
    background: transparent;

    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;

    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: 0.3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.contact-form textarea {
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;

    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: 0.3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}
.contact-form input::placeholder {
    color: #222;
}
.contact-form textarea::placeholder {
    color: #222;
}
.contact-form input {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    height: 55px;
}
.contact-form input:hover,
.contact-form input:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid transparent;
    border-bottom-color: rgb(254, 132, 111);
}
.contact-form textarea:hover,
.contact-form textarea:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-bottom-color: rgb(254, 132, 111);
}

.taso-btn {
    background-color: #fff;
    margin: 25px 0;
    color: #214dcb;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.32);
    box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.17);
}
.contact-info {
    padding: 0 30px 0px 0;
}

.texto-contacto {
    background-color: rgba(233, 219, 24, 0.685);
    padding: 1rem 2rem;
    font-size: 15px;
    text-align: justify;
    color: black;
}

h2.contact-title {
    font-size: 35px;
    font-weight: 600;
    color: black;
    margin-bottom: 30px;
    background-color: #ffe100;
    border-radius: 20px;
    padding: 1rem 2rem;
    text-align: center;
}

.contact-info p {
    color: black;
}

ul.contact-info {
    margin-top: 30px;
}

ul.contact-info li {
    margin-bottom: 22px;
}

ul.contact-info span {
    font-size: 20px;
    line-height: 26px;
}
ul.contact-info li {
    display: flex;
    width: 100%;
}

.info-left {
    width: 10%;
}

.info-left i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #ffffff;
}

.info-right h4 {
    color: #fff;
    font-size: 18px;
}
.contact-page .info-left i {
    color: #fe846f;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Poppins", sans-serif;
    padding: 10px 30px 10px;
    font-size: 17px;
    line-height: 28px;
    border: 0px;
    border-radius: 10px;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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.15s ease-in-out;
}
.btn-big {
    color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(45, 45, 45, 0.47843137254901963);
    box-shadow: 2px 5px 10px 0px rgba(45, 45, 45, 0.19);
    color: #fff !important;
    margin-right: 20px;
    background: #fe846f;
    transition: 0.2s;
    border: 2px solid #fe846f;
    margin-top: 50px;
    font-size: 20px !important;
}

button.btn-big.btn.btn-bg:hover {
    background-color: #ffe100;
    transition: 0.5s;
    border-style: none !important;
}

@media only screen and (max-width: 767px) {
    .contact-form {
        padding: 30px;
    }
    .contact-form:before {
        width: 100%;
    }
}

/* bg-slider */
.slideshow {
    list-style-type: none;
}

/** SLIDESHOW **/
.slideshow,
.slideshow:after {
    position: relative;
    width: 100%;
    height: 100%;
    /* margin-top: 19rem; */
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s;
}

.slideshow li:nth-child(1) span {
    /* background-image: url("https://rab-import-assets.s3.amazonaws.com/expoRab/galeria/opina-1.jpg"); */
    background-image: url("https://exporab.com/images/sec-opina1.png");
}
.slideshow li:nth-child(2) span {
    /* background-image: url("https://rab-import-assets.s3.amazonaws.com/expoRab/galeria/opina-2.jpg"); */
    background-image: url("https://exporab.com/images/sec-opina2.png");
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    /* background-image: url("https://rab-import-assets.s3.amazonaws.com/expoRab/galeria/opina-3.jpg"); */
    background-image: url("https://exporab.com/images/sec-opina3.png");
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
    /* background-image: url("https://rab-import-assets.s3.amazonaws.com/expoRab/galeria/opina-2.jpg"); */
    background-image: url("https://exporab.com/images/sec-opina2.png");
    animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
    /* background-image: url("https://rab-import-assets.s3.amazonaws.com/expoRab/galeria/opina-3.jpg"); */
    background-image: url("https://exporab.com/images/sec-opina3.png");
    animation-delay: 24s;
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    19% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

.statContainer {
    margin: auto;
    width: 960px;
}

.statRedirect {
    color: white;
    background-color: #00929c;
    font-family: "segoe ui light", arial;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;

    vertical-align: top;

    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;

    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.statRedirect span {
    display: block;
    position: relative;
    padding: 2px 8px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;

    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.statBubbleContainer:hover > .statRedirect span {
    background: #00929c;

    -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.statRedirect span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 8px;

    color: black;
    background: #ffe100;

    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;

    -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
}

.statBubbleContainer:hover > .statRedirect {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.statBubbleContainer {
    width: 163px;
    height: 250px;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    display: inline-block;
    margin-left: 36px;
    margin-right: 36px;
}

.nounderline {
    text-decoration: none;
}

.statBubbleContainer h3 {
    font-family: "segoe ui bold", arial;
    font-size: 14px;
    color: black;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -apple-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.statBubbleContainer:hover > h3 {
    color: black;
}

.statBubbleContainer:hover > .statBubble {
    border: 6px solid black;
    background-position: center -140px;
}

.statBubbleContainer:hover .statNum {
    color: white;
    font-weight: 600;
    filter: drop-shadow(10px 10px 15px aqua);
}

.websitesLaunched {
    background-image: url("../images/screen.png");
}

.teamSize {
    background-image: url("../images/person.png");
}

.topSEORank {
    background-image: url("../images/search.png");
}

.facebookLikes {
    background-image: url("../images/likes.png");
}

.statBubble {
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 6px solid black;
    background-repeat: no-repeat;
    background-position: center 25px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -apple-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.statNum {
    position: absolute;
    font-family: "segoe ui light", arial;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 150px;
    vertical-align: middle;
    font-size: 40px;
    color: white;
    font-weight: 600;
    filter: drop-shadow(10px 10px 15px aqua);
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -apple-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
