html {background-color: #090D28;}





body.is-froze {
  overflow: hidden; 
  width: 100vw;
  height: 100vh;
}

body {font-family: sans-serif; font-size: 15px;}

a:link {color: #fff;}

a:active {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: underline;}
a:hover {text-decoration: underline;}

H1 {color: #4d4d4d; font-weight: bold; font-size: 18px;}
H2 {color: #4d4d4d; font-weight: bold; font-size: 16px; text-align: left;}
H3 {color: #4d4d4d; font-weight: bold; font-size: 14px;}
p {margin-left: 5px; margin-right: 5px; color: #4d4d4d; line-height: 1.5;}



ul { list-style-type: none; font-family: sans-serif; font-size: 15px; color: #4d4d4d; line-height: 1.5;}

a {
  color: #b63b4d;
  text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/

.accordion {
    margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    border: 1px solid #4d4d4d;
  width: 95%;
  max-width: 360px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
}

.accordion a {color:#4d4d4d; text-decoration:none; }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  
  font-size: 14px;
  
  border-bottom: 1px solid #4d4d4d;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #090D28;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #090D28;}

.accordion li.open i { color: #090D28; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
     margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
  display: none;
  background: #444359;
  font-size: 14px;
  text-align:left;
}

.submenu li { border-bottom: 1px solid #62617a; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 12px; 
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #090D28;
  color: #FFF;
}

.main {
  background-color: #ffffff;
}

.content {
  background-color: #ffffff;
  width: 75%;
  margin-left:12%;
  margin-right:8%;
  
  
}


@media screen 
and (min-width:240px) and (max-width:1024px)

{

    .content {
  background-color: #fff;
  width: 95%;
  margin-left:2%;
  margin-right:3%;
  
        }
}

#nav {
 width: 15%; /*    */
 float: left;
 background: #eeeeee;
 height: 100%;
 
} 

@media screen and (min-width:240px) and (max-width:1024px) {
    #nav {
  background-color: #fff;
  width: 2%;
  
    }
 }

#aside {
 width: 15%; /*    */
 float: right;
 height: 100%;
 background: #ffffff;
 
}

@media screen and (min-width:240px) and (max-width:1024px) {
#aside {
 width: 100%; /*    */
 float: top;
 height: 0%;
 background: #fff;
   
} }


.info{
margin: 10px;
padding: 15px 17px 15px 80px;
border: 1px solid #026194;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 2px 2px 3px #bbb;
-moz-box-shadow: 2px 2px 3px #bbb;
-webkit-box-shadow: 2px 2px 3px #bbb;
background: #fff url(../images/info.png) 15px 50% no-repeat;
text-align:justify;
color: #000
}



.footer-distributed {
  background-color: #090D28;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
   height: 100px;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}

.footer-distributed .footer-links a:before {
  content: "";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 280px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #434A76;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}

.footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

.footer-distributed p.footer-links a:hover{text-decoration:underline;}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
    
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
 
}

@media screen and (max-width: 18px) {
  .img-block {
    display: none;
  }
  
   /*   */
    body {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .wrapper {
        padding: 10px;
    }
}





