
/** TIPOS DE LETRA **/
  .titulo{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  }
  .subtitulo{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }
  
  
#Letra-Escritorio{
	display: flex;
}
#Letra-Movil{
	display: none;
}

@media(max-width: 763px){
	#Letra-Escritorio{
		display: none;
	}
	#Letra-Movil{
		display: block;
	}

}


@media(max-width: 763px){
	#Gestion{
		font-size: 14px;
	}


}


/*MENU LATERAL*/

.scrollbar {
margin-left: 30px;
float: left;
height: 300px;
width: 65px;
background: #fff;
overflow-y: scroll;
margin-bottom: 25px;
}
.force-overflow {
min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #4285F4; }

.scrollbar-danger::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ff3547; }

.scrollbar-warning::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-warning::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #FF8800; }

.scrollbar-success::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #00C851; }

.scrollbar-info::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-info::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-info::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #33b5e5; }

.scrollbar-default::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-default::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-default::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #2BBBAD; }

.scrollbar-secondary::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-secondary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-secondary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #aa66cc; }

a{
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}


.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '▼';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.5em;
}
a[aria-expanded="true"]::before {
    content: '▲';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}




  
  .burger {
    width: 100px;
    /*4*/
    height: 50px;
    top: 10px;
    position: fixed;
    border-radius: 0 50px 50px 0;
    background: #FF0000;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
    transition: 1s;
    cursor: pointer;
  }
  
  .burger .btn-burguer {
    width: 25px;
    height: 5px;
    position: absolute;
    border-radius: 5px;
    right: 20%;
    top: 43%;
    background-color: white;
  }
  
  .btn-burguer::before,
  .btn-burguer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 5px;
    border-radius: 5px;
    background-color: white;
  }
  
  .btn-burguer::before {
    margin-top: 9px;
  }
  
  .btn-burguer::after {
    margin-top: -9px;
  }
  
  .burger a {
    position: absolute;
    top: 27%;
    right: 7%;
    font-weight: 400;
    color: #FF0000;
  }
  
  /* ====== Media query del burguer  ======= */

  @media only screen and (max-width: 768px) {
    .burger {
      width: 10%;
    }
  
    .burger a {
      visibility: hidden;
    }
  
    .burger:hover {
      width: 20%;
    }
  
    .burger:hover .btn-burguer {
      left: 50%;
    }  
  }  

  /* ====== Diseño Video  ======= */

  #myVideo {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  
  video {
    max-width: 100%;
    height: auto;
  }

  /*======= Diseño del Slider ======= */

  #mixedSlider {
    position: relative;
  }
  #mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
  }
  #mixedSlider .MS-content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    padding: 0 10px;
  }
  @media (max-width: 991px) {
    #mixedSlider .MS-content .item {
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-content .item {
      width: 100%;
    }
  }
  #mixedSlider .MS-content .item .imgTitle {
    position: relative;
  }
  #mixedSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    font-style: italic;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
  }
  #mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
  }
  #mixedSlider .MS-content .item p {
  
    margin: 2px 10px 0 5px;
    text-indent: 5px;
    font-size:14px;
    text-align:justify;
  }
  #mixedSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: normal;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
  }
  #mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
  }
  #mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
  }
  #mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  @media (max-width: 992px) {
    #mixedSlider .MS-controls button {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-controls button {
      font-size: 20px;
    }
  }
  #mixedSlider .MS-controls .MS-left {
    left: 0px;
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
      left: -10px;
    }
  }
  #mixedSlider .MS-controls .MS-right {
    right: 0px;
  }
  @media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
      right: -10px;
    }
  }
  #basicSlider { position: relative; }
  
  #basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
  }
  
  #basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 10px;
    vertical-align: middle;
  }
  @media (max-width: 991px) {
  
  #basicSlider .MS-content .item { width: 25%; }
  }
  @media (max-width: 767px) {
  
  #basicSlider .MS-content .item { width: 35%; }
  }
  @media (max-width: 500px) {
  
  #basicSlider .MS-content .item { width: 50%; }
  }
  
  #basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
  }
  
  #basicSlider .MS-controls button { position: absolute; }
  
  #basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
  }
  
  #basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
  }


  /* ====== Diseño Mapa  ======= */
  
  .map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  margin-bottom:20px;
  }
  .map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }

  /* ====== Diseño Menu Izquierdo  ======= */

  #sidebar.active {
      left: 0;
  }

  #dismiss {
    width: 45px;
    height: 35px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff0000;
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
    border-radius: 20px 0px 0px 20px;
    /* box-shadow: 4px 5px 10px rgba(0,0,0,0.3); */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .overlay {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 998;
      opacity: 0;
      transition: all 0.5s ease-in-out;
  }
  .overlay.active {
      display: block;
      opacity: 1;
  }

  #sidebar .sidebar-header {
      padding: 20px;
      background: #6d7fcc;
  }

  #sidebar ul.components {
      padding: 20px 0;
      border-bottom: 1px solid #47748b;
  }

  #sidebar ul p {
      color: #fff;
      padding: 10px;
  }

  #sidebar ul li a {
      padding: 15px;
      font-size: 1.1em;
      display: block;
    color:black;
    text-decoration:none;
    font-weight:500;
  }

  #sidebar ul li a:hover {
      color: #ff0000;
      
  }

  #sidebar ul li.active>a,
  a[aria-expanded="true"] {
      color: #fff;
      
  }

  a[data-toggle="collapse"] {
      position: relative;
  }

/*====== Cabezera de las subpaginas =======*/
.cabecera{
    background: url("../img/cabecera.png");    
    background-size: cover;
    height:250px;
}

/* ====== Media query de los titulos  ======= */
@media (min-width: 300px) and (max-width: 575px) { 
  #titulo, #NoticiaUleam, #Oferta, #Gestion, #informacion{        
    text-align:center;   
		box-shadow: 0px 7px 15px rgba(0, 0, 0, .3);        
		transition: all .5s;
  }
  
  #titulo{
    margin-top: 95px; 
    font-size: 30px;
    right: 60%;
    width: 250px;
    height: 50px;
    border-radius: 70px;
    line-height: 1.7;
  }

  #NoticiaUleam{
    margin-top: 95px;
    font-size: 30px;
    right: 22%;
    width: 270px;
    height: 50px;
    border-radius: 70px;
    line-height: 1.7;
  }

  #Oferta{
    margin-top: 70px; 
    font-size: 14px;
    right: 25%;
    width: 250px;
    height: 100px;
    border-radius: 20px;
    line-height: 1.5;
  }

  #Gestion{
    margin-top: 100px; 
    font-size: 14px;
    right: 25%;
    width: 250px;
    height: 90px;
    border-radius: 20px;
    line-height: 1.7;
  }

  #informacion{
    margin-top: 70px; 
    font-size: 25px;
    right: 25%;
    width: 250px;
    height: 90px;
    border-radius: 20px;
    line-height: 1.7;
  }
}

@media (min-width: 576px) and (max-width: 735px) { 
  #titulo, #NoticiaUleam, #Oferta, #Gestion, #informacion{   
    text-align:center;    
		box-shadow: 0px 7px 15px rgba(0, 0, 0, .3);    
    transition: all .5s;
  }

  #titulo{
    margin-top: 95px; 
    font-size: 30px;
    right: 60%;
    width: 250px;
    height: 50px;
    border-radius: 70px;
    line-height: 1.7;
  }

  #NoticiaUleam{
    margin-top: 95px; 
    font-size: 30px;
    right: 60%;
    width: 250px;
    height: 50px;
    border-radius: 70px;
    line-height: 1.7;
  }

  #Oferta{
    margin-top: -25px; 
    font-size: 18px;
    right: 3%;
    width: 250px;
    height: 100px;
    border-radius: 20px;
    line-height: 1.5;
  }
  
  #Gestion{
    margin-top: 10px;
    font-size: 18px;
    right: 2%;
    width: 250px;
    height: 90px;
    border-radius: 20px;
    line-height: 1.7;
  }

  #informacion{
    margin-top: -35px;
    font-size: 25px;
    right: 4%;
    width: 250px;
    height: 90px;
    border-radius: 20px;
    line-height: 1.7;
  }
}


@media (min-width: 735px) and (max-width: 1225px) { 
  #titulo, #NoticiaUleam, #Oferta, #Gestion, #informacion{   
    text-align:center;    
		 /*box-shadow: 0px 7px 15px rgba(0, 0, 0, .3);   */
    transition: all .5s;
  }

  #titulo{
    margin-top: 95px; 
    font-size: 30px;
    right: 60%;
    width: 250px;
    height: 50px;
    border-radius: 70px;
    line-height: 1.7;
  }

  #NoticiaUleam{
    margin-top: 95px; 
    font-size: 30px;
    right: 60%;
    width: 250px;
    height: 50px;
    border-radius: 70px;
    line-height: 1.7;
  }

  #Oferta{
    margin-top: -25px; 
    font-size: 18px;
    right: 3%;
    width: 250px;
    height: 100px;
    border-radius: 20px;
    line-height: 1.5;
  }
  
  #Gestion{
    margin-top: 10px;
    font-size: 20px;
    right: 2%;
    width: 250px;
    height: 90px;
    border-radius: 20px;
    line-height: 1.7;
  }

  #informacion{
    margin-top: -35px;
    font-size: 25px;
    right: 4%;
    width: 250px;
    height: 90px;
    border-radius: 20px;
    line-height: 1.7;
  }
}