@import "/canal-institucional-y-constructoras/css/colores.css";
@import "/canal-institucional-y-constructoras/css/fuentes.css";


/* =============================================
* GENERAL
* ============================================== */
a {
    text-decoration: none;
}

.rtp-btn {
    display: inline-block;
    border-radius: 2rem;
    border: none;
    padding: .5rem 1rem;
    background: #009cde;
    color: #fff;
    transition: all ease .3s;
}
.rtp-btn:hover {
    background: #002554;
}

.rtp-btn-cerrar {
    background: #000;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 10px;
}
/* general */


/* =============================================
* NAVEGACION
* ============================================== */
.navbar-toggler {
    border: 1px solid #fff;
}
.navbar-toggler-icon {
    background-image: url(/canal-institucional-y-constructoras/images/menu-mobile.svg);
}

.dropdown-toggle {
    position: relative;
    padding-right: 20px !important;
}
.dropdown-toggle::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(/canal-institucional-y-constructoras/images/vineta-flecha.svg);
    position: absolute;
    right: 5px;
    bottom: 14px;
    transition: all ease .3s;
    transform: rotate(0deg);
}
.dropdown-toggle:hover::before {
    transform: rotate(90deg);
}



#rtp-nav {
    background: rgba(0, 37, 84, 0.9);
    padding: 20px 0;
}

#rtp-logo img {
    width: 126px;
}

.navbar-nav li:hover>.dropdown-menu {
    display: block;
}
.dropdown-toggle::after {
    display: none !important;
}
.nav-link {
    color: #fff;
}
.nav-link:focus, .nav-link:hover {
    color: #009cde;
}
/* navegacion */


/* =============================================
* FOOTER
* ============================================== */
footer {
    padding: 20px 0;
    background: #002554;
}
.footer-columna {
    padding: 0 2rem;
    margin-bottom: 3rem;
}
.footer-copy {
    border-top: 2px solid #00AFD7;
}
.footer-link {
    color: #fff;
    transition: all ease .3s;
}
.footer-link-titulo {
    font-size: 24px;
}
.footer-link-titulo svg {
    vertical-align: baseline !important;
}
.footer-link:hover {
    color: #009cde;
}
.footer-link svg {
    width: 14px;
    fill: #fff;
    vertical-align: text-bottom;
}
.footer-titulo {
    border-bottom: 1px solid #009cde;
}
/* footer */


/* =============================================
* SLIDER GENERAL
* ============================================== */
.swiper {
    width: 100%;
}

.swiper-button-next,.swiper-button-prev {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

.swiper-button-next:after,.swiper-button-prev:after {
    content: ""!important
}

.swiper-button-prev {
    background-image: url(/canal-institucional-y-constructoras/images/icono-flecha-anterior.svg)
}

.swiper-button-next {
    background-image: url(/canal-institucional-y-constructoras/images/icono-flecha-siguiente.svg)
}
/* slider general */


/* =============================================
* SECTORES 
* ============================================== */
.sector-boton {
    display: flex;
    position: relative;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.sector-boton-titulo {
    position: absolute;
    font-size: 20px;
}
.sector-boton-texto {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-family: 'rotoplas_light';
}



.sector-boton-constructoras {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 270px;
    padding: 27px;
}
.sector-boton-titulo-constructoras {
    font-size: 20px;
}
.sector-boton-texto-constructoras {
    font-size: 14px;
    font-family: 'rotoplas_light';
}
/* sectores */


/* =============================================
* PROYECTOS
* ============================================== */
.proyectos-nodo {
    color: #009cde;
    text-align: center;
}
.proyectos-nodo-titulo {
    color: #002554;
    text-align: start;
}
.proyectos-nodo-texto {
    text-align: start;
}



.proyectos-nodo {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.18);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-left: 0;
    padding-right: 0;
}

.c-gap-34 { column-gap: 34px; }
.gap-16 {
    gap: 16px;
}
.proyectos-nodo-texto {
    padding: 0 27px;
}

.proyectos-nodo .rtp-btn {
    background-color: transparent;
    color: #002554;
    border: solid 1px #002554;
    font-size: 18px;
    margin-bottom: 16px;
}
/* proyectos */


/* =============================================
* MODALES
* ============================================== */
.modal-header {
    border-bottom: none;
}

.contactanos-btn {
    background-color: #009CDE;
    color: white;
    border: none;
    text-decoration: none;
    max-width: 144px;
    font-size: 14px;
    border-radius: 8px;
    padding: 18px;
}

.contactanos-numbers {
    max-width: 160px;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .contactanos-numbers {
        max-width: 160px;
        margin-top: 0;
    }
}