@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

*{
  padding: 0px;
  margin: 0px;
  border: 0px;
}
body{
    font-family: 'Poppins', sans-serif;
    color: #2D2A26;
}
h5{
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}
header{
    background: #000;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.logo-quien{
    height: 40px;
    margin: 0.5rem;
}
footer{
    background: #eee;
}

.bajada{
    font-size: 1.3rem;
    background: #eee;
}
.elle{
    width: 200px;
    padding: 0.8rem;
}
.aire-y{
    padding-top: 30%;
    padding-left: 2rem;
    padding-right: 2rem;

}
.espacio{
    padding-top: 4rem;
}
.negro{
    background: #000;
}
.abajo{
    padding-bottom: 10%;
}
.link{
    color: #850a5d;
}
.link:hover{
    color: ;
}
/*Portada Principal*/
.oper{
    background-image: url(../img/portada_fashion.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: 50% 0px 10% 0px;
    color: #fff;
    text-shadow: 0px 0px 20px #000;
    text-align: -webkit-center;
    text-transform: uppercase;
}
/*Portada Principal*/

.aire{
    padding-right: 0px;
    padding-left: 0px;
}
 .negro{
    background: color:#000;
 }



.sumario{
    color: #fff;
    font-size: 14px;
    text-transform: none;
}

.button {
 display: inline-block;
 padding: 12px 24px;
 border: 1px solid #4f4f4f;
 border-radius: 4px;
 transition: all 0.2s ease-in;
 position: relative;
 overflow: hidden;
 font-size: 19px;
 color: black;
 z-index: 1;
}

.button:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.button:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #000;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.button:hover {
 color: #ffffff;
 border: 1px solid #000;
}

.button:hover:before {
 top: -35%;
 background-color: #000;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button:hover:after {
 top: -45%;
 background-color: #000;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

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

.aire-y {
    padding-top: 100px;
}
.ih-item.circle.effect6 .info p {
    color: #bbb;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 1rem;
    }

}


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

.aire-y {
    padding-top: 30px; 
    padding-left: 0rem; 
    padding-right: 0rem; 
}
.ih-item.circle.effect6 .info p {
    color: #bbb;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 14px;
}

.oper {
        background-image: url(../img/portada_fashion-m.jpg);
    }
.tit1 {
      font-size: 8vw;
      text-shadow: 0px 0px 20px #000;
      text-transform: uppercase;
      border: none;
    }
.back_2{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 25%, rgba(35,91,78,1) 25%, rgba(35,91,78,1) 100%);
    }
.back{

    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(35,91,78,1) 0%, rgba(35,91,78,1) 75%, rgba(255,255,255,1) 75%);
    }
.pr-5, .pl-5 {
    padding-right: 0rem!important;
    padding-left: 0rem!important;;
    }
}

@media only screen and (max-width: 768px) {
.ih-item.circle.effect6 .info p {
    color: #bbb;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 0.9rem;
}

}