﻿@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Roboto&family=Oswald:wght@300;600;700&display=swap');

body {
    font-family: 'Oswald', sans-serif;
    color: #6A6A6A;
    font-weight: 300;
    font-size:1.1rem;
}

.logo {
    height: 45px;
}

.logopie {
    height: 60px;
}

.icono {
    height: 30px;
}

.comfortaa {
    font-family: 'Comfortaa', cursive;
}
.roboto {
    font-family: 'Roboto', cursive;
}
a {
    text-decoration: none;
}
.text-light {
    color: #707070 !important;
}
::placeholder {
    color: #707070;
}

h1 {
    font-weight: 600;
    color: #555555;
}

h2 {
    font-weight: 400;
    color: #555555;
}

h3 {
    font-weight: 600;
    color: #555555;
}
h4 {
    font-weight: 400;
    color: #555555;
}
hr {
    margin: 0 0 2rem 0;
    opacity: .85;
}
    
    .bg-primary {
    background-color: #29437C !important;
}

.text-primary {
    color: #29437C !important;
}

.border-primary {
    border-color: #29437C !important;
}

.form-control {
    border-radius: unset;
}

.bg-warning {
    background-color: #DE9013 !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(19,99,63,var(--bs-bg-opacity)) !important;
}

.text-success {
    color: #13633F !important;
}
.text-dark {
    color: #646464 !important;
}

.linkMenu {
    color: #1F2F5B;
}
.linkMenu:hover {
    color: #536491;
}
    .linkMenu:active {
        color: #646464;
    }
.rrss {
    width:30px;
    margin:0 10px;
}
.solo-linea {
    border: none;
    border-radius: unset;
    border-bottom: 1px solid #808080;
}
.fondo {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.transAmarillo {
    background-color: #FFBF10AA;
}
.imgHome {
    height:800px;
}
.bg-img-1 {
    background-image: url('../imagenes/bnr/foto-header-1.jpg');
}

.bg-img-2 {
    background-image: url('../imagenes/bnr/foto-header-2.jpg');
}

.bg-img-3 {
    background-image: url('../imagenes/bnr/foto-header-3.jpg');
}

.carousel-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

 .banner {
    left: 5%;
    top: 465px;
    right: unset;
    bottom: unset;
    padding-top: 1.25rem;
    padding-bottom: unset;
    color: #fff;
    text-align: center;
}

.flotante {
    left: unset;
    right: 0;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 465px;
    z-index: 2;
    padding: 10px 12px;
}

.recomendaciones {
    position: unset;
    padding-top: 0;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
/* 2. Hero Slider */
.hero-slider {
    position: relative;
}

    .hero-slider input {
        border: none !important;
    }

    .hero-slider .carousel-hero-slider-wrapper {
        overflow: hidden;
    }

    .hero-slider .heading-wrapper {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2;
    }

        .hero-slider .heading-wrapper .inner {
            display: table;
            width: 100%;
            height: 100%;
        }

        .hero-slider .heading-wrapper .caption {
            display: table-cell;
        }

            .hero-slider .heading-wrapper .caption.position-top {
                vertical-align: top;
            }

            .hero-slider .heading-wrapper .caption.position-middle {
                vertical-align: middle;
            }

            .hero-slider .heading-wrapper .caption.position-bottom {
                vertical-align: bottom;
                padding-bottom: 120px;
            }

            .hero-slider .heading-wrapper .caption .bg-expand-right .block-content {
                padding-left: 50px;
            }

            .hero-slider .heading-wrapper .caption .bg-expand-left .block-content {
                padding-right: 50px;
            }

            .hero-slider .heading-wrapper .caption .block-content {
                padding-bottom: 0;
            }

            .hero-slider .heading-wrapper .caption .main-navigation .block-content {
                padding: 20px;
                padding-left: 0;
            }

            .hero-slider .heading-wrapper .caption .main-navigation.fix-to-top .block-content {
                padding-top: 10px;
                padding-bottom: 10px;
                padding-right: 0px;
            }

    .hero-slider .carousel-hero-slider {
        height: 100%;
        z-index: 0;
    }

        .hero-slider .carousel-hero-slider div {
            height: 100%;
        }

        .hero-slider .carousel-hero-slider .owl-item {
            height: 100%;
        }

            .hero-slider .carousel-hero-slider .owl-item .image {
                overflow: hidden;
            }

                .hero-slider .carousel-hero-slider .owl-item .image img {
                    height: 100%;
                    max-width: inherit;
                    width: auto;
                    position: relative;
                }

    .hero-slider .numbers {
        display: table;
        margin-bottom: 30px;
        width: 100%;
    }

        .hero-slider .numbers .number figure {
            font-size: 120px;
        }

        .hero-slider .numbers .number aside {
            font-size: 24px;
        }

        .hero-slider .numbers .number .separator {
            height: 140px;
            width: 3px;
            right: -20px;
            top: -25px;
        }

.textoSobreImagen {
    position: absolute;
    top: 72%;
    left: 15%;
    z-index: 1000;
    max-width: 70%;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


    @media (min-width: 576px) {
        .flotante {
            width: 360px;
        }
    }
    /* Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) {
        .w-mb-30 {
            width: 30% !important;
        }

        h1 {
            font-size: 3.5rem;
        }

        h2 {
            font-size: 1.5rem;
        }

        .logo {
            height: 65px;
        }

        .logopie {
            height: 80px;
        }

        .icono {
            height: 50px;
        }

        .flotante {
            position: absolute;
            right: 5%;
            height: 550px;
            width: 360px;
        }

        .banner {
            position: absolute;
            left: 14%;
            top: 1.25rem;
            right: unset;
            bottom: unset;
            padding-top: 1.25rem;
            padding-bottom: unset;
            color: #fff;
            text-align: left;
        }
    }
/* Large devices (desktops, 992px and up) */

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    h2 {
        font-size: 1.3rem;
    }
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    h2 {
        font-size: 1.7rem;
    }
}
