@charset "utf-8";

/* elimino los margenes de default */
* {
	margin: 0;
	padding: 0;
}


/* ligas a sin decoración */
a {
	text-decoration: none;
	color: #007e97;
}

/*botones*/
.btn-rau {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	background: #005b83;
	color: #fff;
	display: inline-block;
	margin: auto;
	padding: 5px;
	width: 200px;
	text-decoration: none;
	border-radius: 10px;
	vertical-align: middle;
	border: 1px solid #fff;
}

.btn-rau:hover {
	background: #007e97;
	cursor: pointer;
	color: #fff;
}

/* Whatss App Business*/
#wa-b {
	width: 150px;
	height: 150px;
	z-index: 9999;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
}

.boton-wa {
	margin: 10px;
	text-align: center;
	padding: 10px;
	background: rgba(255,255,255,.75);
	border-radius: 30px;
}

.boton-wa a{
	font-family: 'Nunito', sans-serif;
	color: #007e97;
	font-size: 12px;
	font-weight: 700;
}


/* estilo general del cuerpo */
.cuerpo {
	width: 90%;
	margin: auto;
	text-align: center;
}

.corto {
	width: 50%;
}

/* espacio entre divs*/
.espacio {
	width: 100%;
	height: 50px;
	display: inline-block;
}

/* página rau */
#fondo-rau {
	background: linear-gradient(to bottom, #001d2e, #004b6f, #001d2e);
	background-image: url("../img/fondo-rau-2024.jpg");
	background-repeat: repeat-y;
	background-position: center;
	background-size: contain;
}

.encabezado-rau {
	z-index: 2;
	width: 85%;
	heigh: 200px;
	margin: auto;
	padding-top: 50px;
	display: block;
	text-align: center;
	color: #005b83;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	position: relative;
}

.encabezado-rau h1 {
	font-size: 48px;
}

.encabezado-rau  h2 { 
	font-size: 36px;
}

.encabezado-rau  h3 {
	font-size: 30px;
}

.encabezado-rau  h4 {
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
}

.logo_rau {
	width: 250px;
	margin: auto;
	padding: 30px;
	border-radius: 100%;
	background: transparent;
	text-aling: center;
	transition: all .5s;
}

.logo_rau img {
	width: 200px;
	transition: all .5s;
}

.logo_rau:hover {
	background: #005b83;
}

.logo_rau img:hover {
	filter: grayscale(100%) invert(100%) hue-rotate(30deg) brightness(1000%);
}

.slogan {
	width: 50%;
	margin: auto;
	padding: 20px;
}

.temario {
	width: 50%;
	margin: auto;
	padding: 30px  20px;
	text-aling: center;
}

.img-pegada {
	position: sticky;
	top: 20px;
}

/** DESTACADOS  */
.destacados{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
	font-family: 'Raleway', sans-serif;
}

.destacados::before{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12em;
    color: rgba(0, 0, 0, 0.07);
}

.game{
    position: relative;
    width: 40%;
    height: 200px;
	color: #fff;
    margin: 40px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .5s;
	background: linear-gradient(45deg, #005b83, #0096a9);
}


.game img{
     position: absolute;
     left: 50%;
     bottom: 0;
     transform: translate(-50%);
     height: 250px;
     z-index: 1;
     transition: all .5s;
}

.game:hover img{
     left: 75%;
     height: 250px;
}



.game .content{
     position: relative;
     width: 50%;
     left: 20%;
     padding: 20px 20px 20px 40px;
     color: #FFF;
     opacity: 0;
     transition: all .5s;
}

.game:hover .content{
     left: 0;
     opacity: 1;
}

.game .content h3{
     text-transform: uppercase;
     font-size: 1.5em;
     line-height: 1em;
}

.cuerpo-rau {
	display: inline-block;
    position: relative;
	width: 100%;
	height: 400px;
	background-image: url("../img/parallax-rau2024.png");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 30px 0px;
	vertical-align: middle;
	margin: auto;
}

.cuerpo-rau::before{
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.0);
}

.hotel-rau {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	width: 40%;
	height: 400px;
	margin: auto;
	padding: 15px;
}

.hotel-rau h3 {
	font-size: 30px;
	margin-top: 150px;
}

.mapa-rau {
	display: inline-block;
	width: 40%;
	height: 400px;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.mensaje {
	display: inline-block;
	width: 450px;
	padding: 20px;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 50px;
	color: #005b83;
	font-family: 'Nunito', sans-serif;	
}

.mensaje h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
}

.mensaje h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
}

.mensaje p, li {
	font-size: 18px;
}


.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
	font-family: 'Nunito', sans-serif;
	vertical-align: middle;
	text-align: center;
}

.card {
  width: 45%;
  height: 500px;
  margin-bottom: 30px;
  background-size: cover !important;
  background-position: center !important;
  cursor: default;
}

.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  background: rgba(0,91,131,.75);
  opacity: 0;
  transition: all .5s;
	border-radius: 250px;
}

.card-container .card-title {
  font-size: 34px;
  font-weight: 400;
  padding: 10px 0 0 0;
  color: #fff;
}

.card:hover .card-container {
  opacity: 1;
}

.card:nth-child(1) {
  background: url("../img/iridiaSalazar.png");
}

.card:nth-child(2) {
  background: url("../img/regina_orozco.png");
}



/* footer */
footer {
	width: 100%;
	display: inline-block;
	text-aling: center;
}

#redes-rau {
	width: 300px;
	height: 60px;
	text-align: center;
	margin: auto;
}

#redes-rau li {
	padding: 10px;
	display: inline-block;
}

#redes-rau img {
	width: 35px;
}

/* copyrigth */
.copyrigth-rau {
	width: 25%;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #005b83;
	font-size: 13px;
	padding: 25px 0px;
	margin: auto;
}


@media (max-width:1100px){
	.cuerpo {
		width:80%;
		padding: 5px;
		margin: auto;
	}
	
	.encabezado-rau h1 {
		font-size: 42px;
	}

	.encabezado-rau  h2 {
		font-size: 30px;
	}

	.encabezado-rau  h3 {
		font-size: 18px;
	}

	.mensaje {
		width: 90%;
		margin-left: 0px;
	}

	.mensaje h3 {
		font-size: 36px;
	}

	.mensaje p {
		font-size: 16px;
	}
	
	.game{
		height: 150px;
	}

	.game img{
		 height: 200px;
	}
	
	.game:hover img{
		 height: 200px;
	}

	.game .content{
		 width: 40%;
	}


	.game .content h3{
		 font-size: 1.2em;
	}
	
}

@media (max-width:900px){
	.game{
		width: 80%;
	}
}

@media (max-width:800px){
	.img-pegada {
		position: static;
	}
	
	.cuerpo-rau {
		height: 800px;
	}

	.hotel-rau {
		width: 100%;
	}

	.mapa-rau {
		width: 100%;
	}	
	
	.card {
	  	width: 100%;
	}
	
}

@media (max-width:550px){
	.game img{
		 height: 150px;
	}
	
	.game:hover img{
		 height: 150px;
	}
	
	.mapa-rau iframe {
		width: 300px;
	}
	
	.btn-rau {
		width: 100%;
	}
	
	.temario {
    	width:100%;
	}
	
	.card {
		height: 350px;
	}
}