﻿.font_P {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    text-align: justify;
}


.nodecoration:hover {
    text-decoration: none;
}


/********************************************************************************************/

.btnCloseModalTipo {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4em;
    -moz-border-radius: 4em;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    font-size: 1.5em;
    color: #FFF;
    transition: 0.5s;
}

    .btnCloseModalTipo:hover {
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.7);
    }

.modalSize {
    width: 75%;
    height: 87vh;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: justify;
}


/********************************************************************************************/

.barra-top {
    background: linear-gradient(to right, #006838, #009344);
    padding: 10px;
    height: 45px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0;
    margin-left: 0 !important;
}

.barra-Title {
    background-image: url(../../Imagen/Slides/O7MF5N0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-block;
    height: 30vh;
}

.title-slider {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3em;
    line-height: 1.15em;
    text-align: center
}




.imgEsencial {
    height: 110px;
    /*margin-top: 10px;*/
}


/********************************************************************************************/

.datos {
    margin-bottom: 20px;
}

.datos-contacto {
    padding: 50px 30px;
    min-height: 600px;
    color: #fff;
    padding-top: 360px;
}

.footer_area {
    background-image: url(../../Imagen/Slides/fondo-footer.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 50vh;
    color: #FFF;
}

@media screen and (max-width:991px) {
    .footer_area {
        height: 100vh;
    }

    .title-slider {
        font-size: 2em;
        top: 50%;
    }
}

.tabText {
    padding-left: 1.2em;
}

/********************************************************************************************/

.card-info {
    /*background: #e7863d;*/
    background: #006838; /*linear-gradient(to right, #006838, #009344)*/
    transition-duration: 1s;
}

    .card-info:hover {
        background: #333;
        transition-duration: 1s;
    }