@charset "UTF-8";

* {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    background-image: url(../img/bg-header2.svg);
    background-repeat: no-repeat;
    background-position: 25% 0;
    height: 100%;
}

a {text-decoration: none; color: inherit;}
a:hover {color: inherit;}

h1, .h1-home {font-size: 3rem}
h2 {font-size: 1.7rem; font-weight: 700;}
h3 {font-size: 1.3rem;}
h4 {font-size: 1.15rem}
p {font-size: 1rem;}
.p-small {font-size: 0.7rem;}
.textos-largos {font-size: 0.9rem; text-align: justify;}

ul {padding-inline-start: 20px; font-size: inherit; list-style: none;}

.font-m {
    font-family: 'Merriweather', serif; 
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #225a76;
}
.fondo-azul {
    background-color: #225a76;
}
.verde {
    color: #37b3a8;
}
.fondo-verde {
    background-color: #37b3a8;
}
.rojo {
    color: #f36262;
}
.fondo-rojo {
    background-color: #f36262;
}
.amarillo {
    color: #fab153;
}
.fondo-amarillo {
    background-color: #fab153;
}
.img100 {
    width: 100%;
}
.img60 {
    width: 60%;
}
.btn {
    border-radius: 20px;
    padding: 1px 35px;
    font-size: 1rem;
}

/* btn volver arriba */
#volverArriba {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    border:0px;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 40px;
    background-color: transparent;
}

#volverArriba:hover {
    background-color: #f6f6f6;
}


/* landing */
#landing h2 i {
    font-size: 1.7rem;
}

/* nav */
.navbar.navbar-light {
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
}
.navbar.navbar-light .navbar-nav .nav-link {
    color: #666666;
    font-size: 0.85rem;
}
.navbar.navbar-light .navbar-nav .nav-link.active {
    font-weight: 700;
}
.navbar li {
    padding: 0 5px 0 5px;
    position: relative;
}
.navbar li:before {
    content: " / ";
    position: absolute;
    right: -4px;
    top: 8px;
}
.navbar li:nth-child(4):before, .navbar li:last-child:before {
    content: none;
}
.navbar.navbar-light .navbar-nav .nav-consultanos a.nav-link {
    background-color: #999999;
    color: #ffffff;
    border-radius: 20px;
    padding: 3px 25px;
    margin-top: 3px;
}

.contacto-fixed {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 2;
}
.circulos-contacto {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding-top: 11px;
    margin-bottom: 5px;
}
.circulos-contacto i {
    font-size: 1.5rem;
}

#slider-home {
    margin-top: 12%;
    height: 200px;
}
#slider-home .carousel-item h1, .h1-home, .h2-home, .circulo-titulo h2,
#landing h1, #landing .h2 {
    font-weight: 700;
}
#slider-home .carousel-item .h2-home, #landing .h2 {
    font-size: 2rem;
}
#slider-home .carousel-item a {
    background-color: #37b3a8;
}
.carousel-indicators {
    bottom: -60px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #225a76;;
}
.carousel-indicators li.active {
    background-color:  #225a76;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23225A76' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.circulo-titulo {
    height: 280px;
    width: 280px;
    border-radius: 200px;
    padding-left: 80px;
    padding-top: 80px;
}
.circulo-titulo2 {
    height: 280px;
    width: 280px;
    border-radius: 200px;
    padding-left: 70px;
    padding-top: 70px;
}
.circulo-titulo .btn, .circulo-titulo2 .btn {
    background-color: #ffffff;
    padding: 0px 3  5px;
}
.circulo-titulo .btn-whatsapp, .circulo-titulo2 .btn-whatsapp {
    padding: 0 0px 0 8px;
}

.circulo-titulo a:hover .fa, .circulo-titulo a:hover .fab, .circulo-titulo2 a:hover .fa, .circulo-titulo2 a:hover .fab {
    color: #666666;
}
h4.pt-4 {
    font-weight: 700;
}

/* quienes somos */
#quienes-somos {
    border-top: 3px solid #225a76;
    background: url(../img/quienes-somos.svg) no-repeat center;
    background-size: auto 100%;
    padding-top: 3rem;
    margin-top: 3rem;
    min-height: 33vw;
}
#quienes-somos .atributo {
    font-weight: 700;
    margin-top: 10px;
    font-size: 0.9rem;
}

/* noticias */
#noticias {
    margin-bottom: 10rem;
    background: url(../img/noticias2.svg) no-repeat;
    background-size: auto 100%;
}
#noticias .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#noticias .card {
    border: 0px;
    background-color: #f7f7f7;
}
#noticias .titulo-noticia {
    font-weight: 700;
    margin-bottom: 10px;
}
#noticias .btn {
    font-size: 0.7rem;
}
/* contacto */
form#contacto-Credicom input, form#contacto-Credicom textarea {
    border: 0px !important;
    border-radius: 0;
    border-bottom: 1px solid #37b3a8 !important;
}
.form-error-style {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 5px;
    margin-left: 5px;   
}
#envio-form {
    color: white;
    font-size: 16px;
}

/* barra-inferior */
#barra-inferior {
    background-color: #225a76;
}
#barra-inferior .justify-content-between .blanco {
    font-size: 17px;
}

#barra-inferior .justify-content-between .blanco i {
    font-size: 25px;
}

footer .fab {
    font-size: 30px;
    vertical-align: middle;
}

/* slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    width: auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





@media (min-width: 1300px) {
    .container {
        max-width: 1250px;
    }
}

@media (max-width: 1200px) {
    .navbar li:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .ocultar {
        display: none;
    }
    body {
        background-position: 50% 0;
        height: 400px;
        background-size: cover;
    }
    h1, .h1-home {
        font-size: 2rem;
    }
    .navbar {
        padding: 0;
    }
    .navbar-light .navbar-toggler {
        border: 0;
    }
    .navbar-toggler-icon {
        padding: 20px;
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(34, 90, 118, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    #slider-home .carousel-item .h2-home {
        font-size: 1.5rem;
    }
    #slider-home {
        margin-top: 30%;
        height: 300px;
    }
    #quienes-somos {
        padding-bottom: 5rem;
    }
    #noticias {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    #landing .p-landing {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    body#landing {
        background-image: url(../img/bg-header3.svg);
    }
    header {
        margin-top: 15%;
    }
    #landing header {
        margin-top: 10%;
    }
    .navbar-brand img {
        max-width: 80%;
        margin-left: 3%;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .circulo-titulo, .circulo-titulo2 {
        width: 100%;
        height: auto;
        border-radius: 0px;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .circulo-titulo h2, .circulo-titulo2 h2 {
        font-size: 1.5rem;
    }

    #noticias {
        padding-top: 0;
        background-position: top center;
        background-size: cover;
    }
    #barra-inferior .justify-content-between {
        line-height: 2rem;
    }
    #barra-inferior .justify-content-between .blanco i {
        font-size: 20px;
    }
}


.fluotype, .fluotype:hover {
    color: #d8d8d8;
    font-size: 15px;
    text-decoration: none;
}
