﻿/*---------------------------------------------------------------------------------

    Author: Luis Sislema
    Author URI: original http://bootexperts.com

-----------------------------------------------------------------------------------  */

/*Font awensome*/
b, strong {
    font-weight: bold;
    color: #003865;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: inherit;
    color: #003865;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*b, strong {
    font-weight: bold;
    color:white;
}*/

/*Iconos redes*/
ol, ul {
    list-style: none;
}
.icons li a .label {
    display: none;
}

.icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}

.icons li {
    position: relative;
    z-index: 1;
}

.icons li a {
    align-items: center;
    display: flex;
    justify-content: center;
}

.icons li a svg {
    display: block;
    position: relative;
}

.icons li a + svg {
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.icons li a .label {
    display: none;
}

#icons02 {
    font-size: 1.375em;
    gap: 1rem;
}

#icons02: not(: first-child) {
    margin-top: 2rem !important;
}

#icons02: not(: last-child) {
    margin-bottom: 2rem !important;
}

#icons02 li a {
    border-radius: 100%;
    height: 2em;
    width: 2em;
    transition: color 0.875s ease, background-color 0.875s ease, border-color 0.875s ease;
}

#icons02 li a svg {
    height: 60%;
    width: 60%;
    transition: fill 0.875s ease;
}

#icons02 a svg {
    fill: #FFFFFF;
}

#icons02 a {
    border: solid 1px #FFFFFF;
}

#icons02 a: hover {
    border-color: #96D3FF !important;
}

#icons02 a: hover svg {
    fill: #96D3FF !important;
}

#icons02 li a + svg {
    transition: fill 0.875s ease, stroke 0.875s ease;
}

#icons02.n01: hover {
    border-color: #0744E0 !important;
}

#icons02.n01: hover svg {
    fill: #0744E0 !important;
}

#icons02.n02: hover {
    border-color: #EB4F0C !important;
}

#icons02.n02: hover svg {
    fill: #EB4F0C !important;
}

#icons02.n03: hover {
    border-color: #29B307 !important;
}

#icons02.n03: hover svg {
    fill: #29B307 !important;
}

#icons02.n04: hover {
    border-color: #8000FF !important;
}

#icons02.n04: hover svg {
    fill: #8000FF !important;
}

#icons02.n05: hover {
    border-color: #11D6CA !important;
}

#icons02.n05: hover svg {
    fill: #11D6CA !important;
}

@media(max-width: 1920px) {
}

/*--Actualizacion Header*/
@media only screen and (min-width:0) and (max-width:950px) {
    .header-container .header {
        float: left;
        /*min-height: 110px;*/
        width: 100%;
        height: 58px;
        background: #0096FF;
    }
}

@media only screen and (min-width:951px) and (max-width:3000px) {
    .header-container .header {
        float: left;
        /*min-height: 110px;*/
        width: 100%;
        height: 100px;
        background: #0096FF;
    }
}

        .header-container .header .global-table {
            height: 100px;
        }

    .logo {
        margin: 0;
    }

        .logo a {
            color: hsl(0, 0%, 100%);
            display: inline-block;
            max-width: 100%;
        }

    .header-container .header .horizontal-menu .menu_inner nav > ul > li,
    .menu-item.megamenu_list {
        display: inline-block;
        position: relative;
    }

        .header-container .header .horizontal-menu .menu_inner nav > ul > li > a > span {
            color: var(--tsp-color-1);
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase;
        }

    .header-container .header .horizontal-menu .mega_main_menu_ul {
        text-align: right;
    }

    .header-container .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner nav > ul > li > a.item_link {
        position: relative;
    }

        .header-container .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner nav > ul > li > a.item_link .link_text {
            color: hsl(0, 0%, 100%);
            font-family: Montserrat, Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 50px;
            min-height: 50px;
            padding: 15px 15px 15px 22px;
            text-transform: uppercase;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

    .header-container .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner nav > ul > li.active > a.item_link .link_text {
        color: var(--tsp-color-1);
    }

    .header-container .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner nav > ul > li > a.item_link:after {
        border: medium none;
        color: hsl(0, 0%, 100%);
        content: "\f107";
        display: block;
        font-family: FontAwesome;
        font-size: 14px;
        margin: 0;
        position: absolute;
        right: 5px;
        top: -1px;
        width: auto;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header-container .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner nav > ul > li > a.item_link:last-child::after {
        content: "";
    }

    .header-container .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner nav > ul > li > a.item_link:hover:after,
    .header-container .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner nav > ul > li a.item_link:hover .link_text {
        color: var(--tsp-color-1);
    }


    a {
        color: white;
        text-decoration: underline;
    }


    #logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #logo-container > img {
            max-width: 50%;
            height: 150px;
        }
    /*Control img Slider*/
    #img-slider {
        /*display: flex;*/
        align-items: center;
        /*justify-content: center;*/
    }

    @media only screen and (min-width: 0px) and (max-width: 500px) {
        #img-slider > img {
            width: 100%;
            height: 380px;
        }
    }

    @media only screen and (min-width:501px) and (max-width:600px) {
        #img-slider > img {
            width: 100%;
            height: 400px;
        }
    }

    @media only screen and (min-width:601px) and (max-width:800px) {
        #img-slider > img {
            width: 100%;
            height: 430px;
        }
    }

    @media only screen and (min-width: 801px) and (max-width: 1000px) {
        #img-slider > img {
            width: 100%;
            height: 450px;
        }
    }

    @media only screen and (min-width: 1001px) and (max-width: 1200px) {
        #img-slider > img {
            width: 100%;
            height: 500px;
        }
    }

    @media only screen and (min-width: 1201px) and (max-width: 1500px) {
        #img-slider > img {
            width: 100%;
            height: 600px;
        }
    }

    @media only screen and (min-width: 1501px) and (max-width: 2000px) {
        #img-slider > img {
            width: 100%;
            height: 650px;
        }
    }

    @media only screen and (min-width: 2001px) and (max-width: 2500px) {
        #img-slider > img {
            width: 100%;
            height: 850px;
        }
    }
    /*Control Nav-slider*/
    .ls-bottom-nav-wrapper {
        display: none !important;
    }

    .slider .intro {
        font-size: 15px;
        position: relative;
        width: 500px;
        text-align: center;
        background-color: rgba(255,255,255,0.7);
        padding-top: 50px;
        padding-right: 0;
        padding-bottom: 50px;
        padding-left: 0;
    }

        .slider .intro h2 {
            font-size: 3.8em;
            line-height: 0.96em;
            font-weight: bold;
            text-shadow: 0 1px 0 #fff;
        }

            .slider .intro h2 span {
                display: block;
                font-size: 0.685em;
                line-height: 0.95em;
                font-weight: normal;
            }

        .slider .intro p {
            margin-top: 0.585em;
            font-size: 14px;
            line-height: normal;
            text-shadow: 0 1px 0 #fff;
        }

        .slider .intro .icon {
            position: absolute;
            top: -0.5em;
            left: 50%;
            display: block;
            margin-left: -0.5em;
            font-size: 3.2em;
            line-height: 1em;
        }

    .slider .buttons {
        margin-top: 1em;
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .slider .buttons .button {
            display: inline-block;
            vertical-align: top;
            padding: 0 0.61em !important;
            height: 2.44em;
            vertical-align: middle;
            margin: 0 1px;
            border-width: 3px;
            border-style: solid;
            font-size: 1.2em;
            line-height: 2.44em;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            white-space: nowrap;
            overflow: hidden;
        }

    .slider .prev,
    .slider .next {
        display: inline-block;
        vertical-align: top;
        width: 1.83em;
        height: 1.83em;
        margin: 0 1px;
        border-width: 3px;
        border-style: solid;
        font-size: 1.6em;
        line-height: 1.75em;
        color: #fff;
    }

        .slider .prev:hover,
        .slider .next:hover {
            background: #fff;
        }

    @media only screen and (max-width:1190px) {
        .slider .intro {
            margin-left: -50px !important;
        }
    }
    /*Fin Slider*/
    /*Control niveles encabezados*/
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 10px;
        font-family: 'Montserrat', sans-serif;
        color: #4c4c4c;
        font-weight: 700;
        /*font-size:35px;*/
    }


    .section-title h2 {
        font-size: 40px;
        font-weight: 700;
        /*margin: 0 0 60px !important;*/
        position: relative;
        text-align: center;
        width: 100%;
        color: #333;
    }

        .section-title h2 span {
            background: hsl(0, 0%, 100%) none repeat scroll 0 0;
            padding: 0 30px;
            position: relative;
            z-index: 1;
        }

        .section-title h2:before {
            background: hsl(0, 0%, 80%) none repeat scroll 0 0;
            content: "";
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            top: 50%;
            width: 100%;
        }


    .section-title h3 {
        font-size: 30px;
        font-weight: 700;
        margin: 0 0 60px !important;
        position: relative;
        text-align: center;
        width: 100%;
        color: #333;
    }

        .section-title h3:before {
            /*background: hsl(0, 0%, 80%) none repeat scroll 0 0;*/
            content: "";
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            top: 50%;
            width: 100%;
        }

        .section-title h3 span {
            background: hsl(0, 0%, 100%) none repeat scroll 0 0;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }


        .section-title h3 .cross-icon {
            bottom: -35px;
            display: block;
            height: 23px;
            left: 50%;
            margin-left: -16px;
            position: absolute;
            width: 32px;
        }


            .section-title h3 .cross-icon i {
                display: block;
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                width: 50%;
            }

                .section-title h3 .cross-icon i:after,
                .section-title h3 .cross-icon i:before {
                    background: var(--tsp-color-2) none repeat scroll 0 0;
                    content: "";
                    height: 2px;
                    left: 0;
                    position: absolute;
                    top: 11px;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    width: 22px;
                }

                .section-title h3 .cross-icon i:before {
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }
    /*Fin de encabezados*/
    /*Control NavBar/DropMenu*/

    .c-offcanvas {
        left: 0;
        padding: 1rem;
        overflow-y: scroll;
    }

    .js-offcanvas a {
        color: #337ab7;
        outline: 0;
    }

    .navbar {
        margin-bottom: 0px;
        background: white;
    }
    /* remove background colors  */
    .navbar-default,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        background-color: transparent;
        border-color: transparent;
        color: red;
        outline: 0;
        background: white;
    }

    @media (min-width: 768px) {
        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            /*background: white;*/
            color: red;
            font-size: 18px;
        }

        .navbar-nav {
            color: red;
        }
    }

    .pull-right > .dropdown-menu {
        right: 0;
        left: auto;
    }

    .dropup .caret,
    .navbar-fixed-bottom .dropdown .caret {
        border-top: 0;
        border-bottom: 4px solid #000000;
        content: "";
    }

    .dropup .dropdown-menu,
    .navbar-fixed-bottom .dropdown .dropdown-menu {
        top: auto;
        bottom: 100%;
        margin-bottom: 1px;
    }


    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropup .dropdown-submenu > .dropdown-menu {
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-bottom: -2px;
        -webkit-border-radius: 5px 5px 5px 0;
        -moz-border-radius: 5px 5px 5px 0;
        border-radius: 5px 5px 5px 0;
    }

    .dropdown-submenu > a:after {
        display: block;
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
        border-color: transparent;
        border-left-color: #cccccc;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


    .navbar .nav li.dropdown > a:hover .caret,
    .navbar .nav li.dropdown > a:focus .caret {
        border-top-color: #333333;
        border-bottom-color: #333333;
    }

    .navbar .nav li.dropdown.open > .dropdown-toggle,
    .navbar .nav li.dropdown.active > .dropdown-toggle,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle {
        color: #555555;
        background-color: #e5e5e5;
    }

    .navbar .nav li.dropdown > .dropdown-toggle .caret {
        border-top-color: #777777;
        border-bottom-color: #777777;
    }

    .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
        border-top-color: #555555;
        border-bottom-color: #555555;
    }

    .navbar .pull-right > li > .dropdown-menu,
    .navbar .nav > li > .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

        .navbar .pull-right > li > .dropdown-menu:before,
        .navbar .nav > li > .dropdown-menu.pull-right:before {
            right: 12px;
            left: auto;
        }

        .navbar .pull-right > li > .dropdown-menu:after,
        .navbar .nav > li > .dropdown-menu.pull-right:after {
            right: 13px;
            left: auto;
        }

        .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
        .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
            right: 100%;
            left: auto;
            margin-right: -1px;
            margin-left: 0;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

    /* Fin de Nav/Drops */