.logowhite{
    display: none;
}
.fixedHeader .logoblack{
    display: none;
}
.fixedHeader .logowhite{
    display: block;
}
.bannerprincipal{
    padding: 15% 0%;
    animation: slide infinite 5s linear alternate-reverse;
    overflow: hidden !important;
}
.bannerprincipal .banner_content{
    text-align: left;
}
.ready{ animation: none !important;}
.mainmenu li img{
    width: 50%;
}
.serviciobtn {
    background-color: #c86b85;
    border-radius: 10px;
    padding: 1% 5%;
    color: #fff;
    transition: .5s ease;
}
.serviciobtn:hover{
    background-color: #333;
    color: #c86b85;
    transition: .5s ease;
}
.btn-whatsapp span{
    background-color: red !important;
}
.d-none {
    display: none;
}
@keyframes slide {
    0% {
      
      background: url(../images/bg2.jpg);
      background-size: cover;
      background-position: 0%;
    }
    40% {
        background: url(../images/bg2.jpg);
        background-size: cover;
        background-position: 0%;
      }
      60% {
        background: url(../images/bg1.jpg);
        background-size: cover;
        background-position: 5%;
    }
    100% {
        background: url(../images/bg1.jpg);
        background-size: cover;
        background-position: 5%;
    }}
    .bannerprincipal h2{
        color: transparent !important;
      font-size: 3em !important;
      background: url(../images/textura.jpg) -20px -20px repeat;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
      }
      .bannerprincipal h1{
        color: transparent !important;
      font-size: 2.5em !important;
      background: url(../images/textura.jpg) -20px -20px repeat;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
      }
      .back h3{
          text-transform: none !important;
      }
      .freatured2 {
          background: #fff;
      }
      .back{
          height: 16em;
          padding: 5%;
      }
      .front h3 i{
          font-size: 2em !important;
          color: #fff !important;
      }
      .front, .back{
          border-radius: 10px;
      }
      @media only screen and (min-width: 320px) and (max-width: 767px){
        .bannerprincipal{
            padding: 40% 0%;
            animation: slide infinite 5s linear alternate-reverse;
            overflow: hidden !important;
        }
        .bannerprincipal .banner_content{
            text-align: center;
        }
        @keyframes slide {
            0% {
              
              background: url(../images/bg2.jpg);
              background-size: cover;
              background-position: 50%;
            }
            40% {
                background: url(../images/bg2.jpg);
                background-size: cover;
                background-position: 50%;
              }
              60% {
                background: url(../images/bg1.jpg);
                background-size: cover;
                background-position: 51%;
            }
            100% {
                background: url(../images/bg1.jpg);
                background-size: cover;
                background-position: 51%;
            }}
        .header_01{
            padding: 1% !important;
        }
        .logo img{
            width: 50%;
        }
        .navigator{
            padding: 0px;
        }
        .bannerprincipal .banner_content{
            -webkit-box-shadow: 0px 0px 0px 2px #A0A0A0, inset 0px 10px 27px -8px #141414, inset 0px -10px 27px -8px #A31925, 4px 12px 5px -6px rgba(0,0,0,0); 
box-shadow: 0px 0px 0px 5px #A0A0A0, inset 0px 10px 27px -8px #141414, inset 0px -10px 27px -8px #A31925, 4px 12px 5px -6px rgba(0,0,0,0);
        }
        .bannerprincipal h2{
            color: transparent !important;
          font-size: 3em !important;
          background: url(../images/textura.jpg) -20px -20px repeat;
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
          }
          .bannerprincipal h1{
            color: transparent !important;
          font-size: 2.5em !important;
          background: url(../images/textura.jpg) -20px -20px repeat;
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
          }
          .sec_title{
              font-size: 1.5em;
          }
      }