﻿@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap');
/* Header 1 start */
.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(12, 35, 64, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(12, 35, 64, 1);
}

.logo-header-IN {
    width: 3vw;
}

nav div ul > li {
    font-size: 1.5rem;
    --bs-nav-link-color: rgb(12,35,65);
}
/* Header 1 end */

/* Header 2  START*/
/*Tamaño de iconos*/
#header2 div.row > div > img {
    width: 7vw;
    height: 7vh;
    margin-bottom: 2vh;
}

#header2 {
    display: none;
    margin-top: 1rem;
    position: relative;
    background-color: white;
    z-index: 2;
}

.overlay {
    position: fixed;
    top: 23vh;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12,35,65,0.5);
    display: none;
    z-index: 1;
}

.no-scroll {
    overflow: hidden;
}
/*header 2 END*/


/* Menu 1  START*/

/*Tamaño de iconos*/
#bar-servicios div.row > div > img {
    width: 7vw;
    height: 7vh;
}

/*Alinear texto*/
#bar-servicios div.row > div {
    text-align: center;
}

#bar-servicios div.row > div > p {
        margin-top: 2vh;
    }
/*menu 1 END*/

/* Menu 2 start */
.swiper-container {
    width: 70%;
}

.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    width: 18rem;
}
/*menu 2 end*/

/*ELEGIRNOS START*/
section#elegirnos div#row1.row > div > img,
section#elegirnos div#row2.row > div > img {
    width: calc(4vw + 4vh);
    margin-bottom: 1vh;
}

section#elegirnos div#row1.row > div:nth-child(1) > img {
    width: calc(5vw + 3vh);
    margin-bottom: 1vh;
}

section#elegirnos div#row1.row > div:nth-child(2) > img {
    width: calc(5vw + 5vh);
    margin-bottom: 1vh;margin-bottom: 1vh;
}

section#elegirnos div#row1.row > div:nth-child(3) > img {
    width: calc(4vw + 4vh);
    margin-bottom: 1vh;
}

section#elegirnos div#row1.row > div:nth-child(4) > img {
    width: calc(3vw + 2vh);
    margin-bottom: 1vh;
}
/*ELEGIRNOS END*/

/*foother start*/
footer {
    background-color: rgba(15,35,64);
}
/*tamaño icono*/ 
footer div > a img {
        width: calc(5vw + 5vh);
    }
/*color-profile defs los elementos p*/
footer#footerPrincipal .row,
footer#footerPrincipal .row > div > .row div > p a {
    color: white !important;
}
footer#footerPrincipal .row > div > .row div > p {
        margin-top: 0;
        margin-bottom: 0rem;
    }
 /*tamaño iconos*/
footer .row > div .row > div:nth-child(1) > img {
    width: calc(0.6vw + 0.6vh);
}
#redes div > a {
    color: white;
    font-size: 2rem;
}

/*alineacion defs contenido*/
footer .row div > .row {
    display: flex;
    justify-content: center;
}

/* Recursos textuales  start*/
.titulos {
    font-size: 2rem;
    color: rgb(12,35,65);
}
.Subtitulos {
    font-size: 1.5rem;
    color: rgb(12,35,65);
}
.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto 7vh auto;
}

/*Recursos textuales end*/

/*Importantres*/
p * {
    color: rgb(12,35,65);
}
body {
    font-family: 'Overpass', sans-serif !important;
    color: rgb(12,35,65) !important;
}