html,
body {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #f67e06;
    font-weight: 400;
    margin: 0;
    padding: 20px 0 10px;
}

.btn {
    font-size: 13px;
    padding: 10px 5px;
    border: 0 none;
}

.btn-primary {
    background: #0fa8e2 !important;
}

.bg-deg-black {
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    padding: 11% 5.5% 0% 5.5%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.bg-deg-black div p {
    color: #fff;
    bottom: -500px;
}

/* Footer */
.footer {
    background: #f3f3f3;
    font-size: 13px;
    color: #000000;
}

.footer ul {
    list-style: none;
    font-size: 13px;
}

.footer ul li a:hover {
    color: #f67e06;
}

.footer .pleca {
    background: rgba(0, 0, 0, 0.3);
    height: 30px;
}

.li-img-center img {
    width: 90%;
    display: table;
    margin: 30px auto;
}

.nav-tabs .nav-item .nav-link {
    font-size: initial;
    background-color: #f3f3f3;
    color: black;
}

.nav-tabs .nav-item .nav-link:hover {
    color: #4da9e6;
}

.nav-tabs .nav-item .active {
    color: #f67e06;
}

/*  Overlay Images  */
.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 7px;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    height: 30%;
    width: 90%;
    top: 63%;
    border-radius: 5px;
    left: 13px;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all 0.3 ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
    height: 75%;
    top: 18%;
}

.content-image {
    width: 100%;
}

.content img {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.31);
    border-radius: 5px;
    width: 100%;
}

.content-title {
    padding: 1px;
    color: #fff;
    height: 100%;
    width: 90%;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 70%;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-text {
    color: #fff;
    font-size: 0.8em;
    position: absolute;
    text-align: justify;
    padding-left: 1em;
    padding-right: 1em;
    width: 90%;
    top: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-text {
    top: 65%;
    opacity: 1;
}

.content:hover .content-title {
    top: 25%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 60%;
}

@media (max-width: 992px) {
    .content .content-overlay {
        opacity: 1;
        height: 70%;
        top: 29%;
        width: 96%;
    }

    .content-title {
        top: 35%;
        opacity: 1;
    }

    .content-text {
        top: 70%;
        font-size: 1.05rem;
        margin: auto;
        padding: 2em;
        opacity: 1;
        left: 50%;
    }
}

/*  Overlay Images Full  */
.content-2 {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 7px;
    overflow: hidden;
}

.content-2 .content-overlay-2 {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.85)
    );
    position: absolute;
    height: 60%;
    width: 96%;
    top: 39%;
    border-radius: 5px;
    left: 8px;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all 0.3 ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.content-2:hover .content-overlay-2 {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    height: 98.5% !important;
    top: 1% !important;
}

.content-image-2 {
    width: 100%;
}

.content-2 img {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.31);
    border-radius: 5px;
    width: 100%;
}

.content-title-2 {
    padding: 1px;
    text-shadow: 1px 1px 2px black;
    color: #fff;
    height: 100%;
    width: 90%;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 35%;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-text-2 {
    color: #fff;
    font-size: 0.9em;
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 90%;
    top: 75%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-button-2 {
    color: #fff;
    font-size: 0.8em;
    position: absolute;
    text-align: justify;
    padding-left: 1em;
    padding-right: 1em;
    width: 90%;
    top: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-2:hover .content-text-2 {
    top: 60%;
    opacity: 1;
}

.content-2:hover .content-title-2 {
    top: 15%;
    opacity: 1;
}

.content-2:hover .content-button-2 {
    top: 88%;
    opacity: 1;
}

.content-2 .btn {
    max-width: 50% !important;
}

@media (max-width: 992px) {
    .content-2 .content-overlay-2 {
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.85)
        );
        opacity: 1;
        height: 197%;
        top: 1.5%;
        width: 96%;
    }

    .content-title-2 {
        top: 10%;
        opacity: 1;
        font-size: 1.9rem;
    }

    .content-text-2 {
        max-height: 40%;
        overflow: scroll;
        top: 60%;
        font-size: 0.84rem;
        margin: auto;
        padding: 2em;
        opacity: 1;
        left: 50%;
    }

    .content-2 .content-button-2 {
        top: 90%;
        opacity: 1;
    }
}

.fondo {
    position: absolute;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0fa8e2),
        to(#00ac79)
    );
    background-image: linear-gradient(-180deg, #0fa8e2, #00ac79);
    top: 25%;
    bottom: 0;
    width: 100%;
}

/*  Sección: Home-Clientes  */
.clientesLogoContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
}

.clientesLogoImg {
    width: 75% !important;
    height: auto;
    max-height: 95px;
    margin: 80px 0px;
}

.clientesBG {
    position: relative;
    background-image: linear-gradient(-180deg, #0fa8e2, #00ac79);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0fa8e2),
        to(#00ac79)
    );
}

.SliderClientesLeft {
    position: inline-block;
    margin: 0;
    margin-top: 150px;
    margin-bottom: 50px;
    width: 60%;
}

.SliderClientesRight {
    position: absolute;
    top: 100px;
    left: 45%;
    right: 0;
    padding: 0 0 30px 0;
    /* height: 75%; */
}


@media (max-width: 992px) {
    .clientesLogoImg {
        width: 85%;
    }

    .SliderClientesLeft {
        display: none;
    }

    .SliderClientesRight {
        position: initial;
        top: initial;
        left: initial;
        right: initial;
        padding: initial;
        width: 100%;
    }
}

.clientesBG .owlClientes {
    background: #fff;
    padding-bottom: 20px;
    position: relative;
}

.clientesBG .owl-nav {
    position: absolute;
    bottom: -45px !important;
    background: #fcac35;
    right: 0px;
    width: 200px;
    padding: 6px 0;
}

.clientesBG .owl-nav .owl-prev:hover,
.clientesBG .owl-nav .owl-next:hover {
    background: #fcac35 !important;
}

.clientesBG .owl-nav span {
    color: #fff;
    font-size: 1.5em;
    margin: 0px 20px;
}

@media (max-width: 992px) {
    .clientesBG .owl-nav {
        position: initial;
        bottom: initial;
        right: initial;
        left: 50%;
        width: 100%;
        padding: 6px 0;
    }
}

/*  Banner  */
.banner,
.banner-center {
    position: relative;
}

.banner img,
.banner-center img {
    width: 100%;
}

.banner h2 {
    position: absolute;
    color: #000000;
    top: 25%;
    left: 10%;
    width: 40%;
}

.banner .top-min h2 {
    position: absolute;
    color: #000000;
    top: 10%;
    left: 10%;
    width: 30%;
}

.banner p {
    position: absolute;
    color: #000000;
    text-align: justify;
    top: 33%;
    left: 10%;
    width: 40%;
}

.banner .top-min form {
    position: absolute;
    color: #000000;
    top: 50%;
    left: 10%;
    width: 40%;
}

.banner .btn-primary {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 10%;
    width: 35%;
}

.banner .formulario .btn-primary {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0.5%;
    width: 100%;
}

.banner-center h2 {
    position: absolute;
    color: #000000;
    text-align: center;
    top: 40%;
    width: 100%;
}

.banner-center .btn-primary {
    position: absolute;
    text-align: center;
    align-items: center;
    color: #fff;
    width: 15%;
    top: 55%;
    left: 42.5%;
    right: 42.5%;
}

.banner-center .logo-banner-center {
    z-index: 2;
    position: absolute;
    color: #fff;
    top: 20%;
    width: 8%;
    left: 46%;
    right: 46%;
}

@media (max-width: 992px) {
    .banner h2 {
        font-size: 1.15rem;
        top: 3%;
    }

    .banner .btn {
        font-size: 0.7rem;
        margin-top: 20px;
    }

    .banner .top-min h2 {
        font-size: 1.5rem;
        left: 15%;
        top: 2.5%;
    }

    .banner p {
        position: initial;
        text-align: justify;
        font-size: 0.95rem;
        margin: auto;
        padding: 10%;
        width: 100%;
    }

    .banner .top-min form {
        position: initial;
        margin: auto;
        width: 90%;
    }

    .banner-center h2 {
        font-size: 1.25rem;
        top: 35%;
    }

    .banner-center .btn-primary {
        font-size: 0.7rem;
        width: 20%;
        top: 65%;
        left: 40%;
        right: 40%;
    }

    .banner .formulario .btn-primary {
        position: initial;
        margin-bottom: 3%;
    }

    .banner-center .logo-banner-center {
        position: absolute;
        color: #fff;
        top: 10%;
        width: 12%;
        left: 44%;
        right: 44%;
    }
}

/* Carousel Indicators */
ol.carousel-indicators li {
    background-color: rgb(55, 55, 55);
    position: relative;
    bottom: 205px;
    display: inline-block;
    opacity: 1;
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    transition: all 0.25s ease;
}

ol.carousel-indicators li.active {
    background-color: #0fa8e2;
}

@media (max-width: 992px) {
    ol.carousel-indicators li {
        bottom: 285px;
        margin: 10px 0;
    }
}

/* Navbar */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.nav-item a {
    font-size: 10.3pt;
}
.navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(15, 168, 226, 0.85);
}
.dropdown-menu a:active {
    background-color: rgba(15, 168, 226, 0.85);
}
#menuHeader {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 0;
}
#submenuHeader {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: scroll;
    display: none;
}
#submenuHeader:hover {
    display: block;
}
.dropdown-item {
    padding: 4px;
    text-align: center;
    white-space: normal;
    padding: 8px 10px 8px 10px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > a::after {
    position: absolute;
    /* top: 1.2em;
    right: 5px; */
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.dropdown-item:hover + #submenuHeader {
    display: block;
    margin: 5px 0px;
    border: 1px solid #828282;
    border-top: initial;
}
.logo-menu {
    max-height: 88px;
    width: 130px;
    display: inline-block;
}
.logo-sfia {
    max-height: 100px;
    width: 120px;
    display: inline-block;
}

@media (min-width: 992px) {
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu > a::after {
        position: absolute;
        float: right;
        /* top: 1.2em;
        right: 5px; */
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    .dropdown-item:hover + #submenuHeader {
        margin: 0;
        display: initial;
    }
    #menuHeader {
        width: 100%;
    }
}

.plecaIzquierda {
    width: 100%;
    height: 50px;
    background: #fff;
    text-align: right;
}

.plecaNaranja {
    width: 300px;
    height: 50px;
    display: inline-block;
    background: #fcac35;
}

.plecaW60 {
    width: 60%;
    height: 50px;
}

.backgroundGrey {
    background: #f3f3f3;
}
