@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: 16px;
	color: #404040;
}

footer{
 background: #3d3d3d;
 color: #fff;
}
header{
  background: #ed1c24;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 3px solid #3d3d3d;
}
h3{
  font-family: montserrat, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #333;
  font-size: 2rem;
}
h4{
  font-family: montserrat, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #333;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.logoExpansion{
  height: 25px;
  margin: 0.4rem 0rem;
}

/*Header*/
.oper {
  background-image: url(../img/portada-suarovsky.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: 25% 0px 25% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/*Header*/


/*--button--*/
button.learn-more {
 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.learn-more::before {
 content: '';
 width: 0;
 height: 300%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) rotate(45deg);
 background: #ed1c24;
 transition: .5s ease;
 display: block;
 z-index: -1;
}

button.learn-more:hover::before {
 width: 105%;
}

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

.intro{
  font-size: 1.3rem;
  font-weight: 200;
}
hr.linea1{
  width: 150px;
  height: 3px;
  background: #f1f1f1;
  opacity: 1;
  margin: 0 auto;
}
hr.linea2{
  width: 50px;
  height: 3px;
  background: #ed1c24;
  opacity: 1;
}
.fondo1{
  background: #f1f1f1;
}
.aire{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.box1{
  background: rgb(33,37,41);
background: linear-gradient(0deg, rgba(33,37,41,1) 30%, rgba(33,37,41,0) 30%);
}

.borde1{
  border: solid 10px #fff;
}
.p-5{
  padding: 3rem;
}

.pie{
  font-size: 14px;
}
.modal-content{
    background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 3% 8%;
}

.redondo{
  border-radius: 10px 30px;
}

.parent {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 4 / 4; }
.div2 { grid-area: 3 / 3 / 6 / 6; }

.aire1{
  padding-top: 0px;
}

/* From Uiverse.io by alexroumi */ 
button.btn-1 {
 padding: 20px 30px 5px 30px;
 border: unset;
 border-radius: 10px;
 color: #212121;
 z-index: 1;
 background: #e8e8e8;
 position: relative;
 font-weight: 700;
 font-size: 17px;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 transition: all 250ms;
 overflow: hidden;
}

button.btn-1::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 0;
 border-radius: 15px;
 background-color: #212121;
 z-index: -1;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 transition: all 250ms
}

button.btn-1:hover {
 color: #e8e8e8;
}

button.btn-1:hover::before {
 width: 100%;
}

.criterio{
  font-size: 1.2rem;
  font-weight: 600;
}

.info{
  color: #999;
  font-size: 13px;
}
.link{
  color: #ed1c24;
}
.link:hover{
  color: #ed1c24;
}
.cita{
  color: #ed1c24;
}
.autor{
  color: #999;
  font-size: 12px;
}
.box{
  background: #44474a;
  border-radius: 15px;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {

  .oper {
  background-image: url(../img/portada-suarovsky-m.jpg);

}

.tit1 {
  font-size: 10vw!important;
  padding: 30% 0px 30% 0px;
  color: #fff;

}



.p-5{
  padding: 2rem!important;
}

.aire1{
  padding-top: 2rem;
}
	
}