body{
	font-family:'Barlow';
	line-height: 1.2rem	;
	font-weight: 300;
}

.texto-descripcion{
	font-size: .75rem;
	color: white;
	text-align: justify;
	padding: .75rem;
	font-weight: 600;
}

.texto-principal{
  color:white;
  font-weight: 700;
  line-height: 1.8rem ;
  font-size: 1.2rem;
}

.texto-titulo{
	font-size: 2rem;
	color: #F29200;
	font-weight: bold;
}

.text-golden{
	color: #F29200;
}

.titulo-imagen{
	font-size: 1.5rem;
	color: white;	
	padding: .5rem;
	font-weight: 600;
}

.titulo-principal{
	font-size: 2.5rem;
	line-height:2.5rem;
}
.titulo-paradores{
	font-size:2rem;
	font-weight: bolder;
	text-shadow: 2px 1px 2px black, 0 0 0.2em black, 0 0 0.2em black;
}

.titulo-general-paradores{
	border-radius: 0px 0px 15px 15px;
	width: 100%;
	text-align: center;
}

.titulo-compuesto{
  line-height: 2.5rem;
}

.titulo-compuesto .linea1{
  font-size:2rem;font-weight:300
}
.titulo-compuesto .linea2{
  font-size:4rem;font-weight:900
}

.titulo-compuesto-small{
  line-height: 1rem;
}

.titulo-compuesto-small .linea1{
  text-align: left;
  font-size:.8rem;font-weight:300
}
.titulo-compuesto-small .linea2{
  text-align: left;
  font-size:1.5rem;font-weight:900
}

.titulo-compuesto-paradores{
  line-height: 3rem;
  padding: 5px;
}

.titulo-compuesto-paradores .linea1{
  font-size:4.5rem;font-weight:600;
  text-align: left;
  
}
.titulo-compuesto-paradores .linea2{
  font-size:3.5rem;font-weight:300;
  text-align: right;
}

.titulo-compuesto-ubicacion{
  line-height: 3rem;
  padding: 5px;
}

.titulo-compuesto-ubicacion .linea1{
  font-size:4rem;font-weight:600;
  text-align: center;
  margin-right: 40px;
  
}
.titulo-compuesto-ubicacion .linea2{
  font-size:3rem;font-weight:300;
  text-align: center;
  margin-left: 40px;
}

#offcanvasNavbar{
	background-color:#0F154E ;
	color: white;
}

#offcanvasNavbar .nav-link{
	color: white;
}

.link-white{
	color:white;
	text-decoration: none;
}

/* NOTAS */
  .contenido p{
    font-size: 12px;
    color: black;
  }

  .contenido p a{
    text-decoration: none;
    color: black;
  }

  .contenido .date{
    font-size: 10px
  }

  .contenido .categoria{
    font-size: 10px;
  }

  .card{
  border-radius: 0rem;
}

.card-img, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.liga-notas{
	text-decoration: none !important;
	color: black;
}

.radio-izq{
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	background-color:white;
	border:0px;
}

.radio-der{
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
	border:0px;
	padding: 0px;
}

.texto-submenu{
	font-size: .9rem;
}

.texto-submenu::before{
       content: '';
       display: inline-block;
       width: 5px;
       height: 5px;
       -moz-border-radius: 7.5px;
       -webkit-border-radius: 7.5px;
       border-radius: 7.5px;
       background-color: white;
       margin-bottom: 2px;
       margin-left: 5px;
    }

 .row-paradores{
  	height: 150px;
  }

  .row-paradores-texto{
  	margin-top: -90px;
  }

  .row-paradores-texto-2{
    margin-top: -70px;
  }

  

  .div-boton-meteorito{
  	text-align: right !important;
  }

  .div-boton-manzanero{
  	text-align: left !important;
  }

  .parrafo-texto{
  	font-size: 1rem;
  	line-height: 1.2rem;
  	font-weight: normal;
  	text-align: justify;
  	color: black;
  }

  .img-manzanero{
  	margin-top: 400px;
  }

  .div-logo-sigloxxi{
  	margin-top:200px;
  }

  .fondo-uxmal{
  	background-color: black;
		background-repeat: no-repeat;		
		background-position: cover;
		background-size: 100% 70%;
  }

  .texto-eventos p{ 
    color: white; 
  }

  #nota-principal-web{
    
  }
  #nota-principal-movil{
    display: none;
  }

  #section-siglo-xxi{
    background-position: top 100%;	
    background-size: 100% 100%;
  }

@media(max-width:991px){
  .container-responsive{
    margin-top: 275px;
  }

  #section-siglo-xxi{
    background-position: center;	
    background-size: cover;
  }

}

@media (max-width: 768px) {

    #test{
      background-color: orange;
    }

    .titulo-compuesto .linea2{
      font-size:2.6rem;font-weight:900
    }

    .titulo-general-paradores {
    	margin-top: 20px;
    	border-radius:15px;
    }

    .titulo-general-paradores>font {
    	font-size: 1rem !important;
    }

    .titulo-paradores{
    	font-size: 1.2rem;
    }

    .row-paradores{
    	height: auto;
    }

    .row-paradores-texto{
    	margin-top: -45px;
    }

    .row-paradores-texto-2{
      margin-top: -35px;
    }



    .div-boton-meteorito{
    	text-align: center !important;
    }

    .div-boton-manzanero{
    	text-align: center !important;
    }

    .img-manzanero{
    	margin-top: 0px;
    }

    .div-logo-sigloxxi{
    	margin-top:10px;
    }

    .fondo-uxmal{
    	background-color: black;
  		background-repeat: repeat-y;		
  		background-position: 0% 0%;
  		background-size: auto;
    }

     #nota-principal-web{
      display: none;
    }
    #nota-principal-movil{
      display: block;
    }

    main{
      
    }

    .container-responsive {
      margin-top: 210px;
    }

  .container-responsive{
    margin-top: 210px;
  }
}

@media(max-width: 575px){

  .container-responsive{
    margin-top: 210px;
  }


}

@media(max-width: 480px){
  .container-responsive{
    margin-top: 180px;
  }

}

@media(max-width: 330px){
  .container-responsive{
    margin-top: 130px;
  }

}