html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,800i&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(css/animate.min.css);
@import url(css/normalize.css);
@import url(css/icomoon.css);
@import url(css/font-awesome.min.css);
@import url(css/meanmenu.css);
@import url(css/owl.carousel.min.css);
@import url(css/swiper.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(css/jquery-ui.css);
@import url(css/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    /*-ms-transition: all .3s ease-in-out;*/
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    /*-ms-transition: all .3s ease-in-out;*/
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.logo-panotec img {
    max-width: 250px;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loader img {
        width: 280px;
    }


/*-- header area --*/


/*-- sidebar  navigation--*/

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #162e5b;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidepanel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #fff !important;
        display: block;
        transition: 0.3s;
    }

        .sidepanel a:hover {
            color: #0f98f8;
        }

    .sidepanel .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: none;
    margin-left: 16px;
}


/*--      end sidebar  navigation--*/

.logo {
    padding-top: 12px;
}

ul.conat_info li {
    display: inline-block;
    padding: 0 26px;
}

    ul.conat_info li a {
        color: #fff;
        display: inline-block;
        font-size: 30px;
    }

        ul.conat_info li a:hover {
            color: #fff;
        }

.right_bottun {
    float: right;
    display: flex;
    flex-wrap: wrap;
}

.header {
    width: 100%;
    padding: 30px 30px;
    background: #fff;
    position: absolute;
    z-index: 999;
}


/** banner section **/

.banner_main {
    /* background: url(../images/banner.png); */
    padding: 50px 0px 0px 0px;
    background-size: auto 78%;
    background-repeat: no-repeat;
    min-height: 539px;
    background-position: right top;
    background: linear-gradient(180deg, rgba(12,91,183,1) 0%, rgba(47,116,196,1) 32%, rgba(122,170,222,1) 100%);
}

.text-bg {
    margin-top: 70px;
    text-align: left;
    float: right;
    max-width: 430px;
    width: 100%;
}

    .text-bg h1 {
        color: #fff;
        font-size: 50px;
        line-height: 70px;
        padding-bottom: 45px;
        font-weight: bold;
    }

    .text-bg span {
        color: #222222;
        font-weight: 500;
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 30px;
        display: block;
    }

.ban_track {
    margin-top: 55px;
}

.banner_slide {
    padding: 0 80px;
}

.ban_track figure {
    margin: 0;
}

.transfot {
    text-align: left;
    background: #fff;
    border-radius: 20px;
    min-height: 525px;
    padding: 0px 38px;
    margin-bottom: 20px;
}

    .transfot span {
        color: #fff;
        font-size: 17px;
    }

    .transfot h3 {
        color: #132a51;
        font-size: 23px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 16px;
    }

.transfot_form {
    padding: 0 15px;
    height: 40px;
    margin-bottom: 2px;
    border: #fff solid 1px;
    font-size: 16px;
    background: #d9d9d9;
    width: 100%;
}

.get_now {
    max-width: 150px;
    width: 100%;
    padding: 6px 0;
    background: transparent;
    color: #132a51;
    font-size: 17px;
    border: solid 4px rgb(12,91,183);
    border-radius: 9px;
}

    .get_now:hover {
        background-color: #ddd;
    }

#banner1 .carousel-caption {
    position: inherit;
    padding: 0;
}

#banner1 .carousel-indicators {
    display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 45px;
    height: 45px;
    background: transparent;
    opacity: 1;
    font-size: 30px;
    color: #fff;
    border-radius: 40px;
    border: #fff solid 2px;
}

    #banner1 .carousel-control-prev:hover,
    #banner1 .carousel-control-next:hover,
    #banner1 .carousel-control-prev:focus,
    #banner1 .carousel-control-next:focus {
        background: #000;
        color: #fff;
    }

#banner1 a.carousel-control-prev {
    position: absolute;
    left: inherit;
    top: 35%;
    right: 16px;
}

#banner1 a.carousel-control-next {
    position: absolute;
    right: 16px;
    bottom: 10px;
    top: 50%;
}


/** end banner section **/

.titlepage h2 {
    font-size: 30px;
    color: #0a59b6;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 20px;
    background-color: transparent;
    color: #262626 !important;
    padding: 13px 0px;
    width: 100%;
    max-width: 198px;
    font-weight: 500;
    position: relative;
    display: block;
    line-height: 1px;
}

    .read_more::before {
        position: absolute;
        content: "";
        border-right: #262626 solid 80px;
        width: 200px;
        height: 1px;
        line-height: 1px;
    }


/** about section **/

.about {
    background-color: #ffffff;
    /*margin-top: -160px;*/
}

    .about .about_img figure {
        margin: 0;
    }

        .about .about_img figure img {
            width: 100%;
        }

    .about .titlepage p {
        padding: 30px 0px;
        color: #2a2a2c;
        font-size: 17px;
        line-height: 32px;
        font-weight: 400;
        display: inline-block;
    }


/** end about section **/


/** service section **/

.service {
    background-color: #f7f7f9;
    margin-top: 0px;
    padding: 20px 0;
}

    .service .titlepage {
        text-align: center;
        padding-bottom: 30px;
    }

        .service .titlepage p {
            color: #0c0202;
            font-size: 17px;
            line-height: 30px;
            padding-top: 20px;
        }

.service_main {
    display: flex;
    flex-wrap: wrap;
}

.service_box {
    text-align: center;
    width: 20%;
    margin-top: 30px !important;
}

    .service_box i {
        width: 181px;
        display: block;
        height: 181px;
        border-radius: 200px;
    }

        .service_box i img {
            text-align: center;
            /*padding-top: 33%;*/
        }

    .service_box h4 {
        color: #494949;
        font-size: 17px;
        margin-top: 25px;
        padding: 0;
        font-weight: 500;
    }

        .service_box h4:hover {
            color: #0f98f8;
        }

.blu_colo i {
    background-color: #0f98f8
}

.yell_colo i {
    background-color: #fed806
}

.yelldark_colo {
    margin: 0 50px;
}

    .yelldark_colo i {
        background-color: #fe7506
    }

.service .read_more {
    margin: 0 auto;
    padding-top: 70px;
}


/** end service section **/


/** vehicles section **/

.vehicles {
    background-color: #fff;
    padding: 70px 0 155px 0;
}

    .vehicles .titlepage {
        text-align: center;
        padding-bottom: 60px;
    }

        .vehicles .titlepage p {
            color: #0d0202;
            padding-top: 15px;
            text-align: center;
            margin: 0 50px;
            font-size: 17px;
            font-weight: 400;
        }

.vehicles_truck {
    background-color: #efedf0;
    transition: ease-in all 0.5s;
    width: 100%;
    border-radius: 25px;
    padding: 35px 0;
}

    .vehicles_truck:hover {
        background-color: #fff;
        transition: ease-in all 0.5s;
        box-shadow: 0 0 16px rgba(22, 22, 23, 15%)
    }

    .vehicles_truck figure {
        margin: 0;
    }

.blac_co {
    color: #000;
    font-size: 25px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 34px;
}

.vehicles .read_more {
    margin-top: 0px;
    margin: 0 auto;
}

#veh .carousel-caption {
    position: inherit;
    padding: 0;
}

#veh .carousel-indicators {
    display: none;
}

#veh .carousel-control-prev,
#veh .carousel-control-next {
    width: 50px;
    height: 50px;
    background: #efedf0;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 5px;
    top: 111%;
    z-index: 9999;
}

    #veh .carousel-control-prev:hover,
    #veh .carousel-control-next:hover,
    #veh .carousel-control-prev:focus,
    #veh .carousel-control-next:focus {
        background: #0f98f8;
        color: #fff;
    }

#veh a.carousel-control-prev {
    position: absolute;
    left: 46%;
}

#veh a.carousel-control-next {
    position: absolute;
    right: 46%;
    bottom: 10px;
}

.vehicles .read_more {
    margin: 0 auto;
    padding-top: 150px;
}


/** end vehicles section **/


/** testimonial section **/

.testimonial {
    padding: 90px 0 90px 0;
    background-color: #0f98f8;
    border-radius: 50px;
}

    .testimonial .titlepage {
        text-align: center;
        padding-bottom: 60px;
    }

        .testimonial .titlepage h2 {
            color: #fff;
        }

        .testimonial .titlepage p {
            color: #fff;
            font-size: 17px;
            line-height: 24px;
            font-weight: 500;
            padding-top: 20px;
        }

.testimonial_box h3 {
    color: #fff;
    font-size: 25px;
    line-height: 36px;
    font-weight: 600;
    padding-top: 26px;
    text-align: left;
    padding-left: 20px;
    display: table-cell;
}

.testimonial_box p {
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    padding-top: 30px;
    display: inline-block;
    text-align: left;
    font-weight: 400;
}

.kisu {
    font-size: 17px;
}

.testimonial_Carousel .carousel-caption {
    position: inherit;
    padding: 0;
}

.testimonial_box figure {
    margin: 0;
    float: left;
}

#myCarousel .carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background: #efedf0;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 5px;
    z-index: 9999;
}

    #myCarousel .carousel-control-prev:hover,
    #myCarousel .carousel-control-next:hover,
    #myCarousel .carousel-control-prev:focus,
    #myCarousel .carousel-control-next:focus {
        color: #0f98f8;
    }

#myCarousel a.carousel-control-prev {
    position: absolute;
    left: inherit;
    right: -5%;
    top: 32%;
}

#myCarousel a.carousel-control-next {
    position: absolute;
    right: -5%;
    bottom: 10px;
    top: 52%;
}

.testimonial .read_more::before {
    border-right: #fff solid 80px;
}

.testimonial .read_more {
    position: relative;
    color: #fff !important;
    margin-top: 50px;
    padding-left: 15px;
}


/** end testimonial section **/


/** choose section **/

.choose {
    background-color: #fff;
    padding-top: 90px;
}

    .choose .titlepage {
        text-align: center;
        padding-bottom: 60px;
    }

.choose_box i {
    float: left;
    padding-right: 20px;
}

.choose_box h3 {
    /*padding-top: 46px;*/
    color: #202121;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.choose_box p {
    display: inline-block;
    color: #202121;
    font-size: 17px;
    line-height: 30px;
    /*padding: 10px 0 70px 0;*/
}


/** end choose section **/


/** contact section **/

.contact {
    background: #fff;
    padding-top: 90px;
}

    .contact .titlepage {
        text-align: left;
        padding-bottom: 60px;
    }

.main_form {
    background: #fff;
    border-radius: 20px;
    max-width: 426px;
    width: 100%;
    float: right;
}

    .main_form .contactus {
        border: #cce9fe solid 1px;
        border-radius: 10px;
        margin-bottom: 25px;
        width: 100%;
        height: 60px;
        background: transparent;
        color: #8f8d8d;
        font-size: 18px;
        font-weight: normal;
        padding: 0 15px;
    }

    .main_form .contactusmess {
        border: #cce9fe solid 1px;
        border-radius: 10px;
        padding: 0 15px;
        margin-bottom: 25px;
        width: 100%;
        padding-top: 9px;
        padding-bottom: 14px;
        background: transparent;
        color: #8f8d8d;
        font-size: 18px;
        font-weight: normal;
        height: 168px;
    }

.send_btn {
    background: #0f98f8;
    font-weight: 500;
    font-size: 18px;
    width: 198px;
    color: #fff;
    height: 57px;
    margin-top: 20px !important;
    transition: ease-in all 0.5s;
    text-transform: uppercase;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
}

    .send_btn:hover {
        background: #202121;
        transition: ease-in all 0.5s;
    }

#request *::placeholder {
    color: #959596;
    opacity: 1;
}

.co_tru {
    padding-right: 50px;
}

    .co_tru figure {
        margin: 0;
    }

        .co_tru figure img {
            width: 100%;
        }


/** end contact section **/


/** footer **/

.footer {
    background: #f7f7f9;
    margin-top: 90px;
    padding-top: 90px;
    text-align: center;
}

ul.location_icon {
    padding-top: 12px;
}

    ul.location_icon li {
        font-size: 21px;
        line-height: 30px;
        color: #353535;
        text-align: left;
        padding-bottom: 35px;
        float: left;
        display: flex;
        align-items: center;
    }

        ul.location_icon li a {
            font-size: 40px;
            color: #0f98f8;
            line-height: 40px;
            padding-right: 16px;
            float: left;
        }

            ul.location_icon li a:hover {
                color: #353535;
            }

.map {
    margin-right: -50px;
}

    .map figure {
        margin: 0;
    }

        .map figure img {
            width: 100%;
        }

.bottom_form {
    margin-top: 50px;
    float: left;
    width: 100%;
}

    .bottom_form h3 {
        font-weight: 600;
        font-size: 20px;
        text-align: left;
        color: #353535;
        padding-bottom: 15px;
    }

    .bottom_form .enter {
        border: inherit;
        padding: 0px 19px;
        width: 66%;
        height: 49px;
        background: #fff;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        float: left;
    }

.sub_btn {
    font-size: 16px;
    transition: ease-in all 0.5s;
    background-color: #0f98f8;
    color: #fff;
    padding: 10px 0px;
    max-width: 105px;
    width: 100%;
    display: block;
    font-weight: 600;
    margin-left: 0px;
}

    .sub_btn:hover {
        background-color: #000;
        transition: ease-in all 0.5s;
        color: #fff;
    }

.copyright {
    background-color: #0f98f8;
    margin-top: 70px;
    padding: 20px 0;
}

    .copyright p {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        padding-top: 0px;
        font-weight: normal;
        padding-right: 0 !important;
    }

    .copyright a {
        color: #fff;
    }

        .copyright a:hover {
            color: #000;
        }


/** end footer **/

.btn-menu-principal {
    max-width: 100%;
    width: 100%;
    padding: 8px 13px 15px 13px;
    background: #0858b6;
    border-radius: 15px;
    color: #fff;
    font-size: 22px;
    line-height: 0;
}

.btn-menu-informe {
    max-width: 100%;
    width: 100%;
    padding: 8px 13px 15px 13px;
    /*background: #0858b6;*/
    /*border-radius: 15px;*/
    color: #333;
    font-size: 22px;
    line-height: 0;
}

.text-sub-menu {
    font-size: 18px !important;
    line-height: 1;
    padding: 8px 10px 15px 10px;
}

.text-menu-btn {
    font-size: 18px !important;
    line-height: 0;
    padding: 10px 10px 10px 10px;
}

.text-sub-menu-informe {
    font-size: 12px !important;
    line-height: 0;
}

.text-sub-menu-btn {
    font-size: 12px !important;
    line-height: 0;
}

.imagen-wsp {
    max-width: 30px;
    height: auto;
}

.bg-portada {
    margin-left: -255px;
    margin-top: -10px;
}

    .bg-portada .imagen-portada {
        width: 712px;
        max-width: 800px;
    }

    .bg-portada .imagen-portada-2 {
        width: 619px;
        max-width: 800px;
    }

.posicion-boton-envio {
    position: relative;
    bottom: 10%;
    margin-top: 10%;
}

.bg-portada-barra {
    background: #0858b6;
    height: 8px;
    margin-top: -16px;
}

.video-bienvenida {
}

    .video-bienvenida img {
        max-width: 100%;
        margin-top: 42px;
    }

.imagen-clientes {
    max-width: 100% !important;
}

.contenido-prguntas {
    border: solid 4px #0a59b6;
    border-radius: 20px;
    padding: 20px;
}

.social-icons li {
    display: inline-block !important;
    margin: -1px 3px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

.scrollup {
    position: fixed;
    padding: 10px 15px 10px 15px;
    border-radius: 6px;
    bottom: 12px;
    right: 17px;
    z-index: 100;
    border: solid 2px #fff;
    color: #fff;
}

.scrollup:hover {
    border: solid 2px #000;
    color: #000;
}

.accordion-item {
    background-color: #fff;
    border: 2px solid rgb(10 89 182);
    border-radius: 12px;
    margin-bottom: 22px;
}

    .accordion-item:last-of-type {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .accordion-item:first-of-type {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }



.accordion-button {
    border-radius: 12px !important;
}



.accordion-item:not(:first-of-type) {
    border-top: solid 2px rgb(10 89 182) !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.secion-video img {
    max-width: 100%;
}

.navbar-nav {
    display: flex;
    align-items: center;
    height: 100%;
}

    .navbar-nav li {
        margin: 10px 20px;
    }

.nav-item {
    display: flex;
    align-items: center;
}

    .nav-item h1, h2, h3, h4, h5, h6 {
        padding: 0 0 0 0;
    }

.nav-link {
    color: #000;
    text-decoration: none;
    padding: 0.5rem;
}

.bg-aviso-inicio {
    background: #162e5b;
    margin-top: -20px;
    padding: 15px 10px 1px 10px;
}

    .bg-aviso-inicio h1 {
        color: #fff;
    }

.bg-seccion-inicio .row {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.text-doc-propiedad {
    width: 60%;
}

.text-no-tengo {
    width: 38%;
}

@media only screen and (max-width: 1125px) {
    .bg-aviso-inicio h1 {
        font-size: 18px;
    }

    .text-doc-propiedad {
        width: 100%;
    }

    .text-no-tengo {
        width: 100%;
    }

    .banner_main {
        padding: 100px 0px 0px 0px;
        min-height: 639px;
    }
}

@media only screen and (max-width: 991px) {
    .bg-aviso-inicio h1 {
        font-size: 18px;
    }

    .text-doc-propiedad {
        width: 100%;
    }

    .text-no-tengo {
        width: 100%;
    }

    .banner_main {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .bg-aviso-inicio h1 {
        font-size: 14px;
    }

    .text-bg h1 {
        font-size: 27px;
        line-height: 34px;
    }

    .banner_main {
        padding: 0px 0px 0px 0px;
    }

    .banner_slide {
        padding: 0 0;
    }

    .text-doc-propiedad {
        width: 100%;
    }

    .text-no-tengo {
        width: 100%;
    }

    .bg-portada .imagen-portada {
        width: 47%;
        margin-left: 242px;
        margin-top: -31px;
    }
    .bg-portada .imagen-portada-2 {
        width: 47%;
        margin-left: 242px;
        margin-top: -31px;
    }
    .text-bg {
        margin-top: 14px;
        text-align: center;
    }
}

.menu-navegacion-personalizado {
    display: block;
}
.menu-navegacion-personalizado-movil {
    display: none;
}
@media only screen and (max-width: 640px) {
    

    .secion-video img {
        max-height: 250px;
    }

    figure.gallery-item h2 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .menu-navegacion-personalizado {
        display: none;
    }
    .menu-navegacion-personalizado-movil {
        display: block;
    }
   

}

@media only screen and (max-width: 479px) {
    .bg-aviso-inicio h1 {
        font-size: 12px;
    }

    .logo-panotec img {
        max-width: 150px;
    }
}

.video-gallery figure {
    position: relative;
    float: left;
    text-align: center;
    cursor: pointer;
}

    .video-gallery figure figcaption,
    .video-gallery figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .video-gallery figure figcaption > a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0;
        }

figure.gallery-item {
    background: transparent;
    border-radius: 20px;
}

    figure.gallery-item:hover img {
        opacity: 0.4;
    }


    figure.gallery-item h2 {
        position: relative;
        overflow: hidden;
        padding: 0.5em 0;
    }

        figure.gallery-item h2::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

    figure.gallery-item:hover h2::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

@media screen and (max-width: 50em) {
    .video-gallery figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

.tamanio-video-1 {
    width: 100%;
    margin-bottom: 40px;
}

.tamanio-video-2 {
    width: 100%;
    margin-top: -96px;
    margin-bottom: 40px;
}


/* STYLE B */

.checkbox.style-b {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox.style-b input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .checkbox.style-b input:checked ~ .checkbox__checkmark {
            background-color: #fff;
        }

            .checkbox.style-b input:checked ~ .checkbox__checkmark:after {
                opacity: 1;
            }

    .checkbox.style-b:hover input ~ .checkbox__checkmark {
        background-color: #eee;
    }

    .checkbox.style-b:hover input:checked ~ .checkbox__checkmark {
        background-color: #fff;
    }

    .checkbox.style-b .checkbox__checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 2px solid #333;
        transition: background-color 0.25s ease;
        border-radius: 4px;
    }

        .checkbox.style-b .checkbox__checkmark:after {
            content: "";
            position: absolute;
            left: 5px;
            top: 1px;
            width: 5px;
            height: 10px;
            border: solid #333;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            opacity: 0;
            transition: opacity 0.25s ease;
        }

    .checkbox.style-b .checkbox__body {
        color: #333;
        line-height: 1.4;
        font-size: 16px;
    }

.cabecera-modal {
    background: linear-gradient(180deg, rgba(12,91,183,1) 0%, rgba(47,116,196,1) 32%, rgba(122,170,222,1) 100%);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.contenido-modal {
    border: solid 2px #0a59b6;
    border-radius: 20px;
}

.boton-cerrer-modal {
    position: absolute;
    right: 16px;
    top: 16px;
    color: #fff;
    outline: none;
}

.dias-imagen {
    max-width: 100px;
}

.dias-texto {
font-size:11px;
}

.texto-poppup-titulo {
   color: #162e5b;
}
.texto-poppup-detalle {
    font-size: 12px;
    line-height: 1.2;
}

.video-puppup {
    border: solid 2px #0a59b6;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .dias-imagen {
        max-width: 60px;
    }
    .dias-texto {
        font-size: 7px;
    }
}