/* Variables de CSS */
:root{
    --color-texto               : #3C4858;
    --color-default             : #333;
    --color-default-light       : #777;
    --color-principal           : #0186bb !important;
    --color-principal-empresa   : rgba(0, 0, 0, 0) linear-gradient(to right, #0186bb, #0076a4) repeat scroll 0% 0% !important;
    --color-principal-oscuro    : #005171;
    --color-secundario          : #d12a7a;

    --background-black-hover    : rgba(0,0,0,.05);
}
body{
    font-family: 'Lato', sans-serif;
    color: #333;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a, span{
    font-family: 'Lato', sans-serif;
}
body .container{
    max-width: 1320px;
}
:disabled,
button:disabled,
a.disabled{
    pointer-events: none;
    opacity: .6;
}
a{
    outline: 0;
}
:focus-visible {
    outline: 0;
}
img{
    user-select: none;
}
.sr-only{
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.w-100{
    width: 100%;
}
.bg-robotix{
    background-color: rgba(0, 171, 255, 0.1) ;
}
.bg-ucmas{
    background-color: rgba(255, 39, 46, 0.1);
}
.gb-english{
    background-color: rgba(255, 39, 48, 0.1);
}
.bg-coding{
    background-color: rgba(0, 139, 198, 0.1) ;
}
.bg-facebook{
    background-color: #3b5998;
}
.bg-whatsapp{
    background-color: #25D366;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.fun-facts-area{
    background: none;
}
.fun-facts-area::before{
    z-index: 2;
}
.fun-facts-area .bg-image{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
}
.fun-facts-area > .container{
    position: relative;
    z-index: 3;
}
.imagen-blog{
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.default-btn{
    background-color: var(--color-secundario);
}
.primary-btn{
    background-color: var(--color-principal);
}
.primary-btn:focus{
    color: #fff;
}
.color-coding{
   color: #0084BC;
}
.color-english,
.color-english2{
    color: #C71827;
    text-shadow: 2px 2px 20px white, -2px -2px 20px white;
}
.color-english2{
    color: #0D548C;
}
.z-index-10{
    z-index: 10;
}
.cursor-pointer{
    cursor: pointer;
}
.color-principal{
    color: var(--color-principal);
}
.color-principal-oscuro{
    color: var(--color-principal-oscuro);
}
.text-title{
    color: #1b0238;
}
.font-size-26{
    font-size: 26px;
}
.contenidoReducido > *:not(p:first-of-type){
    display: none;
}
.contenidoReducido p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    -webkit-line-clamp: 3;
}
.pagination{
    justify-content: center;
}
.pagination > li.page-item > .page-link{
    width: 35px;
    height: 35px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 35px;
    color: #1b0238;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    padding: 0;
    text-align: center;
}
.pagination > li.page-item.disabled{
    opacity: .6;
    pointer-events: none;
}
.pagination > li.page-item.active > .page-link,
.pagination > li.page-item:not(.disabled) > .page-link:hover{
    background-color: var(--color-principal);
    border-color: var(--color-principal);
    color: white;
}
.copyright-area{
    padding: 15px 0;
}
.copyright-area p{
    font-size: 14px;
}

.footer-area::before{
    content: none;
}
.go-top{
    background-color: var(--color-secundario);
}
.go-top:hover{
    opacity: .8;
}
.main-navbar .navbar .navbar-nav .nav-item .nav-link,
.main-navbar .navbar .navbar-nav .nav-item a{
    display: flex;
    align-items: center;
    color: #1b0238;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}
.main-navbar .navbar .navbar-nav .nav-item .nav-link i,
.main-navbar .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    position: relative;
    top: 0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
    margin-top: -1px;
}
.main-navbar .navbar .navbar-nav .nav-item .nav-link:hover{
    color: var(--color-secundario);
}
.seccion-logotipo{
    height: auto;
    width: 200px;
}
.seccion-logotipo-coding{
    height: auto;
    width: 220px;
}
.-mt-8{
    margin-top: -2rem;
}
.ptb-70{
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Embla slider */
.embla {
    position: relative;
    margin-left: -1px;
    margin-right: auto;
}
.embla__button{
    display: none;
}
.embla__viewport {
    overflow: hidden;
    width: 100%;
}
.embla__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}
.embla__viewport.is-dragging {
    cursor: grabbing;
}

.embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    height: 865px;
}
.embla__container .embla__content{
    padding: 0 30px;
}
.embla__container .embla__content > div{
    max-width: 992px;
    text-align: center;
}
.embla__container .embla__content > div span{
    font-size: 18px;
}
@media screen and (min-width: 2000px){
    .embla__container{
        height: 100vh;
    }
}

.embla__slide {
    position: relative;
    min-width: 100%;
    margin-right: 10px;
    overflow: hidden;
    /*height: 190px;*/
    /*height: 500px;*/
    /*flex: 0 0 500px; !* tamaño slider *!*/
}

.embla__slide__img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
}

.embla__button {
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    touch-action: manipulation;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    fill: var(--color-principal);
    padding: 0;
}

.embla__button:disabled {
    cursor: default;
    opacity: 0.3;
}

.embla__button__svg {
    width: 100%;
    height: 100%;
}

.embla__button--prev {
    left: 27px;
}

.embla__button--next {
    right: 27px;
}
.embla__content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    /*max-width: 500px;*/
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-color: rgba(0,0,0,.3);
    /*background-color: rgba(209, 42, 122,.3);*/
}
.embla .deco_up{
    position: absolute;
    top: 0;
}
.embla .deco_down{
    position: absolute;
    bottom: 0;
    height: 150px;
    display: flex;
    align-items: flex-end;
}

.embla .main-banner-shape .banner-bg-shape-2{
    top: 0;
}
/* Preloader */
.preloader .loader .circle{
    border: none;
    border-radius: 0;
}
/* Sobre nosotros del inicio */
.who-we-are-content .who-we-are-list li{
    padding-left: 0;
    display: flex;
    align-items: center;
}
.who-we-are-content .who-we-are-list li:nth-child(odd){
    padding-right: 10px;
}
.who-we-are-content .who-we-are-list li span{
    position: static;
    margin-right: 20px;
    text-align: center;
    display: block;
    min-width: 30px;
    min-height: 30px;
}
.choose-image .choose-image-shape .shape-2{
    left: -7.5%;
    right: inherit;
}
.choose-image .choose-image-shape .shape-2 img{
    width: 175px;
}
/* Newsletter */
.newsletter-area{
    padding: 100px 0 70px 0;
    background-color: #e5f7ff;
}
.newsletter-area h2{
    font-weight: bold;
}
.newsletter-area button{
    border-radius: 10px;
}
.newsletter-shape .shape-1 img{
    margin-top: -40px
}
/* Footer */
#footer{
    padding-top: 0;
    background-color: #e5f7ff;
    overflow: hidden;
}
#footer > section{
    background: #091629;
    padding: 25px 0 50px 0;
}
#footer .nubes {
    max-width: 102%;
    width: 102%;
    position: relative;
    left: -1%;
    bottom: -2px;
}
#footer + .copyright-area .copyright-area-content p a{
    color: white;
}
#footer .single-footer-widget .social li a{
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .footer-contact-info a,
#footer .footer-contact-info p{
    font-size: 14px;
}
/* Rellax */
.rellax{
    position: absolute;
}
#englishIndex .rellax img{
    opacity: .6;
    pointer-events: none;
}
#englishIndex .rellax-figure-1{
    right: 120px;
    top: 160px;
}
#englishIndex .rellax-figure-2{
    top: 75%;
    right: 80px;
    display: none;
}
#englishIndex .rellax-figure-3{
    top: -10%;
    left: 40%;
}
#englishIndex .rellax-figure-3.permanent{
    transform: translate3d(0px, 60px, 0px) !important;
}
#englishIndex .rellax-figure-3 img{
    transform: rotate(-5deg);
}
/* Sección de contadores */
#countersIndex .single-fun-fact {
    padding: 65px 35px;
}

/* Sección de coding del inicio*/
.coding-mask{
    position: relative;
}
.coding-mask::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/img/inicio/coding-mask.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
h1.emblafont{
    font-family: "Catamaran";
    font-weight: 700;
    font-size: 62px;
    margin: 20px;
    color: #FFFFFF;
}

#map{
    margin-bottom: -100px;
}
#map + #footer{
    background-color: transparent;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding: 0 1.5rem;
}
#whoWeAreIndex p,
#codingIndex p,
#englishIndex p,
#robotixIndex p{
    text-align: justify;
}
/* Spacing section */
.section,
#blogIndex,
#codingIndex,
#englishIndex,
#robotixIndex,
#countersIndex{
    padding: 80px 0;
}
#ucmasIndex{
    padding: 80px 0 40px 0;
}
#whoWeAreIndex{
    padding: 0 0 80px 0;
}
#whoWeAreIndex .title{
    margin-top: 0;
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: bold;
}
/* Menú */
.mean-container .mean-bar{
    height: auto;
}
.mean-container a.meanmenu-reveal{
    top: 26px;
    transform: translateY(-50%);
    padding: 0;
}
.page-banner-area{
    padding: 100px 0;
}
.page-banner-content ul li::before {
    left: -8px;
    top: 6.5px;
}
/* Init - Iconos de robotix del inicio  */
#iconsRobotixIndex{
    height: 175px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#iconsRobotixIndex svg{
    width: 200px;
    position: absolute;
}
#iconsRobotixIndex .figure-1{
    left: calc(10% - 100px);
}
#iconsRobotixIndex .figure-2{
    left: calc(50% - 100px);
}
#iconsRobotixIndex .figure-3{
    left: calc(90% - 100px);
}
/* End - Iconos de robotix del inicio  */

/* Init - Blog  */
.blog-area .blog-image a{
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.blog-area img{
    height: 275px;
    width: 100%;
    object-fit: cover;
}
/* End - Blog */
@media only screen and (min-width: 993px){
    .row-text-image > div:first-child{
        padding-right: 40px;
    }
    .row-text-image > div:last-child{
        padding-left: 40px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 572px){
    .row-text-image .image img{
        width: 500px;
    }
    .row-text-image iframe{
        max-height: 425px;
    }
    #englishIndex .image img{
        height: 400px;
        margin-left: 0 !important;
        width: auto;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 993px){
    .newsletter-shape .shape-1 img{
        margin-top: -130px;
        width: 100px;
    }
    .newsletter-shape .shape-2 img{
        margin-top: 200px;
        width: 100px;
        margin-right: 20px;
    }

    .banner-child .child-1{
        bottom: 20px;
    }
    .banner-child .child-1 img{
        width: 225px;
    }
    .banner-child .child-2 img{
        width: 155px;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 777px){
    .newsletter-content h2{
        font-size: 32px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 993px){
    .row-text-image{
        align-items: center;
    }
}
@media only screen and (max-width: 1200px){

    .who-we-are-content .who-we-are-list li{
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    #englishIndex .rellax-figure-3{
        left: 35%;
    }
    .meanmenu-reveal{
        transition: none;
        animation: none;
    }
    .meanmenu-reveal .bx.bx-x{
        font-size: 32px;
        position: static !important;
    }
    .mean-container .mean-nav{
        margin-top: 50px;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav{
        height: auto;
    }
    .embla__container{
        height: 80vh;
        min-height: 500px;
    }
    h1.emblafont{
        font-size: 50px;
    }
    .embla .deco_up{
        margin-top: 0;
    }
}
@media only screen and (max-width: 992px){
    #iconsRobotixIndex {
        width: calc(100% - 3rem);
    }
    #iconsRobotixIndex .figure-1{
        left: 0;
    }
    #iconsRobotixIndex .figure-3{
        left: calc(100% - 200px);
    }
    #codingIndex .who-we-are-image-wrap,
    #robotixIndex .who-we-are-image-wrap,
    #englishIndex .who-we-are-image-wrap{
        margin-top: 0;
    }
    #englishIndex .rellax{
        display: none;
    }
    .choose-image{
        margin-bottom: 0;
    }
    .row-text-image > .image{
        margin-bottom: 30px;
    }

    h1.emblafont{
        font-size: 40px;
    }

    #countersIndex .single-fun-fact{
        padding: 45px 15px;
    }
    #countersIndex > .container > .row > div:nth-child(1),
    #countersIndex > .container > .row > div:nth-child(2){
        margin-bottom: 15px;
    }

}
@media only screen and (max-width: 776px){
    #iconsRobotixIndex .figure-1{
        width: 150px;
        left: 0;
        top: 40px;
    }
    #iconsRobotixIndex .figure-2{
        width: 150px;
        left: calc(100% - 150px);
        top: 40px;
    }
    #iconsRobotixIndex .figure-3{
        display: none;
    }
}
@media only screen and (max-width: 572px){
    #countersIndex .single-fun-fact{
        max-width: 300px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .section,
    #blogIndex,
    #codingIndex,
    #englishIndex,
    #robotixIndex,
    #ucmasIndex,
    #countersIndex{
        padding: 40px 0;
    }

    #ucmasIndex{
        padding: 40px 0 10px 0;
    }

    #countersIndex > .container > .row > div + div{
        margin-top: 15px;
    }
    #whoWeAreIndex{
        padding: 10px 0 40px 0;
    }

    #whoWeAreIndex h3{
        margin-top: 0;
        font-size: 28px;
    }
    .embla__container .embla__content > div{
        text-align: left;
    }
    h1.emblafont{
        margin: 0;
        font-size: 34px;
        margin: 26px 0;
    }

    .embla__content .default-btn{
        margin-right: auto;
    }

    .newsletter-area{
        padding: 60px 0;
    }
    .newsletter-form button{
        padding: 10px 25px;
        height: auto;
        line-height: normal;
        font-size: 15px;
        line-height: 22.5px;
    }
    .row-text-image iframe{
        max-height: 250px;
    }
}
.politicas{
    padding: 60px 0;
}
/* Preloader */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--color-secundario);
    z-index: 999999;
    height: 100%;
    overflow: hidden;
}
.preloader .loader {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    height: 50px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.preloader .loader .wrapper {
    height: 50px;
    width: 180px;
}
.preloader .loader .circle {
    border-radius: 50%;
    float: left;
    height: 50px;
    margin: 0 5px;
    width: 50px;
}
.preloader .loader .circle-1a {
    -webkit-animation: fade 1s ease-in-out infinite;
    animation: fade 1s ease-in-out infinite;
}
.preloader .loader .circle-1a {
    margin-left: -55px;
    opacity: 0;
}
.preloader .loader .circle-1 {
    -webkit-animation: move 1s ease-in-out infinite;
    animation: move 1s ease-in-out infinite;
}

.preloader .loader .circle-2 {
    -webkit-animation: move 1s ease-in-out infinite;
    animation: move 1s ease-in-out infinite;
}
.preloader .loader .circle-3 {
    -webkit-animation: circle-3 1s ease-in-out infinite;
    animation: circle-3 1s ease-in-out infinite;
    opacity: 1;
}
.preloader h4{
    color: text-white;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }
}

@-webkit-keyframes circle-3 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes circle-3 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}

@keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}
/* Whatsapp flotante */
/* --------------------------------------------------------------------- */
.btn-whatsapp{
    border-radius: 50% !important;
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 999999910;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
.btn-whatsapp a{
    color: #fff;
}
/* Go to top in footer */
/* --------------------------------------------------------------------- */
.footer-go-top{
    color: rgba(255,255,255,.4);
    cursor: pointer;
    text-align: center;
    display: inline-block;
}
.footer-go-top svg,
.footer-go-top p{
    transition: .3s all;
}
.footer-go-top:hover,
.footer-go-top:hover p{
    color: rgba(255,255,255,1);
}
@media only screen and (max-width: 640px){
    .footer-go-top svg,
    .footer-go-top p{
        color: rgba(255,255,255,1);
    }
}
