@font-face {
  font-family: 'ClanPro-Bold';
  src: url('../fonts/ClanPro-Bold.otf');
}

@font-face {
  font-family: 'ClanPro-Boldtalic';
  src: url('../fonts/ClanPro-BoldItalic.otf');
}

@font-face {
  font-family: 'ClanPro-News';
  src: url('../fonts/ClanPro-News.otf');
}

@font-face {
  font-family: 'ClanPro-NewsItalic';
  src: url('../fonts/ClanPro-NewsItalic.otf');
}

 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E" ) !important ;
}
.nav-item-hover:hover {
  background-color: #7db600 !important;
  
}
.nav-item-hover:hover a {
  color: white !important;
}



.baner {
  background-image: url("../img2/Banner-ppal.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  min-height: 80vh;
  align-items: center;
  justify-content: flex-end;
  z-index: 9999;
  position: relative;
}

.fondoboni{
  background-image: url("../img2/Imagen-5.png");
  background-repeat:no-repeat;
  background-position: center center;
  min-height: 50vh;
  margin-top: -47px !important;

  background-size: cover;

}

body{
    background-color: #f4f4f4;
    overflow-x: hidden;
}
.contacto{
  font-size: 20px;
  margin-top: 7px;
}
section{
    margin-top: 10%;

}
footer {
    width: 100%;
  }
  
  .green-section {
    background-color: #7db600;
    color: white;
    padding: 50px 0;
  }
  
  .blue-section {
    background-color: #0169cc;
    color: white;
    padding: 50px 0;
  }
  
  button {
    background-color: green;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
  }
  
  h3 {
    margin-top: 0;
  }
  h4{
    color: #7db600;
    font-family: ClanPro-Bold ;
  }
  .pequeño{
    
    font-size: 15px;
      
  }
.fs-2{
  font-size: 2rem !important;
    color: #0169cc !important;

}
.bold{
  font-family: ClanPro-Bold;


}
.imagenes{
  width: 90%;
}
.f2{
  font-family: ClanPro-Boldtalic;
}
.f3{
  font-family: ClanPro-News ;
}
ul ::marker {
  color: #7db600;
}
ul{
  font-family: ClanPro-News ;
}

.ulwhite ::marker{
  color: white !important;


}
.ulwhite li {
  line-height: 2rem;
  margin-bottom: 10px;
}

h4,h2{
  margin-bottom: 30px;
}
h5{
  margin-top: 40px;
  margin-bottom: 60px;
}
p{
  font-family: ClanPro-News ;
}
.fondobg{
  background-color: #ffff;
}
.fondobg2{
  background-color: #f4f4f4;

}

.btnp{
  margin-top: 5%;
  font-size: 12px;
}





@media (max-width:1000px) {
    .logos {
      width: 80% !important;
    }

    
  }

  @media (max-width:768px) {
    .baner {

      background-position: center top;

      background-size: contain;

      position: relative;
      min-height: 61vh;
      align-items: flex-end;

    }
    .benefi{
      margin-top: 8%;
    }
    
  }

  @media (max-width:700px) {
    .imageneslog{
      width: 35% !important;
    }

    .cambio{
      
        display: flex;
        flex-direction: column-reverse;
      
    }

    .logos {
      width: 80% !important;
    }
    .pequeño{
      font-size: 12px;
    }
    h6{
      font-size: 12px !important;
    }
    .btnp{ font-size: 8px;}
    /* .el_row{
    flex-direction: column;

    } */
    /* #medisan{
      width: 100%;
    }
    #plandent{
      width: 700%;
    
    }
    #colsanitas{
      width: 70%;
    } */
    #Medisanitas{
      padding-left: 0 !important;
      padding-right: 0 !important;

    }

    .col-4{
        width: 100%;
        padding: 40px;
    }
    .elsm{margin-bottom: 10px;}

    
  }

 

.btn-wsp{
  position:fixed;
  width:60px;
  height:60px;
  line-height: 63px;
  bottom:25px;
  right:25px;
  background:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-wsp:hover{
  background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
  .btn-wsp{
      width:63px;
      height:63px;
      line-height: 66px;
}
}


