/*

Theme Name: Royal Child

Template: royal

Author: AthenaStudio

Author URI: https://themeforest.net/user/athenastudio

Description: Royal is a clean and modern one page WordPress template built with Bootstrap framework. It is ultimate flexible with loads of nice options and features.

Version: 2.9

License: GNU General Public License version 3.0

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


/* General */
.navbar.floating .nav>li a {
    color: white;
}

.navbar.floating {
    background-color: rgba(39, 24, 55, 0.9);
}

.navbar:not(.floating) {
    background-color: rgba(39, 24, 55, 0.9);
    height: 100px;
    padding-top: 40px;
}

.logo-white,
.logo-dark {
    margin-top: -30px;
}

.slider-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 1000px;
    margin-bottom: 80px;
}

.slider-slide {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-slide .slide-text {
    position: absolute;
    top: 45%;
    width: 100%;
    padding: 0 10%;
}

.slider-slide .slide-text h2 {
    font-size: 55px;
}

.slider-slide.active {
    display: block;
}

@media only screen and (max-width: 600px) {
    .slider-slide .slide-text {
        top: 45%;
    }

    .slider-slide .slide-text h2 {
        font-size: 35px;
    }
}

/* Fin General */


/* Home */
#home-video .offsetTopX.offsetBottomX,
#home-video-2 .offsetTopX.offsetBottomX {
    padding: 0;
    width: 100%;
}

#filosofia .container img {
    width: 130px;
}

#intro>.container {
    width: 100%;
    padding: 0;
}

.portfolio-item.filter-servicios .details {
    color: #BE3658;
}

#portfolio-details {
    padding-bottom: 0;
}

#preguntas-frecuentes {
    background-color: #fafafa;
}

#quienes-somos.offsetTop.offsetBottom {
    padding-top: 0!important;
}

@media (max-width: 767px) {
    .navbar.floating {
        /* padding-top: 40px;
        padding-bottom: 30px; */
    }
    .navbar.floating .navbar-toggle .icon-bar {
        /* background-color: #fff; */
    }
    #quienes-somos.offsetTop.offsetBottom {
        padding-top: 50px !important;
    }
    .navbar.floating {
        display: none;
    }
}
/* Fin Home */