﻿
/*------------TITULOS BLOQUES-------------*/

.titulos {
     background-color:#121557;
     text-align:center;
     color:whitesmoke;
     border-radius:10px;
}

.text{
    font-family:sans-serif
}



/*body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
}*/

.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:contain;
}

.bgimg-2 {
    background-image: url(../../Image/QuienesSomos/IMGQSLTL2.jpg);
    min-height: 400px;
}

.bgimg-3 {
    background-image: url(../../Image/QuienesSomos/IMGQSBANNOP2.jpg);
    min-height: 400px;
}

.caption {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

    .caption span.border {
        padding: 10px;
        font-size: 1.5em;
        letter-spacing: 5px;
 
    }

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}


.historia {
    color: white;
    background-color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 10px solid  ;
    /*border-color:transparent;*/
    padding: 45px;
    /*border-bottom: 2.5px solid;*/
    /*border-image: url('../../Image/QuienesSomos/border.png') 36  round;*/
    /*border-image-width: 0 0 80.5px 0;*/
    border-image-width: 0 0 20px 0;
}

.mision {
    color: white;
    background-color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /*border: 15px solid transparent;*/
    padding: 50px;
    /*border-bottom: 2.5px solid;
    border-top: 2.5px solid;
    border-image: linear-gradient(to right, #d83c31 0%, #660033 53%) 1;
    border-image-width: 2.5px 0 2.5px 0;*/
    /*border-image: url('../../Image/QuienesSomos/border.png') 36  round;*/
    /*border-image-width: 0 0 80.5px 0;*/
    border-image-width: 20px 0 20px 0;
}


.vision {
    color: white;
    background-color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /*border: 10px solid transparent;*/
    padding: 45px;
    /*border-top: 2.5px solid;
    border-image: linear-gradient(to right, #d83c31 0%, #660033 53%) 1;
    border-image-width: 2.5px 0 0 0;*/
    /*border-image: url('../../Image/QuienesSomos/border.png') 35 / 19px round;
    /*border-image-width: 0 0 80.5px 0;*/
    /*border-image-width: 25px 0 0 0;*/
     /*border-image: url('../../Image/QuienesSomos/border.png') 36  round;*/
    /*border-image-width: 0 0 80.5px 0;*/
    /*border-image-width: 20px 0 0 0;*/
}


@media screen and (max-width: 600px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size:contain;
    }


    .historia {
        color: white;
        background-color: white;
        text-align: justify !important;
        padding-top: 50px;
        padding-bottom: 50px;
        /*border: 10px solid transparent;*/
        padding: 45px;
        /*border-bottom: 2.5px solid;*/
        /*border-image: url('../../Image/QuienesSomos/border.png') 36 round;*/
        /*border-image-width: 0 0 80.5px 0;*/
        border-image-width: 0 0 20px 0;
    }

    .mision {
        color: white;
        background-color: white;
        text-align: justify !important;
        padding-top: 50px;
        padding-bottom: 50px;
        /*border: 15px solid transparent;*/
        padding: 50px;
        /*border-bottom: 2.5px solid;
    border-top: 2.5px solid;
    border-image: linear-gradient(to right, #d83c31 0%, #660033 53%) 1;
    bord/*er-image-width: 2.5px 0 2.5px 0;*/
        /*border-image: url('../../Image/QuienesSomos/border.png') 36 round;*/
        /*border-image-width: 0 0 80.5px 0;*/
        border-image-width: 20px 0 20px 0;
    }


    .vision {
        color: white;
        background-color: white;
        text-align: justify !important;
        padding-top: 50px;
        padding-bottom: 50px;
        /*border: 10px solid transparent;*/
        padding: 45px;
        /*border-top: 2.5px solid;
    border-image: linear-gradient(to right, #d83c31 0%, #660033 53%) 1;
    border-image-width: 2.5px 0 0 0;*/
        /*border-image: url('../../Image/QuienesSomos/border.png') 35 / 19px round;
    /*border-image-width: 0 0 80.5px 0;*/
        /*border-image-width: 25px 0 0 0;*/
        /*border-image: url('../../Image/QuienesSomos/border.png') 36 round;*/
        /*border-image-width: 0 0 80.5px 0;*/
        border-image-width: 20px 0 0 0;
    }


}

.hr-style-two {
    border: 0;
    height: 2px;
    color: #d83c31;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
   
}



.titleus {
    font-size: 2.3em;
    color: #121557;
}

.paraus {
    font-size: 1.2em;
    color: black;
}