/**
* Template Name: Rapid - v2.0.0
* Template URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* OWN STYLES */
.col-color {
    background: #ffffff;
    height: 20vh;
    color: #243d3c;
}

.col-color h1 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight:300;
}
.col-color p {
    color: #ccc8c8;
}

.col-white {
    background: white;
}


.row-home-beneficios {
    background-image: url("../img/home-beneficios.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.btn-azul {
    background: #0A1251;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0.9;
    border-radius: 10px;
}

.btn-azul:hover {
    background: #5C92BE;
}

.btn-azul-secondary {
    background: #5C92BE;
    font-weight: bold;
    font-size: 22px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
    opacity: 0.9;
    border-radius: 8px;
}

.btn-azul-secondary:hover {
    background: #0A1251;
}

.titulo-h5-azul {
    color: #236AA7;
    font-weight: bold;
}

.texto-servicios {
    font-size: 13px;
}

.margen-top {
    margin-top: 20vh;
}

.btn-gris {
    background-color: #A8BBCD;
    color: #424141;
    border-radius: 12px;
    padding: 6px !important;
    font-size: 12px;
    font-weight: 600;
}

.modal-operativo {
    background-color: #17102E;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}

.modal-administrativo {
    background-color: #5C92BE;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}

.modal-sistemas {
    background-color: #333333;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}

.modal-titulo {
    font-weight: 300;
    font-size: large;
    letter-spacing: 6px;
}

.modal-texto {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

/* Inicio Section
--------------------------------*/


#inicio {
    padding: 20% 0;
    width: 100%;
    position: relative;
    color: #FFFFFF;

}

#inicio::before {
    background-image: url("../img/home-inicio.png");
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-position: center center;
}

.btn-inicio {
    background: #2396D2;
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 10px;
    letter-spacing: 2px;
}

.btn-inicio:hover {
    background: #1872a1;
    color: #FFFFFF;
}



@media (max-width: 480px) {
    #inicio {
        padding: 40% 0;
    }
}

#servicios {
    background-color: #2396D2;
}

#filosofia p {
    color: #4b4b4b;
}


/*--------------------------------------------------------------
# Contactanos
--------------------------------------------------------------*/

#contactanos {
    padding: 0 0 60px 0;
    font-size: 14px;
    background: #2396D2;
    color: #222222
}

#contactanos .contactanos-top {
    padding: 60px 0 30px 0;
    background: #ffffff;
    color: #222222
}

#contactanos .contactanos-top .contactanos-info {
    margin-bottom: 30px;
}

#contactanos h2 {
    font-family: 'Electrolize', sans-serif;
    color: #2396D2;
    line-height: 0.5em;
    font-weight: 400;

}

#contactanos h3 {
    font-size: 18px;
    font-family: 'Electrolize', sans-serif;
    color: #2396D2;
    font-weight: 400;

}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #ffffff;
    color: #F8F2F2;
    font-family:'Verdana';
}



a {
    color: #1bb1dc;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #0a98c0;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Verdana';
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #646263;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #1bb1dc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    padding: 0 0 10px 0;
    font-size: 14px;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    #topbar {
        display: none;
    }
}

#topbar .social-links {
    text-align: right;
}

#topbar .social-links a {
    color: #535074;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
}

#topbar .social-links a:hover {
    color: #1bb1dc;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 120px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 8px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #ffffff;
}

#header.header-scrolled, #header.header-pages {
    height: 120px;
    padding: 8px 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(94, 95, 97, 0.3);
}

#header.header-scrolled #topbar, #header.header-pages #topbar {
    display: none;
}

@media (max-width: 991px) {
    #header {
        height: 120px;
        padding: 15px 0;
    }
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
}

@media (max-width: 991px) {
    #header .logo h1 {
        font-size: 28px;
        padding: 8px 0;
    }
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 3px 0;
    max-height: 90px;
}

.main-pages {
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

.main-nav, .main-nav * {
    margin: 5px;
    padding: 0;
    list-style: none;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #6BAECF;
    padding: 18px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family:'Verdana';
    font-weight: bold;
    letter-spacing: 0;
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
    color: #10567c;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #065e77;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
    color: #46A2CF;
}

.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #FFFFFF;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #243D3C;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #243D3C;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 28px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;

}

.mobile-nav-toggle i {
    margin: 28px 18px 0 0;
    color: #243D3C;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: #2396D2;
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #FFFFFF;
}






/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
    font-size: 36px;
    color: #413e66;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #535074;
    width: 50%;
}

@media (max-width: 767px) {
    .section-header p {
        width: 100%;
    }
}

/* Section with background
--------------------------------*/


.content-block {
    height: 60vh;
    background: #46A2CF
}

.content-block-75 {
    height: 75vh;
    background: #46A2CF
}

.content-block-65 {
    height: 65vh;
    background: #46A2CF
}

.content-block-75-white {
    height: 75vh;
    background: #ffffff
}

.carousel-inner img {
    width: 100%;
    height: 400px;
}
/* Home
--------------------------------*/


#about h2 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
#about h3 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
}






/* Features Section
--------------------------------*/
#features {
    padding: 80px 0;
}

#features h4 {
    font-weight: 600;
    font-size: 24px;
}







@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
