/* GENERAL */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: 70.5%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    color: #333;
}

:root {
    --azul-claro: #3CA3CE;
}

:root {
    --azul-oscuro: #292F6D;
}

:root {
    --gris-claro: #E5E7E6;
}

:root {
    --gris-oscuro: #BBBCB7;
}

.h1 {
    font-size: 8.4rem;
}

.h2 {
    font-size: 2.8rem;
}

.h3 {
    font-size: 2.4rem;
}

.h4 {
    font-size: 1.8rem;
}

.eslogan {
    font-size: 1.4rem;
    color: #FFF;
    font-weight: 300;
}

.linea {
    border-top: 2px solid #2948ff;
    max-width: 160px;
    padding: 0;
    margin: 0 auto 1.2rem auto;
}

.linea-secundaria {
    border-top: 2px solid #EEE;
    max-width: 100%;
    padding: 0;
    margin: 0 auto .4rem auto;
}

.bg-btn {
    background: #2948ff;
    color: #FFF;
    transition: 2s ease-in-out;
}

.bg-btn:hover {
    background: #396afc;
    color: #FFF;
}

.navbar-dark {
    color: #FFF !important;
}

textarea {
    resize: none;
}
/* GENERAL */

/* MOV ANIMACION */
.mov-img {
    animation: movimiento 3s ease-in-out infinite;
}

@keyframes movimiento {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0);
    }
}
/* MOV ANIMACION */

.titulo {
    font-weight: 700;
    color: #FFF;
    margin-top: 4rem;
}

.sub-titulo {
    font-weight: 500;
}

.parrafo {
    line-height: 2.8rem;
}

.servicio {
    font-weight: 300;
    font-style: normal;
    color: #fff95b;
}

.bg-hero {
    background: #396afc;
    background: -webkit-linear-gradient(to left, #2948ff, #396afc);
    background: linear-gradient(to left, #2948ff, #396afc);
}

.animacion {
    animation: fadeInUp;
    animation-duration: 2s;
}

/* SERVICIO */
.section-servicio {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f8f9fa;
    margin-bottom: 5.2rem;
    padding: 3.2rem;
}

.servicio-info {
    flex-basis: calc(25% - 1.6rem);
    border-right: 2px solid var(--gris-oscuro);
    padding-right: 1.6rem;
}

.servicio-info:last-child {
    border: none;
}

.servicio-title {
    text-align: center;
}

.servicio-info img {
    margin-bottom: .8rem;
}

.servicio-info h3 {
   text-align: center;
   margin-bottom: 1.6rem;
}

@media (max-width: 768px) {
    .servicio-info {
        flex-basis: calc(50% - 1.6rem);
        border-right: 2px solid var(--gris-oscuro);
        padding-right: 1.6rem;
        margin-bottom: 1.6rem;
        text-align: center;
    }

    .servicio-info:nth-child(2) {
        border: none;
    }
}

@media (max-width: 480px) {
    .servicio-info {
        flex-basis: 100%;
        border: none;
        padding: 0;
        text-align: center;
    }

    .titulo {
        font-size: 6.4rem;
        margin-top: 0px;
    }

    .titulo, .eslogan {
        text-align: center;
        margin-bottom: 1.6rem;
    }
}
/* SERVICIO */

/* QUIENES SOMOS */
.section-quienes-somos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5.2rem;
}

.quienes-somos-info {
    flex-basis: calc(50% - 2rem);
}

.quienes-somos-info img {
    margin-top: 6rem;
}

@media (max-width: 768px) {
    .quienes-somos-info {
        flex-basis: 100%;
    }

    .quienes-somos-info img {
        margin-top: 3.2rem;
    }

    .titulo {
        margin-top: 0px;
    }
}
/* QUIENES SOMOS */

/* SLIDER CARDS */
.slider {
    background: #f8f9fa;
    padding: 1.6rem;
    width: 90%;
    margin: 0 auto;
}

.card-body {
    height: 235px;
}

.slider .card {
    margin-right: .8rem !important;
}

.slider .card:last-child {
    margin: none;
}
/* SLIDER CARDS */

/* CONTACTO */
.section-contacto {
    margin-bottom: 5.2rem;
}

.contacto-info {
    padding: 1.6rem;
    background: #f8f9fa;
}
/* CONTACTO */

/* FOOTER */
.container-fluid {
    overflow: hidden;
    background: #f8f9fa;
    color: #333 !important;
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: 2px solid #dddddd;
}

footer a {
    text-decoration: none;
    color: #333;
}

footer a:hover {
    color: #333;
}

small {
    font-size: calc(12px + (15 - 12) * ((100vw - 360px) / (1600 - 360))) !important
}

.bold-text {
    color: #656565 !important
}

.mt-55 {
    margin-top: calc(50px + (60 - 50) * ((100vw - 360px) / (1600 - 360))) !important
}

.h3-footer {
    font-size: calc(34px + (40 - 34) * ((100vw - 360px) / (1600 - 360))) !important
}

.social {
    font-size: 21px !important
}

.rights {
    font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important
}
/* FOOTER */

/* ARRIBA */
.ir-arriba {
	display: none;
	padding: .4rem 1rem .4rem 1rem;
	background: #2948ff;
	font-size: 1.8rem;
	color:#fff;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    transition: 2s ease-in-out;
}

.ir-arriba:hover {
    background: #396afc;
    color: #FFF;
}
/* ARRIBA */