@charset "utf-8";
/* CSS Document */

/* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:''}

/* Global reset-RESET */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a {	outline: none;}

/* MAQUETA */
.solocel{
    display:none;
}
.nocel{
    display: inline;
}
html {
    scroll-behavior: smooth;
  }
.nav-info{
    background-color:#f30;
    font-weight: bold;
}
.carousel-caption{
    background-image: url('../img/backhistory.png');
    bottom:250px!important;
    border-radius: 10px;
    max-width: 500px!important;
}
.carousel-caption h5{
    font-family: 'Source Sans Pro', sans-serif;
    color:      #000;
    font-size: 26px;
}
.carousel-caption h5 .color{
    color: #f00;
}
.carousel-caption p{
    color:      #333;
}
.bg-light{
    background-color: #fff!important;
}
#navbarDropdown, .nav-link{
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}
.cuerpo{
    margin-top: 30px;
}
.allys{
    padding-top: 60px;
    border-top: solid 1px #dbe4f1;
}
.nav-item a{
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3{
    font-family: 'Source Sans Pro', sans-serif;
    border-left: solid 5px #6590c8;
    font-weight: 200;
    padding-left: 10px;
}
h3 small{
    color:      #aaa;
}
.allys h3,
.allystree h3{
    border-left: none;
}
.cuerpo{
    margin-top: 0px;
}
.vegas{
    padding-top:    80px;
    padding-bottom: 80px;
}
.vegas .historia,
.vegas .historiaDos{
    padding:        20px;
    background-image: url('../img/backhistory.png');
    border-radius: 7px;
}
.vegas h3{
    border:none;
}
.vegas .historiaDos h3{
    font-weight: 400;
}
/* Home */
.home-news{
    padding-bottom: 50px;
}
.newsscroll::-webkit-scrollbar {
    -webkit-appearance: none;
}
.newsscroll::-webkit-scrollbar:vertical {
    width:10px;
}
.newsscroll::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 
.newsscroll::-webkit-scrollbar:horizontal {
    height: 10px;
}
.newsscroll::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}
.newsscroll::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.opinion{
    padding-top: 25px;
    padding-bottom: 25px;
}

.vision, .visionhome{
    margin-bottom: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #dbe4f1;
}
.visionhome{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.visionhome h2{
    font-size: 35px;
    color:  #47597e;
}
.mision{
    padding-top: 60px;
    padding-bottom: 60px;
}
.mision h3{
    border-left: none;
    border-right: solid 5px #6590c8;
    padding-left: 0px;
    padding-right: 10px;
}
.futuro{
    padding-top: 60px;
    padding-bottom: 60px;
}
.prodHome{
    margin:7px;
}
/*soluciones*/
.textimportant{
    font-size:40px;
}
/*productos*/
.portalde, .portaldetwo{
    font-size:60px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    color:     #fff;
    background-color: #f30;
    margin: auto;
}
.portaldetwo{
    font-size: 30px;
    padding:6px;
    width: 60px;
    height: 60px;
}

footer{
    background-color: #444;
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .daterio{
    font-family: 'Source Sans Pro', sans-serif;
    color:      #EEE;
    letter-spacing: 1px;
    line-height: 30px;
}
footer .daterio a{
    color:      #EEE;
}
footer .daterio a:hover{
    color:      #fff;
    text-decoration: none;
}
footer hr{
    border-color: #999;
}
footer h4{
    color:      #EEE!important;
}
footer h5{
    color:      #aaa!important;
}
footer .daterio .fa-map-marker-alt,
footer .daterio .fa-whatsapp,
footer .daterio .fa-skype,
footer .daterio .fa-envelope{
    font-size: 20px;
}
.copy, .copy a{
    color:      #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #333;
    text-align:     center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
#hidden-content{
    max-width: 600px;
}
#hidden-content h3{
    border: none;
}
#form{
    background-color:   #dce3f1;
    padding:        15px;
    border-radius: 7px;
}
#form legend{
    line-height: 25px;
}

/*Login*/

/*Admin*/
.img-novedad{
    max-width: 100px;
}
#admin h1{
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


@media (max-width:1650px) and (min-width:900px){
    .carousel-caption{
        bottom:150px!important;
        max-width: 300px!important;
    }
    .carousel-caption h5{
        font-size: 20px;
    }

}
@media (max-width:899px) and (min-width:768px){
    .carousel-caption{
        bottom:50px!important;
        max-width: 300px!important;
    }
    .carousel-caption h5{
        font-size: 20px;
    }
}
@media (max-width:767px) and (min-width:1px){
    .solocel{
        display:  inline!important;
    }
    .nocel{
        display: none;
    }
    .carousel-caption{
        bottom:0px!important;
        max-width: 300px!important;
    }
}
@media (max-width:400px){
    .solocel{
        display: inline!important;
    }
    .nocel{
        display: none;
    }
    .navbar-brand img{
        max-width: 60px;
    }
    .dropdown-item{
        padding: 5px!important;        
        max-width: 380;
        font-size: 11px;
    }
    .visionhome{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .visionhome h2{
        font-size: 20px;
    }
    .home-news{
        margin-bottom: 0px;
    }
    .dropdown-menu{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .dropdown-menu a{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .dropdown-item{
        padding:0px!important;
        padding-left:5px!important;
        font-size: 12px;
        line-height: 20px;
    }
    /*Institucional*/
    .vegas-content{
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    #mision, #vision, #futuro{
        padding-top:0px;
        padding-bottom: 0px;
    }
    #mision h3, #vision h3, #futuro h3{
        text-align: center!important;
        border: none;
    }
    /*Productos*/
    .allys{
        padding-top: 20px!important;
    }
    footer{
        padding-top:20px;
        padding-bottom: 20px;
        margin-top: 0px;
    }
}