﻿/* landing */
.navbar {
    padding: 20px 50px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

    #fullpage .container,
    .navbar .container {
        max-width: 1600px !important;
    }

#fullpage .section .container-fluid {
    padding-top: 75px;
}

#fullpage .section a {
    color: #3F5364;
    font-weight: 400;
}

    #fullpage .section a:hover {
        text-decoration: none;
    }

@media (min-width: 768px ) {
    #fullpage .text-wrap {
        padding: 0px 50px;
    }
}

@media (max-width: 767px ) {
    #fullpage .section {
        padding: 50px 0px;
    }

    .navbar {
        padding: 10px;
        position: static;
        background: #00833e;
    }
}

#fullpage h1 {
    font-weight: 800;
    font-family: 'Dosis', sans-serif;
    font-size: 55px;
}

#fullpage #section0 {
    background: #fff;
    color: #3f5364;
}


#fullpage .alert {
    border-radius: 15px;
}

#fullpage .alert-warning {
    background: #f0c100;
    border: none;
}

#fullpage #section1 {
    background: #fff;
    color: #3f5364;
}

#fullpage #section2 {
    background: #444;
    color: #3f5364;
}

#fullpage .fp-bottom {
    text-align: center !important;
}

#fullpage .side-img img {
    position: absolute;
    bottom: 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #3f5364;
}

#footer {
    padding: 50px;
    background: #333333;
}

/* Colorea flechas de las slides */
.fp-controlArrow.fp-prev {
    border-right-color: #004b93 !important; /* ← color flecha “anterior” */
    /* opcional: tamaño/posición */
    border-width: 38px 34px 38px 0 !important;
    left: 25px !important;
    opacity: 1 !important;
}

.fp-controlArrow.fp-next {
    border-left-color: #004b93 !important; /* → color flecha “siguiente” */
    /* opcional: tamaño/posición */
    border-width: 38px 0 38px 34px !important;
    right: 25px !important;
    opacity: 1 !important;
}

/* (Opcional) hover un poco más oscuro */
.fp-controlArrow.fp-prev:hover {
    border-right-color: #003c77 !important;
}

.fp-controlArrow.fp-next:hover {
    border-left-color: #003c77 !important;
}
