/* IMPORTACIONES */

@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/*CSS PERSONALIZADOS*/


/*reservados*/

html {
    display: block;
}

body {
    margin: 0;
    width: 100%;
}

h1 {
    width: 100%;
    padding-left: 0px;
}

.row {
    max-width: 100% !important;
    margin-left: 0px;
}


/*clases*/

.color-gris {
    background-color: #595959 !important;
    color: white !important;
    border-radius: 15px;
    padding: 6px;
}

.bg-row-01 {
    background-image: url('../images/empresa/fondo_row_04.jpg');
    background-attachment: fixed;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.hyphens {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.icon-circulo {
    background-color: #28a745;
    border-radius: 360px;
    color: white !important;
    font-weight: normal;
    font-size: 5em;
    padding: 25px;
}

.fondito-verde {
    background-color: #28a745;
    border-radius: 50px;
    color: white !important;
    font-weight: bold;
    font-family: 'Alata', sans-serif !important;
    font-size: 2em;
    padding-top: 10px;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-left: 60px;
    position: relative;
    margin: 0 auto;
}

.font-alata {
    font-family: 'Alata', sans-serif !important;
    color: white;
    background-color: #28a745;
}

.font-alata-t {
    font-family: 'Alata', sans-serif !important;
    color: #28a745;
    background-color: transparent;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.parrafo {
    font-weight: normal;
    text-decoration: none;
    font-size: 14pt;
}

.bgcolor-white {
    background-color: whitesmoke !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img-item1 {
    width: 35%;
    height: 20%;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 3em;
}

.size-l {
    max-width: 100% !important;
}

.size-m {
    max-width: 50% !important;
}

.size-sm {
    max-width: 20% !important;
    min-width: 250px;
}

.size-s {
    max-width: 7% !important;
}

.shadowed {
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 1));
    box-shadow: none;
}

#logo-menu:hover {
    color: yellowgreen;
    /* referring directly to the animation's @keyframe declaration */
    animation: rubberBand;
    animation-duration: 2s;
    /* don't forget to set a duration! */
}


/*id tags*/

#btnGoTop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 30px;
    border: none;
    outline: none;
    background-color: #00bf20;
    color: white;
    cursor: pointer;
    padding: 20px;
    vertical-align: middle;
    border-radius: 4px;
    height: 70px;
}

#btnGoTop:hover {
    background-color: #555;
}

#item1 {
    width: 100%;
    height: 100%;
    background-image: url('../../images/empresa/bg_noche_gris.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent !important;
}

.letras-carousel {
    padding: 0px;
}

.padding-top20p {
    padding-top: 20%;
}

.padding-top10p {
    padding-top: 10%;
}

.padding-bottom10p {
    padding-bottom: 10%;
}

.padding-top3p {
    padding-top: 3%;
}

.padding-bottom3p {
    padding-bottom: 3%;
}

.margin-top10p {
    margin-top: 10% !important;
}

.margin-top5p {
    margin-top: 5% !important;
}

.aparece {
    opacity: 0;
    transition: all 0.5s;
}

.container-fluid-mie {
    max-width: 100% !important;
    padding-right: auto;
    padding-left: auto;
    margin-right: auto;
    margin-left: auto;
}

.ir-arriba {
    display: none;
    background-repeat: no-repeat;
    font-size: 20px;
    color: black;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}


/* MEDIA QUERIES */

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media screen and (max-height: 600px),
(max-width: 1366px) {
    /** {
        margin: 0;
        padding: 0;
    }*/
    html,
    body {
        margin: 0px;
        overflow-x: hidden;
        padding: 0px;
    }
    h1 {
        width: 100%;
        padding-left: 0px;
    }
    .row {
        max-width: 100% !important;
        margin-left: 0px;
    }
    .img-item1 {
        width: 25%;
        height: 10%;
        margin: -10% auto;
        padding-top: 6em;
        padding-bottom: 0px;
    }
    .carousel-caption {
        /* padding: 0px;*/
        z-index: 10;
        top: 70px;
    }
    .letras-carousel {
        padding: 0px;
        margin-top: 130px;
    }
}

@media (max-width: 450px) {
    html,
    body {
        margin: 0px;
        overflow-x: hidden;
        padding: 0px;
    }
    h1 {
        width: 100%;
        padding-left: 0px;
    }
    .row {
        max-width: 100% !important;
        margin-left: 0px;
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    #texto-mision::after {
        visibility: hidden;
        content: "<br>";
    }
    #valores-izq::after {
        visibility: hidden;
        content: "<br>";
    }
    #valores-cen::after {
        visibility: hidden;
        content: "<br>";
    }
    #valores-der::after {
        visibility: hidden;
        content: "<br>";
    }
    .fondito-verde {
        font-size: 24pt;
        padding-top: 0;
        padding-bottom: 0;
    }
}