/* COLORES */

.text-blue{
    color: #2297D4;
}

/* LETRAS */

.ff-LoraRegular{
    font-family: 'LoraRegular', sans-serif;
}
/* HEADER */

#header .header-nav-main nav > ul > li > a{
    font-size: 14px;
    font-family: 'PoppinsRegular', sans-serif;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
    color: black;
}


/* BANNER */

#banner h1{
    font-size: 6vw;
    line-height: 1.7;
    font-family: 'PoppinsBold', sans-serif;
}

.shadowed-text {
    position: relative;
    display: inline-block;
}

.shadowed-text::before {
    content: attr(data-text);
    position: absolute;
    top: -30px;
    left: 0;
    color: transparent;
    -webkit-text-stroke: 1px white;
    z-index: -1;
    transform: translate(15px, 0);

}

/* ABOUTUS */

#nosotros h3{
    font-family: 'LoraRegular', sans-serif;
}

#nosotros p{
    font-family: 'LoraRegular', sans-serif;
    color: black;
    font-size: 16px;
}


/* IDEAS */

#ideas .text-container div h3{
    font-family: 'PoppinsBold',sans-serif;
    color: #222529;
    font-size: 21px;
    margin-bottom: 10px;
}
#ideas .text-container div p{
    font-family: 'LoraRegular',sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 1.3;
}

#ideas .ideas-img{
    height: 43em;
}

/* PROYECTOS */

#proyectos a.btn:hover{
    background-color: black;
}

.diamonds > li:nth-child(7) {
    right: 121px;
}
.diamonds > li:nth-child(6) {
    right: 17px;
}

.diamonds > li:nth-child(4) {
    right: 174px;
}

.hover-color-blue, .hover-color-blue:hover{
    color:#2297d4;
}

/* SERVICIOS */

#servicios h3{
    margin-bottom: 10px;

}

#servicios .text-container{
    min-height: 7em;
}

.svg-fill-color-blue{
    fill: #2297D4;
}

#servicios a:hover{
    color: #2297D4;
}

#servicios h3{
    font-family: 'PoppinsBold',sans-serif;
    color: #222529;
    font-size: 21px;
}

#servicios .text-container p{
    font-size: 16px;
    color: black;
}
/* IMAGES */

.parallax {
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* FOOTER */

#footer{
    background-color: #07476A;
}

#footer{
    font-size: 16px;
}
/* PROJECT */

.svg-fill-color-darkblue{
    fill: #07476A;
}

.features-container h3{
    color: #2297D4;
    font-size: 23px;
    font-family: 'PoppinsBold', sans-serif;
}

.features-container ul {
    list-style-type: none;
    padding: 0;
    margin-left: 2em;
}
.features-container ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: black;
    font-family: LoraRegular,sans-serif;
    font-size: 16px;
}


.features-container ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    width: 10px;
    height: 7px;
    background-color: #07476A;
}

#proyecto p{
    font-size: 16px;
    font-family: LoraRegular,sans-serif;
    color: black;
}

#proyecto h2{
    font-size: 49px;
    font-family: PoppinsBold,sans-serif;
    color: black;
}

.border-color-blue{
    border-color: #2297D4 !important;
}

/* SERVICIO */

#servicio p{
    font-size: 16px;
    font-family: LoraRegular,sans-serif;
    color: black;
}

/* RSC */

#rsc h2{
    font-family: PoppinsRegular,sans-serif;
    color: white;
    font-size: 39px;
    text-shadow: 2px 2px 5px black;
}

#rsc .introduction-text p{
    font-family: PoppinsRegular, sans-serif;
    font-size: 19px;
    color: black;
}

#rsc .card p{
    font-family: LoraRegular, sans-serif;
    font-size: 16px;
    color: black;
}

#rsc img{
    max-height: 22em;
}

/* LEGAL */

.pt-10em-custom{
    padding-top: 20em;
}

.legal-content h3,.legal-content p,.legal-content li{
    font-size: 16px;
    font-family: LoraRegular, sans-serif;
    color: black;
}

.legal-content h2{
    font-size: 23px;
    font-family: LoraRegular, sans-serif;
    color: black;
}

.legal-content td,.legal-content tr,.legal-content th{
    border: 1px solid black;
}







