/*--------------------------------------------------------------
    GENERAL
--------------------------------------------------------------*/
body{
    font-family: 'Comfortaa';
    color: #000000;
    max-width: 100%;
    height: auto;
   
}
a{
    text-decoration: none;
    color: #d9232d;
}
a:hover{
    color: #e24d55;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Comfortaa';
}
/*--------------------------------------------------------------
    HEADER
--------------------------------------------------------------*/
#header {
    background:#FFFFFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 997;
    padding: -12px 0;
    max-width: 100%;
    height: auto;
}
#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    padding: 10px 0;
    background:#FFFFFF;
    color: #2196f3;
}
#header.header-inner-pages {
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
}
#header .logo {
    font-size: 28px;
    margin: 0;
    padding:0;
    line-height: 0;
    font-weight: 700;
    text-transform: uppercase;
}
#header.header-scrolled a{
    color: #2196f3;
}

#header.header-scrolled .dropdown ul a{
    color: #2196f3;
}

#header.header-scrolled .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #000000;
}
#header.header-scrolled .navbar .getstarted, .navbar .getstarted:focus {
    background: rgb(255,93,7);/*COLORBOTONMENU*/
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-weight: 400;
    color: #fff;
}
#header.header-scrolled .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a{
    color: rgb(255,95, 0);
}

#header .logo a {
    color: #556270;
}
#header .logo img{
    width: 100%;
    height: 100%;
    max-height: 50px;
}
/*--------------------------------------------------------------
    NAVIGATION MENU "Desktop"
--------------------------------------------------------------*/
.navbar{
    padding: 0;
    max-width: 100%;
    height: auto;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: bold;
    color: #2196f3;
    white-space: nowrap;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #2196f3; /*COLOR LERAS MENU* HOVER*/
    font-weight: bold;
}
.navbar .getstarted, .navbar .getstarted:focus {
    background: rgb(255,93,7);/*COLORBOTONMENU*/
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-weight: 400;
    color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgb(255,95, 0);/*COLOR BOTON MENU HOVER*/
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0,0,0,0.25);/*COLORLISTAMENU*/
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    font-weight: bold;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 6px 20px;/*ESPACI SECCIONES NAV revisar*/
    color:#2196f3;
    font-size: 15px;
    text-transform: none;
    font-weight: bold;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color:rgb(255,95, 0);/*COLOR LETRAS HOVER*/
    font-weight: bold;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
/*--------------------------------------------------------------
    NAVIGATION MENU "Mobile"
--------------------------------------------------------------*/
.mobile-nav-toggle {
    color: #000000;
    font-size: 20px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    max-width: 100%;
    height: auto;
}
.mobile-nav-toggle.bi-x {
    color: #FFF;
}
@media (max-width: 991px) {
    .mobile-nav-toggle{
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #000000;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #ff5f00;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #ff5f00;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 18px 0;
    background:#f8f9fa; /*FONDO*/
    min-height: 14px;
    margin-top: 80px;
    max-width: 100%;
    height: auto;
}
.breadcrumbs h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6b7b8d;
    content: "/";
}
@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 59px;
    }
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs h2 {
        margin-bottom: 10px;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}
/*--------------------------------------------------------------
    FOOTER
--------------------------------------------------------------*/
#footer {
    background: rgb(255,95, 0);
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
    background: rgb(0,133,202);
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 25px;
    width:370px;
}
#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-info p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom:0;
    color: #fff;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255,255,255,0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transform: 0.3s;
    -webkit-transform: 0.3s;
    -moz-transform: 0.3s;
    -ms-transform: 0.3s;
    -o-transform: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: rgb(255,95, 0);/*COLOR HOVER SOCIAL MEDIA*/
    color: #fff;
    text-decoration: none;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin-left:78px;

}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding:0;
    margin: 0;
    margin-left:78px;
}
#footer .footer-top .footer-links ul i {
    padding-right: 1px;
    color: rgba(255,255,255,0.16);
    font-size: 14px;
    line-height: 2;
}
#footer .footer-top .footer-links ul li {
    padding: 2px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color:rgba(255,255,255,0.6);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    color: white;
}
#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: rgba(255,25,255,0.6);
}
#footer .credits a {
    color: rgba(255,25,255,0.6);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    font-weight: 600;
}
#footer .credits a:hover {
    color: #FFF;
}

/* Button-up */

#button-up {
    width: 60px;
    height: 60px;
    background: #3369F8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    position: fixed;
    bottom: 12px;
    right: 80px;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 300ms ease;
}

#button-up:hover {
    transform: scale(1.1);
    border-color: rgba(0,0,0,0.1);
}

.azulito {
    background-color: #D1EDF4;
    border-radius: 15px;
}

/*Estilos de la galeria*/


@media(max-width: 600px){
    .galeria{
    width: 60%;
    margin-left:10px;
    list-style: none;
    }
 

.galeria  div ul li a img {
    width: 30px;
    height: 40px;
 
}
}


@media (min-width: 301px) and (max-width: 600px){
    .galeria{
    width: 70%;
    margin-left:10px;
    list-style: none;
    }
 

.galeria img {
    width: 50px;
    height: 60px;
 
}
}

.galeria {
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.galeria li {
}

.galeria img {
    width: 150px;
    height: 100px;
}

/*Estilos del modal*/

.modal {
    display: none;
}

.modal:target {
    
    display: block;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}

.imagen {
    width: 100%;
    height: 50%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen a {
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
}

.imagen a:nth-child(2) {
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.imagen img {
    width: 500px;
    height: 100%;
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;
}

.cerrar {
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    padding: 5px;
    border-radius: 50%;
    line-height: 25px;
}

/*Azulito*/

.detallitos {
    max-width: 500px;
    margin-bottom: 10px;
    overflow: hidden;
    
}

.recuadrito {
/*  display: block; */
    background-color: #D1EDF4;
    border-radius: 15px;
    text-align: justify;
    list-style: none;
    height: 140px;
    
    
}

.recuadritos {
    display: block; 
    background-color: #D1EDF4;
    border-radius: 15px;
    text-align: justify;
    list-style: none;
    height: 60px;
    margin-bottom:14px;
    margin-left:12px;
    
}




.tamaño{
    font-size:20px;
    
}

.diseño{
    font-size:30px;
}

#aliner{
    text-align:left;
}


p b {
    font-size:17px;
    
     
}


.contenidito {
    overflow: hidden;
  padding: 1em 1em 0;
    opacity: 0;
}

.ajustar{
    float:left;
}

.detallitos[open] .contenidito {
    animation: spoiler 1s, shift 0.3s ease 0.2s forwards;
}

#display{
    display: none;
    border-radius:8%;
    
}

