/*
Theme Name: Corralo
Theme URI: https://corralo.com/
Author: danilo.quinteros.rodriguez@gmail.com
Author URI: https://corralo.com
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 1
Tested up to: 5.9
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Corralo is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



:root{
    --rojo: #f52505;
    --azul: #19259d;
    --rosa: #fef4f3;
    --negro: #222;
}

@font-face {
    font-family: lemon;
    src: url(fonts/LEMONMILK-Medium.otf);
    font-weight: 600
}

@font-face {
    font-family: lemon;
    src: url(fonts/LEMONMILK-Regular.otf);
}

@font-face {
    font-family: lemon;
    src: url(fonts/LEMONMILK-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: neutra;
    src: url(fonts/NeutraText-BookAlt.ttf);
}

@font-face {
    font-family: neutra;
    src: url(fonts/Neutra Text TF Alt Bold.ttf);
    font-weight: bold;
}



body{
    font-family: neutra;
    font-size: 22px;
    color: var(--negro);
    letter-spacing: 2px
}

body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

.logo.md {
    max-width: 70px;
}

.navbar-brand{
    position: absolute;
    top: 5px;
    z-index: 9999
}

.bold{
    font-weight: bold
}

.lemon{
    font-family: lemon
}

.main-title{
    color: var(--rojo);
    font-size: 40px;
    font-weight: bold;
    text-align: center
}

.text-rojo{
    color: var(--rojo);
}

.fs-14{
    font-size: 14px
}
.fs-16{
    font-size: 16px
}
.fs-18{
    font-size: 18px
}
.fs-20{
    font-size: 20px
}
.fs-22{
    font-size: 22px
}
.fs-24{
    font-size: 24px
}
.fs-26{
    font-size: 26px
}
.fs-28{
    font-size: 28px
}
.fs-30{
    font-size: 30px
}
.fs-32{
    font-size: 32px
}
.fs-34{
    font-size: 34px
}
.fs-36{
    font-size: 36px
}
.fs-38{
    font-size: 38px
}
.fs-40{
    font-size: 40px
}

.max-200{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.max-300{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.max-400{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.max-500{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.max-600{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.max-700{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#masthead .bg-azul{
    background-color: rgba(25,37,157,.4);
}

#masthead li a{
    color: #fff
}

.flex-column .elementor-element-populated{
    flex-direction: column;
}

.filter{
    filter: invert(1)
}


.elementor-section{
    overflow: hidden
}

.main-banner .e-hosted-video{
    height: 100vh;
    padding-bottom: 0
}

.main-banner .elementor-widget-video{
    height: 100%
}

.admin-bar .main-banner .e-hosted-video{
    height: calc(100vh - 32px);
}

@media (max-width: 782px){
    .admin-bar .main-banner .e-hosted-video{
        height: calc(100vh - 46px);
    }
}

.banner-scroll{
    position: relative;
}

.banner-scroll:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 200px;
    left: 50%;
    margin-left: -5px;
    top: -200px;
    border-radius: 10px;
    background: rgb(25,37,157);
    background: linear-gradient(0deg, rgba(25,37,157,1) 0%, rgba(245,37,0,1) 66%, rgba(245,37,5,1) 100%);
}

.wp-block-cover.main-banner{
    align-items: end;
}

.main-banner .wp-block-cover{
    position: relative
}

.main-banner figure{
    position: absolute;
    bottom: 35px;
    left: 25px;
    z-index: 9999;
    margin-bottom: 0
}

.main-banner figure figcaption{
    margin-bottom: 0
}

.main-banner .banner-scroll{
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin-bottom: 0
}

.main-banner .off{
    display: none
}

.main-banner video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}

.banner-scroll:hover, .main-banner figure:hover{
    cursor: pointer
}

.elementor-image-box-img{
    overflow: hidden
}

#bootscore-navbar li a{
    font-family: lemon;
    padding-bottom: 0;
    padding-top: 0;
    font-weight: bold
}

#bootscore-navbar li a{
    background-color: transparent
}

#bootscore-navbar li.current-menu-item a{
    background-color: var(--azul);
    color: #fff
}

#bootscore-navbar > li > a.active{
    color: var(--azul);
}

.point_style:hover{
    cursor: pointer
}

#nav-main{
    padding-top: 28px
}

.box-rojo .elementor-image-box-content{
    position: absolute;
    width: auto;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    background-color: var(--rojo);
    padding: 3rem;
    color: #fff;
    max-width: 95%;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
}


.box-rojo figure{
    margin-bottom: 0!important
}




.separator{
    max-width: 50px;
    margin: auto;
    margin-bottom: 40px
}

#nosotros1{
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.bg-rojo:not(.elementor-column), .bg-rojo.elementor-column > div > .elementor-element{
    background-color: var(--rojo);
}

.bg-rojo{
    background-color: var(--rojo);
    color: #fff
}

.elementor-heading-title{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit!important;
}


.box-servicio figure{
    margin-bottom: 0!important;
    border: 1px solid #F9F9F9
}

.box-servicio.box-left .elementor-widget-wrap{
    padding-left: 0!important;
}
.box-servicio.box-right .elementor-widget-wrap{
    padding-right: 0!important;
}

.box-servicio .elementor-image-box-content{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto!important;
    flex-direction:column
}

.box-servicio.box-right .elementor-image-box-content{
    align-items: end
}

.box-servicio .elementor-image-box-title{
    order: 6;
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    margin-left: auto;
    width: 100%;
    margin-top: -85px;
    position: relative;
    text-shadow: 0px 0px 1px rgba(0,0,0,.3)
}

.box-servicio.box-right .elementor-image-box-title{
    right: 60px;
}
.box-servicio.box-left .elementor-image-box-title{
    left: 60px;
}

.box-servicio.box-right .elementor-image-box-content{
    right: 0
}

.box-center .elementor-widget-container{
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}


.box-servicio p a{
    color: #fff;
    padding: 50px;
    padding-bottom: 100px;
    display: block
}

.box-servicio p{
    background-color: rgba(25,37,157,.5);
    font-size: 12px;
    line-height: 25px;

    color: #fff;
    padding: 50px;
    padding-bottom: 100px;
    display: block;

}

.box-servicio a:hover{
    opacity: .85
}


.page-link{
    color: var(--azul)
}

.images_wrap img{
    max-height: calc(100vh - 100px);
    min-height: 400px
}

.titulo-vivienda h4{
    max-width: 450px;
    margin: auto;
    line-height: 1.4;
    margin-bottom: 30px
}

.titulo-vivienda span{
    display: block;
    font-weight: 300;
    text-align: right
}

.box-contacto a{
    color: var(--negro);
    position: relative;
}

.box-contacto .elementor-icon{
    position: relative
}

.box-contacto .elementor-icon:after{
    content: " ";
    width: 150px;
    height: 2px;
    background-color: var(--rojo);
    bottom: -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.box-contacto a:hover{
    opacity: .8
}

.video-h video{
    display: block
}

.block-columns .elementor-widget-wrap{
    display: block!important
}


.form-element label{
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px
}

.form-element label,
.form-element label input,
.form-element label textarea{
    max-width: 100%;
    max-height: 200px
}

.form-element{
    padding: 15px 25px;
    background-color: var(--azul);
    margin-bottom: 1.5rem
}

.form-contact .wpcf7-submit{
    margin: auto;
    display: table;
    padding: 4px 40px;
    color: #fff;
    border: 0;
    font-family: lemon;
    font-weight: bold;
    background-color: var(--rojo);
}

.cont-btn{
    display: table;
    margin: auto;
    position: relative;
}

.form-contact .wpcf7-spinner{
    position: absolute;
    right: -72px;
    top: 5px;
}

.street-view iframe{
    /*height: calc(100vh - 150px);*/
    display: block
}

.social-section iframe{
    max-width: 500px;
    margin-left: auto!important;
    margin-right: auto!important;
}

.social-section .elementor-widget-container{
    text-align: center
}

.social-section .elementor-column > .elementor-widget-wrap > .elementor-element:last-child{
    flex-grow: 1
}

.social-section .elementor-column > .elementor-widget-wrap{
    flex-direction: column
}

.title-line .elementor-heading-title{
    display: table;
    margin:  auto;
    padding-bottom: 15px;
    position: relative
}

.title-line .elementor-heading-title:after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--rojo);
    bottom: 0;
    left: 0
}

.custom-svg .elementor-icon svg{
    margin: auto
}
.custom-svg .elementor-icon{
    display: block;
}

footer i,
footer a{
    color: #fff;
    text-decoration: none
}

footer a:hover{
    color: rgba(255,255,255,.8)
}


.bootscore-info{
    font-size: 16px
}

.bootscore-info .d-flex{
    gap: 4px
}

footer .elementor-icon-box-wrapper{
    text-align: center
}

footer ul#footer-menu li a{
    color: var(--negro)
}


footer ul#footer-menu li a:hover{
    color: var(--rojo)
}


.linea-roja .elementor-divider-separator{
    --divider-border-style: solid;
    --divider-color: var( --e-global-color-f04ab9d );
    --divider-border-width: 25px;
}


.linea-roja .elementor-divider{
    padding-top: 15px;
    padding-bottom: 15px;
}

.linea-roja.pb-0 .elementor-divider{
    padding-bottom: 0!important
}


.hc-100{
    max-height: calc(100vh - 100px);
    overflow: hidden;

}

.box-azul-content{
    display: table;
    width: auto!important
}

.box-azul, .box-azul-section section{
    background-color: var(--azul);
    color: #fff;
    font-family: lemon;
    padding: 3rem 2rem;
}

.box-azul p, .box-azul-section p{
    line-height: 40px
}

.box-azul h3, .box-azul-section h3{
    font-size: calc(2rem + 0.6vw);
    line-height: 1.5;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.box-azul h3:after, .box-azul-section h3:after{
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 8px;
    background-color: #fff;
    border-radius: 10px
}


.page-servicio{
    margin-top: 160px
}

.menu-contact{
    display: none
}



.ihp_popup_full div#powerTip {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 400px;
    inset: 50% auto auto 50%!important;
    background-color: var(--azul);
    border-radius: 0;
    font-weight: 600
}

span.close_ihp:hover{
    cursor: pointer
}
span.close_ihp{
    display: block;
    text-align: right
}

.box_view_html{
    font-weight: 500;
    font-family: neutra;
    padding: 0!important
}

.box_view_html *:not(span):not(h3){
    font-size: 22px;
}

.title-vivienda{
    font-family: lemon;
    text-align: center;
}

div#powerTip button{
    width: 210px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    border-color: #fff;
    border-radius: 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}


.galerias-vivienda .elementor-column{
    height: 0;
    width: 0;
    overflow: hidden;
}

ul.custom-list {
    list-style: none; /* Remove default bullets */
}

ul.custom-list li{
    position: relative
}

ul.custom-list li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--rojo); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    position: absolute;
    width: 1em; /* Also needed for space (tweak if needed) */
    left: -0.5em; /* Also needed for space (tweak if needed) */
    font-size: 35px;
    line-height: 1
}

.banner-camion figure{
    display: block!important
}

@media (min-width: 1365px){
    .banner-camion figure{
        max-height: 90vh;
        display: flex!important;
        align-items: center;
    }

    .banner-camion figure img{
        width: 100%
    }
}


@media (min-width: 768px){
    #bootscore-navbar .dropdown-menu{
        background-color: var(--rosa)
    }

    #bootscore-navbar .dropdown-menu a{
        margin-bottom: 5px;
        color: #222
    }

    #bootscore-navbar .dropdown-menu a:hover{
        background-color: rgba(25,37,157,.8);
        color: #fff
    }

}


@media (min-width:575px){
    .cont-box-azul .elementor-column{
        width: 50%
    }
}


@media (min-width:992px){
    .social-section .elementor-column > .elementor-widget-wrap > .elementor-element:last-child .elementor-widget-container iframe,
    .social-section .elementor-column > .elementor-widget-wrap > .elementor-element:last-child .elementor-widget-container{
        min-height: 500px
    }


}

@media (max-width:991px){

    .bootscore-info .container{
        max-width: 100%
    }

    #bootscore-navbar > li > a.active{
        color: #fff;
        opacity: .7
    }

    .width-lg-100{
        position: relative;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
    }

    .hide-mobile{
        display: none
    }
    #bootscore-navbar li a{
        font-size: 16px
    }

    .video-h .elementor-fit-aspect-ratio{
        height: auto;
        padding-bottom: 0
    }

    .video-h video{
        min-height: 100vh
    }

    .vh-100-im img{
        height: 100vh;
        width: auto;
        max-width:  none;
    }

    .banner-camion img{
        width: 100%;
    }



    .section-servicios .elementor-column,
    .box-servicio{
        margin-bottom: 3rem
    }

    .elementor-section.elementor-section-boxed > .elementor-container{
        max-width: 100%;
    }
    /*    .elementor-column-gap-default>.elementor-column>.elementor-element-populated > .elementor-element > div{
            padding-left: 15px;
            padding-right: 15px
        }*/

    .box-servicio .elementor-widget-container{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    /*    .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
            padding: 0
        }*/

    .box-center .elementor-widget-container{
        max-width: 100%;
    }



    .box-servicio figure{
        border: 0;
        box-shadow: 0 0 10px 1px rgba(0,0,0,.1);

    }

    .box-servicio img{
        width: 100%
    }


    .box-contacto .elementor-column{
        width: 33.3333333%
    }

    .box-azul p, .box-azul-section p{
        font-size: 16px
    }

    .box-azul h3, .box-azul-section h3{
        font-size: calc(1.5rem + 0.6vw)
    }

}
@media (max-width:960px){

}

@media (max-width:900px){




    .box-rojo .elementor-image-box-content{
        padding-left: 15px;
        padding-right: 15px
    }

    .bootscore-info .d-flex{
        flex-wrap: wrap
    }

    .bootscore-info .d-flex .nav{
        width: 100%;
        justify-content: center
    }
}
@media (max-width:830px){




    .box-azul p, .box-azul-section p{
        font-size: 14px
    }

    .box-azul h3, .box-azul-section h3{
        font-size: calc(1.3rem + 0.6vw)
    }

    .box-azul, .box-azul-section section{
        padding: 2.5rem 1.7rem
    }
}

@media (max-width:781px){



    wp-block-group.width-100 .wp-block-column > *{
        max-width: 540px;
        margin-left: auto;
        margin-right: auto
    }
}


@media (max-width: 767px){


    #bootscore-navbar .dropdown-menu{
        background-color: transparent;
        border: 0;
    }

    #bootscore-navbar .dropdown-toggle::after {
        display: inline-block;
        margin-left: 1em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.45em solid;
        border-right: 0.45em solid transparent;
        border-bottom: 0;
        border-left: 0.45em solid transparent;
    }


    .box-rojo .elementor-image-box-content{
        /*max-width: 100%;*/
        font-size: 20px
    }

    .form-element label,
    .form-element label input,
    .form-element label textarea{
        width: 100%
    }

    #nav-main .container{
        max-width: 100%
    }

    .header-actions .btn{
        background-color: var(--azul);
        color: #fff;
        border-color: var(--azul);
        line-height: 100%;
    }

    .header-actions .btn i{
        font-size: 26px
    }
    #nav-main{
        padding-top: 22px
    }

    #nav-main .offcanvas{
        background-color: var(--azul);
        z-index: 99999
    }

    .offcanvas-header{
        background-color: var(--rojo)!important;
        color: #fff;
        /* font-family: lemon; */
        text-transform: uppercase;
        font-weight: 600;
    }
    .offcanvas-header .btn-close{
        filter: invert(1)
    }

    .offcanvas-body #bootscore-navbar li a{
        line-height: 40px
    }

    .menu-contact p {
        margin-bottom: 0;
        color: #fff
    }

    .menu-contact .elementor-icon{
        color: #fff;
        display: block;
        font-size: 22px
    }

    .menu-contact .elementor-icon:hover{
        opacity: .68
    }

    .menu-contact br{
        display: none
    }

    .menu-contact:before{
        content: "";
        position: absolute;
        width: 120%;
        height: 1px;
        background-color: #fff;
        left: -15px;
        top: 0
    }

    .menu-contact{
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-top: auto;
        padding-top: 15px
    }
    .offcanvas-body{
        display: flex;
        flex-wrap: wrap;
        overflow-x: hidden
    }

    .offcanvas-body #bootscore-navbar{
        margin-left: 0!important
    }

    .offcanvas-body > *{
        flex: 0 0 auto;
        width: 100%
    }


    .cont-box-azul .elementor-column>.elementor-element-populated,
    .box-azul-section .elementor-column>.elementor-element-populated{
        padding: 10px
    }

    .box-azul h3, .box-azul-section h3 {
        font-size: calc(1.1rem + 0.6vw);
    }

    div[class^="max-"], div[class*=" max-"] {
        padding-left: 10px;
        padding-right: 10px
    }

    .box-rojo .elementor-image-box-content{
        bottom: 15px
    }


}



@media (max-width: 640px){
    .box-contacto .elementor-column{
        width: 100%;
    }
    .box-azul h3, .box-azul-section h3 {
        font-size: calc(1rem);
    }

    .box-azul, .box-azul-section section{
        padding: 2.5rem 1rem;
        letter-spacing: 0
    }

    body{
        font-size: 20px
    }

    .box-rojo .elementor-image-box-content{
        font-size: 18px
    }
}


@media (max-width: 575px){




    .banner-camion.box-rojo figure{
        display: flex;
        justify-content: center
    }

    .vh-100-im img{
        max-height: 60vh
    }

    .box-rojo .elementor-image-box-content{
        padding: 1rem 5px;
    }

    .banner-camion p{
        font-size: 17px;
        letter-spacing: 2px
    }


    .box-azul, .box-azul-section section{
        letter-spacing: 2px
    }
    .te-ayudamos .fs-28{
        font-size: 22px
    }
    .te-ayudamos .fs-40{
        font-size: 35px
    }


    .box-servicio .elementor-image-box-title{
        font-size: 50px;
    }

    .video-h video, .main-banner{
        height: 100vh;
    }


    @supports (-webkit-appearance:none) {
        .video-h video, .main-banner{
            height: calc(100vh - 56px);
        }

    }


    .video-animacion .elementor-fit-aspect-ratio {
        height: auto;
        padding-bottom: 0;
    }

    .video-animacion video{
        min-height: 350px;
        display: block
    }

}

@media (max-width: 479px){

    .box-servicio figure a{
        height: 400px;
        display: block
    }
    .box-servicio figure img{
        height: 100%;
        width: auto;
        max-width: none
    }

    .box-instalaciones.box-servicio.box-right .elementor-image-box-title{
        right: 25px;
        font-size: 42px
    }


    .banner-camion p{
        font-size: 15px;
        letter-spacing: 1px
    }

}

@media (max-width: 450px){
    .box-servicio figure a{
        height: 320px;
    }

    .box-servicio .elementor-image-box-content{
        margin-top: -12px
    }
}
@media (max-width: 411px){
    .box-instalaciones.box-servicio.box-right .elementor-image-box-title{
        right: 15px;
        font-size: 36px
    }


    .box-servicio.box-left .elementor-image-box-title {
        left: 40px;
        max-width: 210px;
        word-break: keep-all;
        white-space: nowrap;
    }

    .box-servicio p a{
        padding: 25px 15px 100px 15px
    }


    /*    .box-servicio p{
            padding: 30px;
            padding-bottom: 60px
        }*/
}