@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: #3d3d3d;
 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: #000;
  margin: 1.5rem 0rem;
}

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"); 
}
  /*Flip card----------------------*/
  .card {
      border: none !important;
      background-color: #00000000;
  }
  
  .modulo-
  {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
  }
  
  .flip-card {
  
    width: 350px;
    height: 350px;
    perspective: 1000px;
    padding: 5%;
    
    
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
   }
  
  .flip-card-front {
    background-color: #bbbbbb00;
    color: rgb(255, 255, 255);
    border-radius: 500px;
  }
  
  .flip-card-back {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    transform: rotateY(180deg);
  }
  .porcentajes{
      font-family: 'Anton', sans-serif;
      font-size: 35px;
      font-weight: bold;
      color: #0062a3;
  }


  .bkg_1{
    background-color: #fff;
    background-attachment: fixed;
	-webkit-background-size: cover;
	
	background-repeat: no-repeat;
	background-position: bottom;
  }


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


/*--button--*/
button {
 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::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:hover::before {
 width: 105%;
}

button:hover {
 color: #fff;
}
/*--button--*/
.sumario{
  font-size: 2.5rem;
}
.presentado{
  font-size: 12px;
}
.presentado > a{
  color: #a13808;
}
.link{
  color: #a13808;
  transition: 0.5s;
}
.link:hover{
  color: #f1f1f1;
  transition: 0.5s;
}
.intro{
  background: #ebebeb;
}
.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: #232323;
  color: #f1f1f1;
}
@media only screen and (max-width: 700px) {

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

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