@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    margin: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
html{
    scroll-behavior: smooth;
}
a{
    color: inherit;
    text-decoration: none;
}
.h_whatsapp{
    width: max-content;
    right: 5vw;
    position: absolute;
    top: 50%;
    font-size: 1vw;
    color: #0E08FF;
    font-weight: 700;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header{
    width: 100vw;
    z-index: 4000;
    height: 6vw;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
    background-color: white;
    position: fixed;
}
.h_logo{
    width: 7vw;
    height: max-content;
    z-index: 4001;
    position: absolute;
    top: 50%;
    left: 5vw;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h_navbar{
    position: absolute;
    top: 50%;
    width: 100vw;
    justify-content: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
}
.h_n_navitem{
    color: #0E08FF;
    font-weight: 700;
    letter-spacing: 0.07em;
    font-size: 1.1vw;
    margin-right: 1.5vw;
    margin-left: 1.5vw;
}
.imgmax{
    width: 100%;
}
.main{
    width: 100vw;
    float: left;
    position: relative;
}
.mainbanner{
    width: 100vw;
    height: 100vh;
    float: left;
    background-size: cover;
    background-position: center;
    position: relative;
}
.mb_content{
    width: 100vw;
    height: 100vh;
    float: left;
    position: relative;
    background-color: rgba(0,0,0,0.55);
}
.mb_contact{
    width: 25vw;
    height: 40vw;
    bottom: -4vw;
    right: 5vw;
    background-color: white;
    border-radius: 1vw;
    position: absolute;
}
.mbc_title{
    width: 20vw;
    float: left;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    margin-top: 2vw;
    font-size: 1.5vw;
    font-weight: 700;
    color: #0E08FF;
}
.mbc_form input[type=submit]{
    width: 100% !important;
    border: none;
    font-weight: 700;
    padding-top: 0.4vw;
    padding-bottom: 0.4vw;
    font-weight: 700;
    text-align: center;
    background-color: #0E08FF;
    color: white;
    transition: all 0.5s;
    font-size: 0.9vw !important;
}
.mbc_form input[type=submit]:hover{
    background-color: white;
    color: #0E08FF;
    font-size: 1.1vw !important;
}
.gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0 !important;
}
.mbc_form{
    width: 20vw;
    float: left;
    font-size: 0.8vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    margin-top: 1vw;
}
.mb_text{
    width: 50vw;
    left: 5vw;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mb_text_c{
    width: 50vw;
    float: left;
}
.mb_t_title{
    width: 100%;
    font-weight: 700;
    font-size: 3.1vw;
    float: left;
    color: white;
    letter-spacing: 0.1em;
}
.mb_t_text{
    width: 100%;
    font-size: 1.3vw;
    float: left;
    color: white;
    letter-spacing: 0.08em;
}
.nosotros{
    width: 100vw;
    float: left;
    margin-top: 2vw;
    margin-bottom: 2vw;
    display: flex;
    position: relative;
    justify-content: center;
}
.n_content{
    width: 60vw;
    display: flex;
    height: 23vw;
    position: relative;
}
.n_img{
    width: 25vw;
    margin-left: 2.5vw;
    position: relative;
    margin-right: 2.5vw;
}
.n_text{
    width: 25vw;
    position: relative;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}
.n_img_c{
    width: 25vw;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.n_t_title{
    width: 100%;
    font-size: 1.8vw;
    font-weight: 700;
    text-align: center;
    float: left;
    color: #0E08FF;
}
.n_t_text{
    margin-top: 1vw;
    width: 100%;
    text-align: justify;
    float: left;
    font-size: 0.9vw;
}
.n_text_c{
    width: 25vw;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.servicios{
    overflow: hidden;
    width: 100vw;
    float: left;
    display: flex;
    position: relative;
}
.servicio_block{
    width: 25vw;
    position: relative;
    height: 10vw;
    transition: all 1s;
}
.servicio_block2{
    width: 25vw;
    position: relative;
    height: 10vw;
    transition: all 1s;
}
.servicio_block:hover{
    z-index: 10;
    transform: scale(1.2);
}
.sb_c{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.sb_icon_c{
    width: 100%;
    margin-bottom: 1vw;
    float: left;
    display: flex;
    justify-content: center;
}
.sb_icon{
    width: 3vw;
}
.sb_text{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1vw;
    font-weight: 700;
    color: white;
}
.servicio_big_block{
    width: 100vw;
    float: left;
    display: flex;
    position: relative;
}
.sbb_img{
    width: 50vw;
    height: 40vw;
    background-size: cover;
    background-position: center;
}
.sbb_content{
    width: 50vw;
    height: 40vw;
    position: relative;
}
.sbb_c_c{
    width: 45vw;
    left: 2.5vw;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sbb_c_title{
    width: 100%;
}
.sbb_c_t_text{
    width: max-content;
    font-weight: 700;
    font-size: 1.7vw;
    float: left;
    color: white;
}
.sbb_c_t_icon{
    width: 2em;
    height: 2em;
    float: left;
    margin-left: 2vw;
}
.sbb_c_text{
    width: 100%;
    float: left;
    margin-top: 1.2vw;
    font-size: 1.1vw;
    color: white;
}
.sbb_c_buttons{
    width: 100%;
    display: flex;
    float: left;
    margin-top: 2vw;
}
.sbb_c_b_whatsapp{
    width: 12vw;
    height: 3vw;
    margin-right: 1vw;
    border: solid 0.15em white;
    border-radius: 0.7em;
    display: flex;
    justify-content: center;
}
.sbb_c_b_icon{
    width: 1.5vw;
    height: 1.5vw;
    margin-top: 0.75vw;
    margin-right: 0.25vw;
}
.sbb_c_b_text{
    width: max-content;
    font-size: 0.9vw;
    margin-top: 0.55vw;
    color: white;
    font-weight: 700;
    line-height: 2vw;
}
.sbb_c_b_contacto{
    width: 12vw;
    height: 3vw;
    border: solid 0.15em white;
    border-radius: 0.7em;
    background-color: white;
    position: relative;
}
.sbb_c_b_text_c{
    width: 12vw;
    text-align: center;
    color: #0E08FF;
    font-weight: 700;
    font-size: 0.9vw;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contacto{
    width: 100vw;
    float: left;
    height: 50vw;
    position: relative;
    background-size: cover;
    background-position: center;
}
.c_map{
    width: 40vw;
    height: 42vw;
    left: 5vw;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cmap1{
    width: 40vw;
    border-radius: 3vw;
    overflow: hidden;
    height: 20vw;
    float: left;
    margin-bottom: 2vw;
}
.cmap2{
    width: 40vw;
    border-radius: 3vw;
    overflow: hidden;
    height: 20vw;
    float: left;
}
.c_form{
    width: 30vw;
    height: 40vw;
    border-radius: 3vw;
    background-color: white;
    right: 10vw;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c_f_title{
    width: 100%;
    float: left;
    margin-top: 2vw;
    font-weight: 700;
    letter-spacing: 0.1vw;
    color: #0E08FF;
    font-size: 2vw;
    text-align: center;
}
.c_f_text{
    width: 100%;
    float: left;
    margin-top: 1vw;
    font-size: 1vw;
    text-align: center; 
}
.c_f_form{
    width: 90%;
    margin-left: 5%;
    float: left;
    margin-top: 1vw;
    font-size: 0.9vw !important;
}


.c_f_form input[type=submit]{
    width: 100% !important;
    border: none;
    font-weight: 700;
    padding-top: 0.4vw;
    padding-bottom: 0.4vw;
    font-weight: 700;
    text-align: center;
    background-color: #0E08FF;
    color: white;
    transition: all 0.5s;
    font-size: 0.9vw !important;
}
.c_f_form input[type=submit]:hover{
    background-color: white;
    color: #0E08FF;
    font-size: 1.1vw !important;
}

footer{
    width: 100vw;
    float: left;
    background-color: #0E08FF;
    padding-top: 2vw;
    padding-bottom: 2vw;
    position: relative;
}
.f_pc{
    width: 100vw;
    float: left;
    display: flex;
    justify-content: center;
}
.f_p_block{
    width: 17vw;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}
.f_p_b_logo{
    width: 7vw;
    float: left;
}
.f_p_b_des{
    width: 90%;
    font-size: 0.8vw;
    float: left;
    margin-top: 1vw;
    color: white;
}
.f_p_b_socials{
    width: 90%;
    float: left;
    margin-top: 1vw;
    display: flex;
}
.f_p_b_social{
    width: 1.2vw;
    height: 1.2vw;
    margin-right: 0.5vw;
}
.blog_blocks{
    width: 100vw;
    float: left;
    justify-content: center;
    display: flex;
    padding-top: 3vw;
    padding-bottom: 0vw;
    flex-wrap: wrap;
    position: relative;
}
.blog_blocks_title{
    width: 100%;
    font-size: 2.5em;
    color: #0E08FF;
    padding-bottom: 1.5em;
    font-weight: 700;
    text-align: center;
}
.blog_blocks_c{
    width: 81vw;
    display: flex;
    justify-content: center;
}
.blog_block{
    width: 23vw;
    -webkit-box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 4vw;
    float: left;
}
.bb_img{
    width: 23vw;
    float: left;
    height: 10vw;
    background-position: center;
    background-size: cover;
}
.bb_titulo{
    width: 20vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    float: left;
    font-size: 1.5vw;
    color: #0E08FF;
    font-weight: 700;
    margin-top: 1vw;
}
.bb_texto{
    text-align: justify;
    width: 20vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    float: left;
    font-size: 0.9vw;
    font-weight: 300;
}
.bb_boton{
    width: 7vw;
    text-align: center;
    background-color: #0E08FF;
    font-size: 0.8vw;
    margin-left: 1.5vw;
    margin-bottom: 1vw;
    margin-top: 0.9vw;
    color: white;
    float: left;
    font-weight: 700;
    height: 2vw;
    border: 0.1vw solid #0E08FF;
    line-height: 2.2vw;
    transition: all 0.5s;
}
.bb_boton:hover{
    border: 0.1vw solid #0E08FF;
    background-color: white;
    color: #0E08FF;
}
/*
.blog_card{
    width: 23vw;
    -webkit-box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 4vw;
    float: left;
}
.bc_img{
    width: 23vw;
    float: left;
    height: 10vw;
    background-position: center;
    background-size: cover;
}
.bc_title{
    width: 20vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    float: left;
    font-size: 1.5vw;
    color: #0E08FF;
    font-weight: 700;
    margin-top: 1vw;
}
.bc_content{
    text-align: justify;
    width: 20vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    float: left;
    font-size: 0.9vw;
    font-weight: 300;
}
.bc_button{
    width: 7vw;
    text-align: center;
    background-color: #0E08FF;
    font-size: 0.8vw;
    margin-left: 1.5vw;
    margin-bottom: 1vw;
    margin-top: 0.9vw;
    color: white;
    float: left;
    font-weight: 700;
    height: 2vw;
    border: 0.1vw solid #0E08FF;
    line-height: 2.2vw;
    transition: all 0.5s;
}
.bc_button:hover{
    border: 0.1vw solid #0E08FF;
    background-color: white;
    color: #0E08FF;
}*/
.whatsappbutton{
    width: 2.5em;
    height: 2.5em;
    padding: 0.8em;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    position: fixed;
    z-index: 2000;
    background-color: #25D366;
    border-radius: 4em;
    right: 2vw;
    bottom: 6vw;
}
.f_p_b_title{
    width: 90%;
    float: left;
    font-size: 1.1vw;
    font-weight: 700;
    color: white;
}
.f_p_b_text{
    width: 90%;
    float: left;
    margin-top: 0.5vw;
    font-size: 0.8vw;
    color: white;
}
.blog_main_banner{
    margin-top: 6vw; /* Header Margin */
    width: 100vw;
    height: 42vw;
    float: left;
    position: relative;
    overflow-x: hidden;
}
.bmb_windows{
    width: max-content;
    height: 42vw;
    float: left;
    transition: all 0.5s;
}
.bmb_window{
    width: 100vw;
    height: 42vw;
    position: relative;
    float: left;
}
.bmbw_bg{
    width: 100vw;
    height: 42vw;
    float: left;
    background-size: cover;
    background-position: center;
}
.bmbw_bg_filter{
    width: 100vw;
    height: 42vw;
    float: left;
    background-color: rgba(0,0,0,0.45);
}
.bmbw_text{
    width: 35vw;
    left: 5vw;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bmbwt_author{
    width: 100%;
    font-size: 1.3em;
    font-weight: 700;
    float: left;
    color: white;
}
.bmbwt_title{
    width: 100%;
    float: left;
    margin-top: 0.3em;
    font-size: 4em;
    font-weight: 700;
    float: left;
    color: white;
}
.bmbwt_button{
    margin-top: 1em;
    font-size: 1em;
    background-color: #0E08FF;
    padding: 1em 2.2em;
    line-height: 1em;
    transition: all 0.5s;
    color: white;
    border: 0.1em solid #0E08FF;
    font-weight: 700;
    float: left;
}
.bmbwt_button:hover{
    background-color: white;
    color: #0E08FF;
}
.bmb_menu{
    right: 5vw;
    width: 13vw;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bmbm_item{
    width: 100%;
    margin-bottom: 1.8vw;
    font-weight: 700;
    color: grey;
    font-size: 1.2em;
    padding-bottom: 1em;
    transition: all 0.5s;
    border-bottom: 0.2em solid grey;
}
.bmbm_item_highlight{
    color: white;
    border-bottom: 0.2em solid white;
}
.bmbm_item:hover{
    color: white;
    border-bottom: 0.2em solid white;
}
.blog_content{
    width: 81vw;
    display: flex;
    padding-left: 10vw;
    padding-right: 10vw;
    float: left;
    position: relative;
    padding-top: 3vw;
    padding-bottom: 3vw;
    flex-wrap: wrap
}
.blog_card{
    width: 23vw;
    -webkit-box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 4vw;
    float: left;
}
.bc_img{
    width: 23vw;
    float: left;
    height: 10vw;
    background-position: center;
    background-size: cover;
}
.bc_title{
    width: 20vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    float: left;
    font-size: 1.5vw;
    color: #0E08FF;
    font-weight: 700;
    margin-top: 1vw;
}
.bc_content{
    text-align: justify;
    width: 20vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    float: left;
    font-size: 0.9vw;
    font-weight: 300;
}
.bc_button{
    width: 7vw;
    text-align: center;
    background-color: #0E08FF;
    font-size: 0.8vw;
    margin-left: 1.5vw;
    margin-bottom: 1vw;
    margin-top: 0.9vw;
    color: white;
    float: left;
    font-weight: 700;
    height: 2vw;
    border: 0.1vw solid #0E08FF;
    line-height: 2.2vw;
    transition: all 0.5s;
}
.bc_button:hover{
    border: 0.1vw solid #0E08FF;
    background-color: white;
    color: #0E08FF;
}
.bc_nav{
    width: 100%;
    position: relative;
    float: left;
}
.bcn_l{
    text-align: left;
    left: 2vw;
    font-size: 0.8vw;
    color: #0E08FF;
    position: absolute;
    font-weight: 700;
}
.bcn_r{
    text-align: right;
    right: 2vw;
    position: absolute;
    font-size: 0.8vw;
    color: #0E08FF;
    font-weight: 700;
}
.blog_post{
    width: 80vw;
    float: left;
    margin-left: 10vw;
    margin-bottom: 2vw;
    margin-top: 6vw;
}
.bp_thumbnail{
    width: 80vw;
    height: 30vw;
    background-size: cover;
    background-position: center;
}
.bp_title{
    margin-top: 2vw;
    width: 80vw;
    float: left;
    text-align: center;
    font-size: 2vw;
    font-weight: 700;
    color: #0E08FF;
}
.bp_data{
    width: 80vw;
    float: left;
    text-align: center;
    font-size: 0.9vw;
    color: grey;
    margin-top: 0.5vw;
}
.bp_content{
    width: 80vw;
    float: left;
    font-weight: 300;
    font-size: 0.9vw;
}
.bp_tag_title{
    width: 80vw;
    float: left;
    margin-top: 1vw;
    font-size: 1vw;
    font-weight: 700;
    color: #0E08FF;
}
.bp_tags{
    width: 80vw;
    float: left;
    margin-top: 1vw;
    display: flex;
    flex-wrap: wrap;
}
.bp_tag{
    width: max-content;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
    background-color: #0E08FF;
    color: white;
    padding-top: 0.2vw;
    padding-bottom: 0.3vw;
    border-radius: 2vw;
    margin-right: 0.5vw;
    font-size: 0.7vw;
    font-weight: 700;
}
/*
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

*/






















































.mobile_only{
    display: none;
}



@media only screen and (max-width: 800px){
    .mobile_only{
        display: block;
    }
    .no_mobile{
        display: none;
    }
    header{
        width: 100vw;
        z-index: 4000;
        height: 35vw;
        -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
        background-color: white;
        position: fixed;
    }
    .h_whatsapp{
        width: max-content;
        right: 5vw;
        position: absolute;
        top: 50%;
        font-size: 1em;
        color: #0E08FF;
        font-weight: 700;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .h_logo{
        width: 25vw;
        height: max-content;
        z-index: 4001;
        position: absolute;
        top: 50%;
        left: 5vw;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .h_navbar{
        position: absolute;
        top: 50%;
        width: 100vw;
        justify-content: center;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: flex;
        display: none;
    }
    .h_n_navitem{
        color: #0E08FF;
        font-weight: 700;
        letter-spacing: 0.07em;
        font-size: 1.2em;
        margin-right: 1.5vw;
        margin-left: 1.5vw;
    }
    .imgmax{
        width: 100%;
    }
    .main{
        width: 100vw;
        float: left;
        position: relative;
    }
    .mainbanner{
        width: 100vw;
        height: 170vh;
        float: left;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .mb_content{
        width: 100vw;
        height: 170vh;
        float: left;
        position: relative;
        background-color: rgba(0,0,0,0.55);
    }
    .mb_contact{
        width: 90vw;
        height: 70vh;
        bottom: -2vw;
        right: 5vw;
        background-color: white;
        border-radius: 1vw;
        position: absolute;
    }
    .mbc_title{
        width: 80vw;
        float: left;
        margin-left: 5vw;
        margin-right: 5vw;
        margin-top: 5vw;
        font-size: 1.2em;
        font-weight: 700;
        color: #0E08FF;
    }
    .mbc_form input[type=submit]{
        width: 100% !important;
        border: none;
        font-weight: 700;
        padding-top: 0.4vw;
        padding-bottom: 0.4vw;
        font-weight: 700;
        text-align: center;
        background-color: #0E08FF;
        color: white;
        transition: all 0.5s;
        font-size: 0.9em !important;
    }
    .mbc_form input[type=submit]:hover{
        background-color: white;
        color: #0E08FF;
        font-size: 1.1vw !important;
    }
    .gform_wrapper ul.gform_fields li.gfield{
        padding-right: 0 !important;
    }
    .mbc_form{
        width: 80vw;
        float: left;
        font-size: 0.8em;
        margin-left: 5vw;
        margin-right: 5vw;
        margin-top: 1vw;
    }
    .mb_text{
        width: 80vw;
        left: none;
        position: static;
        top: none;
        -ms-transform: none;
        float: left;
        margin-top: 40vh;
        margin-left: 10vw;
        transform: none;
    }
    .mb_text_c{
        width: 80vw;
        float: left;
    }
    .mb_t_title{
        width: 100%;
        font-weight: 700;
        font-size: 1.9em;
        text-align: center;
        float: left;
        color: white;
        letter-spacing: 0.1em;
    }
    .mb_t_text{
        width: 100%;
        font-size: 1.5em;
        float: left;
        color: white;
        text-align: center;
        letter-spacing: 0.08em;
    }
    .nosotros{
        width: 100vw;
        float: left;
        margin-top: 10vw;
        margin-bottom: 10vw;
        display: flex;
        position: relative;
        justify-content: center;
    }
    .n_content{
        width: 80vw;
        display: flex;
        height: 170vw;
        position: relative;
        flex-wrap: wrap;
    }
    .n_img{
        height: 80vw;
        width: 80vw;
        margin-left: 0vw;
        position: relative;
        margin-right: 0vw;
    }
    .n_text{
        width: 80vw;
        position: relative;
        height: 80vw;
        margin-top: 10vw;
        margin-left: 0vw;
        margin-right: 0vw;
    }
    .n_img_c{
        width: 80vw;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .n_t_title{
        width: 100%;
        font-size: 2em;
        font-weight: 700;
        text-align: center;
        float: left;
        color: #0E08FF;
    }
    .n_t_text{
        margin-top: 1vw;
        width: 100%;
        float: left;
        font-size: 0.9em;
    }
    .n_text_c{
        width: 80vw;
        position: static;
        top: none;
        -ms-transform: none;
        transform: none;
    }
    .servicios{
        overflow: hidden;
        width: 100vw;
        float: left;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .servicio_block{
        width: 100vw;
        position: relative;
        height: 50vw;
        transition: all 1s;
    }
    .servicio_block2{
        width: 100vw;
        position: relative;
        height: 50vw;
        transition: all 1s;
    }
    .servicio_block:hover{
        z-index: 10;
        transform: scale(1);
    }
    .sb_c{
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }
    .sb_icon_c{
        width: 100%;
        margin-bottom: 1vw;
        float: left;
        display: flex;
        justify-content: center;
    }
    .sb_icon{
        width: 15vw;
    }
    .sb_text{
        float: left;
        width: 100%;
        text-align: center;
        font-size: 1.1em;
        font-weight: 700;
        color: white;
    }
    .servicio_big_block{
        width: 100vw;
        float: left;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .sbb_img{
        width: 100vw;
        height: 100vw;
        background-size: cover;
        background-position: center;
    }
    .sbb_content{
        width: 100vw;
        height: max-content;
        position: relative;
    }
    .sbb_c_c{
        width: 80vw;
        float: left;
        margin-left: 10vw;
        margin-top: 10vw;
        margin-bottom: 10vw;
        left: 0;
        position: static;
        top: none;
        -ms-transform: none;
        transform: none;
    }
    .sbb_c_title{
        width: 100%;
    }
    .sbb_c_t_text{
        width: 100%;
        font-weight: 700;
        font-size: 2em;
        float: left;
        color: white;
    }
    .sbb_c_t_icon{
        width: 3em;
        height: 3em;
        float: left;
        margin-top: 5vw;
        margin-left: 0vw;
    }
    .sbb_c_text{
        width: 100%;
        float: left;
        margin-top: 10vw;
        font-size: 1.2em;
        color: white;
    }
    .sbb_c_buttons{
        width: 100%;
        display: flex;
        float: left;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10vw;
    }
    .sbb_c_b_whatsapp{
        width: 80vw;
        height: 10vw;
        margin-right: 0vw;
        border: solid 0.15em white;
        border-radius: 1em;
        display: flex;
        justify-content: center;
    }
    .sbb_c_b_icon{
        width: 5vw;
        height: 5vw;
        margin-top: 2.3vw;
        margin-right: 5vw;
    }
    .sbb_c_b_text{
        width: max-content;
        font-size: 1em;
        margin-top: 0.55vw;
        color: white;
        font-weight: 700;
        line-height: 8vw;
    }
    .sbb_c_b_contacto{
        width: 80vw;
        margin-top: 5vw;
        height: 10vw;
        border: solid 0.15em white;
        border-radius: 1em;
        background-color: white;
        position: relative;
    }
    .sbb_c_b_text_c{
        width: 80vw;
        text-align: center;
        color: #0E08FF;
        line-height: 10vw;
        font-weight: 700;
        font-size: 1em;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .contacto{
        width: 100vw;
        float: left;
        height: max-content;
        position: relative;
        background-size: cover;
        background-position: center;
    }
    .c_map{
        width: 80vw;
        float: left;
        margin-left: 10vw;
        margin-top: 10vw;
        height: 90vw;
        left: 0;
        position: static;
        top: none;
        -ms-transform: none;
        transform: none;
    }
    .cmap1{
        width: 80vw;
        border-radius: 5vw;
        overflow: hidden;
        height: 40vw;
        margin-bottom: 10vw;
        float: left;
        margin-bottom: 2vw;
    }
    .cmap2{
        width: 80vw;
        border-radius: 5vw;
        overflow: hidden;
        height: 40vw;
        float: left;
    }
    .c_form{
        width: 90vw;
        height: max-content;
        float: left;
        padding-top: 5vw;
        padding-bottom: 5vw;
        margin-left: 5vw;
        margin-top: 10vw;
        margin-bottom: 10vw;
        border-radius: 5vw;
        background-color: white;
        right: 0;
        position: static;
        top: none;
        -ms-transform: none;
        transform: none;
    }
    .c_f_title{
        width: 100%;
        float: left;
        margin-top: 2vw;
        font-weight: 700;
        letter-spacing: 0.1vw;
        color: #0E08FF;
        font-size: 2em;
        text-align: center;
    }
    .c_f_text{
        width: 100%;
        float: left;
        margin-top: 1vw;
        font-size: 1.1em;
        text-align: center; 
    }
    .c_f_form{
        width: 90%;
        margin-left: 5%;
        float: left;
        margin-top: 1vw;
    }
    
    
    .c_f_form input[type=submit]{
        width: 100% !important;
        border: none;
        font-weight: 700;
        padding-top: 0.4vw;
        padding-bottom: 0.4vw;
        font-weight: 700;
        text-align: center;
        background-color: #0E08FF;
        color: white;
        transition: all 0.5s;
        font-size: 1em !important;
    }
    .c_f_form input[type=submit]:hover{
        background-color: white;
        color: #0E08FF;
        font-size: 1em !important;
    }
    
    footer{
        width: 100vw;
        float: left;
        background-color: #0E08FF;
        padding-top: 10vw;
        padding-bottom: 10vw;
        position: relative;
    }
    .f_pc{
        width: 100vw;
        float: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .f_p_block{
        width: 80vw;
        margin-left: 10vw;
        margin-right: 10vw;
        margin-bottom: 5vw;
    }
    .f_p_b_logo{
        width: 45vw;
        float: left;
    }
    .f_p_b_des{
        width: 90%;
        font-size: 1.2em;
        float: left;
        margin-top: 4vw;
        color: white;
    }
    .f_p_b_socials{
        width: 90%;
        float: left;
        margin-top: 5vw;
        display: flex;
    }
    .f_p_b_social{
        width: 7vw;
        height: 7vw;
        margin-right: 1vw;
    }
    .f_p_b_title{
        width: 90%;
        float: left;
        font-size: 1.2em;
        font-weight: 700;
        color: white;
    }
    .f_p_b_text{
        width: 90%;
        float: left;
        margin-top: 0.5vw;
        font-size: 0.9em;
        color: white;
    }
    .blog_main_banner{
        margin-top: 35vw; /* Header Margin */
        width: 100vw;
        height: 100vh;
        float: left;
        position: relative;
        overflow-x: hidden;
    }
    .bmb_windows{
        width: max-content;
        height: 100vh;
        float: left;
        transition: all 0.5s;
    }
    .bmb_window{
        width: 100vw;
        height: 100vh;
        position: relative;
        float: left;
    }
    .bmbw_bg{
        width: 100vw;
        height: 100vh;
        float: left;
        background-size: cover;
        background-position: center;
    }
    .bmbw_bg_filter{
        width: 100vw;
        height: 100vh;
        float: left;
        background-color: rgba(0,0,0,0.45);
    }
    .bmbw_text{
        width: 90vw;
        left: 5vw;
        position: absolute;
        top: 20vw;
        -ms-transform: none;
        transform: none;
    }
    .bmbwt_author{
        width: 100%;
        font-size: 1.1em;
        font-weight: 700;
        float: left;
        color: white;
    }
    .bmbwt_title{
        width: 100%;
        float: left;
        margin-top: 0.3em;
        font-size: 2.3em;
        font-weight: 700;
        float: left;
        color: white;
    }
    .bmbwt_button{
        margin-top: 1em;
        font-size: 1em;
        background-color: #0E08FF;
        padding: 1em 2.2em;
        line-height: 1em;
        transition: all 0.5s;
        color: white;
        border: 0.1em solid #0E08FF;
        font-weight: 700;
        float: left;
    }
    .bmbwt_button:hover{
        background-color: white;
        color: #0E08FF;
    }
    .bmb_menu{
        top: 130vw;
        right: 5vw;
        width: 90vw;
        position: absolute;
        -ms-transform: none;
        transform: none;
    }
    .bmbm_item{
        width: 100%;
        margin-bottom: 1.8vw;
        font-weight: 700;
        color: grey;
        font-size: 1.2em;
        padding-bottom: 1em;
        transition: all 0.5s;
        border-bottom: 0.2em solid grey;
    }
    .bmbm_item_highlight{
        color: white;
        border-bottom: 0.2em solid white;
    }
    .bmbm_item:hover{
        color: white;
        border-bottom: 0.2em solid white;
    }
    .blog_content{
        width: 80vw;
        display: flex;
        padding-left: 10vw;
        padding-right: 10vw;
        float: left;
        position: relative;
        padding-top: 10vw;
        padding-bottom: 10vw;
        flex-wrap: wrap
    }
    .blog_block{
        width: 80vw;
        -webkit-box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
        margin-left: 0vw;
        margin-right: 0vw;
        margin-bottom: 10vw;
        float: left;
    }
    .bb_img{
        width: 80vw;
        float: left;
        height: 35vw;
        background-position: center;
        background-size: cover;
    }
    .bb_titulo{
        width: 70vw;
        margin-left: 5vw;
        margin-right: 5vw;
        float: left;
        font-size: 1.5em;
        color: #0E08FF;
        font-weight: 700;
        margin-top: 5vw;
    }
    .bb_texto{
        text-align: justify;
        width: 70vw;
        margin-left: 5vw;
        margin-right: 5vw;
        float: left;
        font-size: 0.9em;
        font-weight: 300;
    }
    .bb_boton{
        width: 70vw;
        text-align: center;
        background-color: #0E08FF;
        font-size: 0.9em;
        margin-left: 5vw;
        margin-bottom: 5vw;
        margin-top: 5vw;
        color: white;
        float: left;
        font-weight: 700;
        height: 10vw;
        border: 0.1vw solid #0E08FF;
        line-height: 10vw;
        transition: all 0.5s;
    }
    .bb_boton:hover{
        border: 0.1vw solid #0E08FF;
        background-color: white;
        color: #0E08FF;
    }
    .blog_card{
        width: 80vw;
        -webkit-box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 28px -12px rgba(0,0,0,0.75);
        margin-left: 0vw;
        margin-right: 0vw;
        margin-bottom: 10vw;
        float: left;
    }
    .bc_img{
        width: 80vw;
        float: left;
        height: 35vw;
        background-position: center;
        background-size: cover;
    }
    .bc_title{
        width: 70vw;
        margin-left: 5vw;
        margin-right: 5vw;
        float: left;
        font-size: 1.5em;
        color: #0E08FF;
        font-weight: 700;
        margin-top: 5vw;
    }
    .bc_content{
        text-align: justify;
        width: 70vw;
        margin-left: 5vw;
        margin-right: 5vw;
        float: left;
        font-size: 0.9em;
        font-weight: 300;
    }
    .bc_button{
        width: 70vw;
        text-align: center;
        background-color: #0E08FF;
        font-size: 0.9em;
        margin-left: 5vw;
        margin-bottom: 5vw;
        margin-top: 5vw;
        color: white;
        float: left;
        font-weight: 700;
        height: 10vw;
        border: 0.1vw solid #0E08FF;
        line-height: 10vw;
        transition: all 0.5s;
    }
    .bc_button:hover{
        border: 0.1vw solid #0E08FF;
        background-color: white;
        color: #0E08FF;
    }
    .bc_nav{
        width: 100%;
        position: relative;
        float: left;
    }
    .bcn_l{
        text-align: left;
        left: 5vw;
        font-size: 0.8em;
        color: #0E08FF;
        position: absolute;
        font-weight: 700;
    }
    .bcn_r{
        text-align: right;
        right: 5vw;
        position: absolute;
        font-size: 0.8em;
        color: #0E08FF;
        font-weight: 700;
    }
    .blog_post{
        width: 80vw;
        float: left;
        margin-left: 10vw;
        margin-bottom: 10vw;
        margin-top: 45vw;
    }
    .bp_thumbnail{
        width: 80vw;
        height: 30vw;
        background-size: cover;
        background-position: center;
    }
    .bp_title{
        margin-top: 5vw;
        width: 80vw;
        float: left;
        text-align: center;
        font-size: 2em;
        font-weight: 700;
        color: #0E08FF;
    }
    .bp_data{
        width: 80vw;
        float: left;
        text-align: center;
        font-size: 0.9em;
        color: grey;
        margin-top: 2.5vw;
    }
    .bp_content{
        width: 80vw;
        float: left;
        font-weight: 300;
        font-size: 0.9em;
        margin-top: 5vw;
    }
    .bp_tag_title{
        width: 80vw;
        float: left;
        margin-top: 5vw;
        font-size: 1em;
        font-weight: 700;
        color: #0E08FF;
    }
    .bp_tags{
        width: 80vw;
        float: left;
        margin-top: 5vw;
        display: flex;
        flex-wrap: wrap;
    }
    .bp_tag{
        width: max-content;
        padding-left: 1.2em;
        padding-right: 1.2em;
        background-color: #0E08FF;
        color: white;
        padding-top: 0.2em;
        padding-bottom: 0.3em;
        border-radius: 2em;
        margin-right: 0.5em;
        font-size: 0.7em;
        font-weight: 700;
    }
    /*
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    
    */    

}