@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;

}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 300px;
    padding: 3px;
    border-style: solid;
    border-color: #fff;
    border-radius: 50%;
    margin-top: 40px;
    line-height: 3em;
    text-align: center;
}

footer{

 background: #1a1a1a;

 color: #fff;

}

header{

  background: #ffffff;

  position: fixed;

  width: 100%;

  z-index: 100;

  border-bottom: 3px solid #1a1a1a;

}

h5{

  font-size: 2.5rem;

  font-weight: 600;

  color: #363636;

}

p{

  color: #232323;

}

hr{

  width: 100px;

  padding: 2px;

  background: #0000c9;

  margin: 1.5rem 0rem;

  opacity: 1;

}

a{

  color: #000;

}



hr.lb{

  width: 100px;

  padding: 2px;

  background: #fff;

  margin: 1.5rem 0rem;

}



.logoExpansion{

  height: 50px;

  margin: 0.5rem 0rem;

}

ul.ok { list-style-image: url("../img/ok.png"); 

}



/*Header*/

.oper {

  background-image: url(../img/portada_pfizer.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 #0000c9;

 position: relative;

 overflow: hidden;

 background-color: #0000c9;

 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: #0000c9;

}

.link{

  color: #0000c9;

  transition: 0.5s;

}

.link:hover{

  color: #0000c9;

  transition: 0.5s;

}

.intro{

  background: #f5f5f9;

}

.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: #f5f5f9;

  color: #f1f1f1;

}



.cita{

  font-style: italic;

  color: #0000c9;

  font-size: 1.5rem;

}

.fg{

    background: #f1f1f1;

    border-radius: 15px;

}

.citfg{

    background: #0000c9;

    border-radius: 15px;

    padding: 2%;

}



.autor{

  font-size: 0.9rem;

  color: #1a1a1a;

}





@media only screen and (max-width: 700px) {



/*Header*/

.oper {

  background-image: url(../img/portada_pfizer-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*/

	

}