body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
h2{
    margin: 15px;
}
a{
    text-decoration: none;
    cursor: pointer;
}
#top{
    width: 100%;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-image: linear-gradient(to bottom, rgba(0, 27, 58,.5), rgba(0, 27, 58,0));
}
#top > div{
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
#top .logo img{
    width: 200px;
}
#top #close-menu{
    display: none;
}
#top .menu .toggle{
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 99999;
}
#top .menu .toggle span{
    width: 29px;
    height: 2px;
    background: #fff;
    display: flex;
    margin: 5px 0;
    border-radius: 50px;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
#top .menu ul{
    display: flex;
    gap: 25px;
    margin: 0;
}
#top .menu ul li{
    position: relative;
    padding: 10px 0;
}
#top .menu ul li a{
    font-weight: 300;
    font-size: 16px;
}
#top .menu ul li a, #top .menu ul li i{
    color: #fff;
    transition: all .3s ease;
    text-shadow: 0px 0px 4px #000;
}
#top .menu ul li a, #top .menu ul li:hover i{
    transform: rotateZ(180deg);
}
#top .menu ul li .submenu .back{
    display: none;
}
#top .menu ul li .submenu{
    display: block;
    background: rgba(0, 27, 58,.8);
    padding: 20px;
    position: absolute;
    text-align: center;
    top: -180px;
    width: 200px;
    left: -40px;
    transition: all .3s ease;
    opacity: 0;
}
#top .menu ul li:hover .submenu{
    display: block;
    top: 40px;
    opacity: 1;
}
#top .menu ul li .submenu li{
    margin: 15px 0;
}
#top .redes-sociales.mobile{
    display: none;
}
#top .redes-sociales i{
    color: #fff;
    margin: 0 5px;
    text-align: right;
    font-size: 14px;
}
#banner{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#banner .img-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    width: 100%;
    height: 100%;
    background: #000;
}
#banner .img-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}
#banner .tittle-banner{
    text-align: center;
    color: #fff !important;
    text-shadow: 2px 2px 8px #000;
}
#banner .tittle-banner h1{
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}
#banner .tittle-banner h2{
    font-size: 24px;
}
#banner .tittle-banner p{
    font-size: 17px;
}
#banner .tittle-banner h1, #banner .tittle-banner h2, #banner .tittle-banner p{
    color: #fff;
}
.carousel{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.carousel p{
    font-size: 16px;
}
.carousel img{
    transform: translateY(20px);
    transition: all .5s ease;
}
.carousel .item:hover img{
    transform: translateY(0);
}
.carousel .txt-carousel{
    background: #fff;
    height: 20px;
    overflow: hidden;
}
.carousel {
    display: flex;
}
.carousel .contenedor-carousel{
    width: 87.5%;
}
.carousel .ver-mas{
    width: 12.3%;
}
.carousel .ver-mas img{
    width: 100%;
}
#carousel{
    width: 100%;
}
.owl-carousel.owl-drag .owl-item {
    padding: 0 1px;
    opacity: .8;
    box-sizing: border-box;
}
.ver-mas {
    padding: 0 2px;
    opacity: 1;
    box-sizing: border-box;
}
.owl-carousel.owl-drag .owl-item:hover {
    opacity: 1;
}
#form_banner {
    position: fixed;
    top: 6px;
    right: 6px;
    z-index: 99999;
    font-size: 11px;
    background-color: rgba(255,255,255,.5);
    display: none;
}
#form_banner > label{
    display: flex;
}
#form_banner select {
    background-color: transparent;
    border-width: 0px;
}
#form_banner select > option:checked {
    color:#001B3A;
    font-weight: bold;
}
#ulp-tab-AHAXwdqJprZE6W3F{
    background: #0b5394 !important;
    height: 55px !important;
    width: 55px !important;
    right: 15px !important;
}
#ulp-tab-AHAXwdqJprZE6W3F .ulp-tab-content{
    color: #fff !important;
    line-height: 55px !important;
}
#ulp-layer-957{
    background: rgba(11, 83, 148, .9) !important;
    border-radius: 0;
}
.ulp-window-middle-right{
    right: 0 !important;
}
.close-contact span{
    width: 29px;
    height: 2px;
    background: #fff;
    display: flex;
}
.close-contact span:nth-last-child(1){
    transform: rotate(-45deg);
}
.close-contact span:nth-last-child(2){
    transform: rotate(45deg) translate(1px, 1px);
}
#dfd-grad-bg-62e91f920d6dd{
    background-size: cover !important;
    background-position: center !important;
}
.vc_custom_1551397351445{
    padding-top: 100px !important;
    background: rgba(11, 83, 148, .3) !important;
    text-shadow: 2px 2px 8px #000;
}
.btn-home-bg{
	background-color: #008bbb;
	border: 1px solid #008bbb;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 13px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight:400;
	letter-spacing: 1px;
}
.btn-home-bg:hover,
.btn-home-bg:focus{
	background:#fff;
	border-color: #fff;
	color:#008bbb;
	outline:0;
}
.btn-home-bg-2{
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #008bbb;
	font-size: 15px;
	padding: 13px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight:400;
	letter-spacing: 1px;
}
.btn-home-bg-2:hover,
.btn-home-bg-2:focus{
	background:#008bbb;
	border-color: #008bbb;
	color:#fff;
	outline:0;
}
@media only screen and (max-width: 1200px) {
    #top .menu ul{
        gap: 40px;
    }
}
@media only screen and (max-width: 900px) {
    #top .menu ul{
        gap: 30px;
    }
}
@media only screen and (max-width: 800px) {
    #top .menu ul{
        gap: 20px;
    }
}
@media only screen and (max-width: 600px) {
    h1{
        font-size: 40px !important;
    }
    h2{
        font-size: 20px;
    }
    #top .menu ul{
        gap: 10px;
    }
}
@media only screen and (max-width: 500px) {
    #top .logo img{
        width: 200px;
    }
}
@media screen and (max-width: 1000px){
    #top .menu .toggle{
        display: block;
    }
    #top .redes-sociales.mobile{
        display: block;
        margin-top: 100px
    }
    #top .redes-sociales{
        display: none;
    }
    #top .menu ul li .submenu .back{
        display: block;
    }
    #top .menu #menu-mobile{
        flex-direction: column;
        position: fixed;
        height: 100vh;
        min-height: fit-content;
        background: #0d1f26;
        padding: 110px 70px 50px;
        max-width: 300px;
        right: 0;
        top: 0;
        text-align: right;
        z-index: 9999;
        transform: translateX(100%);
        transition: all .3s ease;
        overflow: scroll;
    }
    #top #menu.navigation #menu-mobile{
        transform: translateX(0);
    }
    #top #menu.navigation .toggle span:nth-last-child(2){
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #top #menu.navigation .toggle span:nth-last-child(1){
        transform: rotate(-45deg) translate(0, -1px);
        transform-origin: 0% 100%;
    }
    #top #menu.navigation .toggle span:nth-last-child(3){
        transform: rotate(45deg) translate(-3px, -1px);
    }
    #top .menu ul li a, #top .menu ul li i{
        transform: rotateZ(-90deg) translateX(-2px);
    }
    #top .menu ul li a, #top .menu ul li:hover i{
        transform: rotateZ(-90deg) translateX(-2px);
    }
    #top .menu #menu-mobile .submenu{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999999;
        height: 100vh;
        min-height: fit-content;
        max-width: 300px;
        left: auto;
        width: 100%;
        padding: 100px 50px 50px;
        opacity: 1;
        transform: translateX(100%);
        background: #0b5394;
        overflow: scroll;
    }
    #top .menu #menu-mobile .submenu.nav-submenu{
        transform: translateX(0);
    }
    #top #menu.navigation #close-menu{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        background: rgba(0, 0, 0, .3);
        cursor: pointer;
    }
    .carousel .contenedor-carousel{
        width: 80.1%;
    }
    .carousel .ver-mas{
        width: 19.9%;
    }
}
@media screen and (max-width: 600px){
    .carousel .contenedor-carousel{
        width: 66.666%;
    }
    .carousel .ver-mas{
        width: 33.333%;
    }
}