@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: #000;
}

footer{
 background: #1a1a1a;
 color: #fff;
}
header{
  background: #ed1c24;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 3px solid #3d3d3d;
}
h5{
  font-size: 2.5rem;
  font-weight: 600;
  color: #363636;
}
p{
  color: #232323;
}
hr{
  width: 100px;
  padding: 2px;
  background: #003057;
  margin: 1.5rem 0rem;
  opacity: 1;
}
a{
  color: #000;
}

hr.lb{
  width: 100px;
  padding: 2px;
  background: #fff;
  margin: 1.5rem 0rem;
}

.logoExpansion{
  height: 30px;
  margin: 0.5rem 0rem;
}
ul.ok { list-style-image: url("../img/ok.png"); 
}

/*Header*/
.oper {
  background-image: url(../img/portada_everland.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 18% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/*Header*/

.shadow-png{
   filter: drop-shadow(-2px 2px 15px rgba(0, 0, 0, 0.7));
}

/*--button--*/
button.ver {
 padding: 0.5em 2em;
 border: 2px solid #003057;
 position: relative;
 overflow: hidden;
 background-color: #003057;
 text-align: center;
 text-transform: uppercase;
 font-size: 16px;
 transition: .3s;
 z-index: 1;
 font-family: inherit;
 color: #fff;
}

button.ver::before {
 content: '';
 width: 0;
 height: 300%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) rotate(45deg);
 background: #117ad0;
 transition: .5s ease;
 display: block;
 z-index: -1;
}

button.ver:hover::before {
 width: 105%;
}

button.ver:hover {
 color: #fff;
}
/*--button--*/
.sumario{
  font-size: 1rem;
}
.presentado{
  font-size: 12px;
}
.presentado > a{
  color: #93D500;
}
.link{
  color: #93D500;
  transition: 0.5s;
}
.link:hover{
  color: #F2F2F2;
  transition: 0.5s;
}
.intro{
  background: #003057;
}
.aire{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.tb{
  color: #f1f1f1;
}
.tn{
  color: #2b2b2b;
}
.destacado{
  border: #888 solid 1px;
  padding: 1rem;
}
.redondo{
  border-radius: 10px;
}
.fn{
  background: #003057;
  color: #f1f1f1;
}
.cita{
  background: #4b2664;
  color: #fff;
}


@media only screen and (max-width: 700px) {

/*Header*/
.oper {
  background-image: url(../img/portada_everland-m.jpg);
}

.tit1 {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8vw;
  padding: 25% 0px 20% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/*Header*/
	
}