.topWrap, header.fixedTopMenu .topWrap {
    background-color: transparent !important;
    box-shadow: 0 !important;
}
.home.page.themerex_body.fullscreen.top_panel_above.theme_skin_kidscare {
    background-image: url('/img/landing/bgnubes.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.blue_section, .copyWrap, body:not(.video_bg) .mainWrap {
    background-color:transparent !important;
}
.columns1_2_1 {
    float: left;
    margin: 0 4.1666% 0 0;
    width: 52.8334%;
    padding-top: 10px;
}
.columns1_2_2 {
    float: left;
    margin: 0 4.1666% 0 0;
    width: 36.8334%;
}
.text-center{
    text-align: center !important;
}
.title_type_1 {
    font-size: 51px !important;
}
.mt-2{
    margin-top: 20px;
}
.blue-text{
    color: #223263 !important;
    font-size: 22px;
}
.logo img {
    height: 72px !important;
    padding-top: 20px;
    padding-left: 5%;
}
.img-circle{
    opacity: 1;
    width: 90px !important;
}
.img-circle:hover{
    opacity: 0.8;
    width: 90px !important;
}
.columnsWrap{
    margin: 0px;
}

.seccion_circle a{
    opacity: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.seccion_circle:hover span{
    text-decoration: underline;
}

.pl-3{
    padding-left: 20px;
    font-size: 19px;
    letter-spacing: -1px;
}
button.callto{
    margin-left: 5px;
    line-height: 0.9;
    font-weight: 200 !important;
    background-color: #223263;
    font-size: 15px;
    color: #ffffff !important;
    border: 0 !important;
    padding: 5px 18px;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 1.1px;
}
button.callto:hover{
    color: #000 !important;    
    transition: all ease 1s;
    background-color: #fac614;
    box-shadow: 1px 3px 8px #000;
}
.space-callto{
    display: flex;
    align-items: center;
    margin-top: 20px !important;
}
.input-mail{
    border-radius: 19px !important;
    color: #223263 !important;
    font-weight: 100;
    text-align: center;
    width: 300px !important;
}
.input-mail::placeholder{
    border-radius: 19px !important;
    color: #69769f !important;
    font-weight: 100;
    text-align: center;
}
.img-fluid{
    width: 100% !important;
}
.with_logo_left{
    width: 50%;
}
.lang-landing{
    text-align: right;
    padding-right: 30px;
    padding-top: 30px;
}
.lang-landing a{
    font-size: 20px;
    color: #ffffff;
}
.lang-landing a:hover{
    font-size: 20px;
    color: #223263 !important;
}
.pbb{
    padding-bottom: 18px !important;
}

.upToScroll.buttonShow{
    display: none !important;
}

.volver-btn{
    margin-right: 50px;
    line-height: 0.9;
    font-weight: 200 !important;
    background-color: #223263;
    font-size: 15px;
    color: #ffffff !important;
    border: 0 !important;
    padding: 10px 18px;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 1.1px;
}

.space-callto-page{
    margin-top: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.casamobile{
    display: none;
}

@media screen and (max-width: 800px){
    .home.page.themerex_body.fullscreen.top_panel_above.theme_skin_kidscare {
        background: url('/img/landing/bgnubes.png') cover no-repeat!important;
        background-color: #c2def2;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .casa-bg{
        display: none;
    }
    .texto-land{
        position: relative;
        margin: auto;
        width: 100%;
        padding: 10px;
    }
    .sc_title.style_1{
        color: #223263;
    }
    .casamobile{
        display: block;
    }
    .space-callto-page{
        width: 100%;
        display: block;
    }
    .space-callto-page a.volver-btn{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .space-callto-page .input-mail{
        margin-bottom: 10px;
        margin-top: 17px;
    }
    button.callto{
        font-size: 14px;
    }
}

@media screen and (max-width: 1366px){
    .blue-text{
        color: #223263 !important;
        font-size: 22px;
    }
    .callto{
        line-height: 0.9;
        font-weight: 200;
        font-size: 14px;
    }
}
@media screen and (min-width: 1367px){
    .blue-text{
        color: #223263 !important;
        font-size: 3.5rem;
        line-height: 1;
    }
    .title_type_1 {
        font-size: 68px !important;
        padding-bottom: 51px !important;
        padding-top: 22px;
        line-height: 1;
    }
    .seccion_circle {
        padding: 17px 0px !important;
    }
    .callto{
        line-height: 0.9;
        font-weight: 200;
        font-size: 17px;
    }
    .input-mail{
        border-radius: 19px !important;
        color: #223263 !important;
        font-weight: 100;
        text-align: center;
        width: 350px !important;
    }
    
    .space-callto-page{
        margin-top: 20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}


