@import url('https://fonts.googleapis.com/css2?family=Lora&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	color: #000;
}

footer{
 background: #242424;
 color: #fff;
}
header{
  background: #ed1c24;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 3px solid #242424;
}
h3{
  text-transform: uppercase;
}

.logoExpansion{
  height: 30px;
  margin: 0.5rem 0rem;
}
 
/*Header*/
.oper {
  background-image: url(../img/cae.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 800px;
}

.tit1 {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5vw;
  padding: 18% 0px 20% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/*Header*/



/*--button--*/
button.mas {
 padding: 0.5em 2em;
 border: 2px solid #ed1c24;
 position: relative;
 overflow: hidden;
 background-color: transparent;
 text-align: center;
 text-transform: uppercase;
 font-size: 16px;
 transition: .3s;
 z-index: 1;
 font-family: inherit;
 color: #fff;
}

button.mas::before {
 content: '';
 width: 0;
 height: 300%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) rotate(180deg);
 background: #ed1c24;
 transition: .5s ease;
 display: block;
 z-index: -1;
}

button.mas:hover::before {
 width: 105%;
}

button.mas:hover {
 color: #fff;
}
/*--button--*/

.bajada{
  background-color: #242424;
  text-align: center;
  color: #f1f1f1;
  font-size: 1.2rem;
}
.link{
  color: #e4fbf2;
  transition: 1s;
}
.link:hover{
  color: #1B4332;
  transition: 1s;
}
.fondo{
  background: #1b4332;
}
.redondo{
  border-radius: 15px;
}
.fondo2{
 background: #1B4332;
background: linear-gradient(180deg, rgba(27, 67, 50, 1) 30%, rgba(255, 255, 255, 1) 100%);
}

  .fondo3{
  background: url(../img/cae-4.jpg);
  background-size: 100%;
  padding: 15% 0%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.glass{
    /* From https://css.glass */
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 3% 8%;
}




@media only screen and (max-width: 700px) {

	
}