*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: 'Gotham bold';
  src: url('Gotham Bold.otf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@media  all and(max-width:320px){
  html{
    font-size: 12px;
  }
}

html{
  font-size: 16px;
}

/*___GLOBALES___*/

h1,h2,h3{
  font-family: 'Gotham bold';
}

h1{
  font-size: 10rem;
}

h2{
  font-size: 2.6rem;
}

h3{
  font-size: 2rem;
}
h4{
  font-size: 1.6rem;
}

p{
  font-size: 1rem;
}

.btn-wsp{
  position: fixed;
  width: 3,7rem;
  height: 3.7rem;
  line-height:4rem;
  bottom: 2rem;
  right: 2rem;
  background: #0df053;
  color: #fff;
  border-radius: 5rem;
  font-size: 3.3rem;
  box-shadow: 1px 1px rgba(0,0,0,0.3);
  z-index: 100;
}



/*---HEADER---*/

.navbar{
  background-color: transparent !important;
}

.custom-toggler .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(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
} 
.navbar-nav li{
  font-weight: bold;
}
.color-nav{
  background-image: linear-gradient(to right, #bdf5d1, #a9f3d7, #95f1e0, #80efea, #6cebf5);
}
.color-nav a{
    color: #fff !important;
}

.color-nav a:hover{
    color: #077054 !important;
}

.header-site img{
  border-radius: 5px;
}

@media all and(max-widht:500px){
  .header-site{
    width: 100%;
  background-image: url("../img/proteccion-portada-mobile1.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  }
}

.header-site{
  width: 100%;
  height: 40rem;
  background-image: url("../img/proteccion-portada1.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}


.header-site .navbar {
    background-color: transparent !important;
  }

 .bi-facebook{
   margin-right: 1rem;
   margin-left: 1rem;
   padding: auto;
 }

  .borde{
    -webkit-text-stroke: 2px #065842;
    font-weight: bold;
  }

  .header-site{
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 85%, 90% 100%, 10% 100%, 0 85%, 0% 20%);
  }




  /*---BIENVENIDOS---*/

  /*---CARRUSEL INSTALACIONES---*/
  .bg-carrusel{
    width: 100%;
    height: 40rem;
    background-image: url("../img/bg-carrusel.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }




/*---ESPECIALIDADES---*/
.card{
  border: none;
}

.especialidades{
  background-image: linear-gradient(to bottom, #cef7dd, #bff5e0, #b1f2e5, #a4efeb, #98ebf2);
}
.especialidades a{
  text-decoration: none;
}

/*---STAFF---*/


/*---UBICACIÓN---*/

.map-responsive{

  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-responsive iframe{

  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

/*---TESTIMONIALES---*/

/*---FORMULARIO---*/

.cont-form{
  background: linear-gradient(-100deg, #b1f0c0 50%,white 50%);
}

.col-form{
  background: #2b2e4a;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.contact-form {
  list-style-type: none;
}

.contact-form li div {
  margin-bottom: 2.5em;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  margin: 0;
  padding-bottom: 1.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 3px solid slategrey;
  background: #2b2e4a;
  font-family: 'Roboto', sans-serif;
  color: lightgrey;
  font-weight: 700;
  font-size: 18px;
  transition: ease-in-out 0.25s;
}

.contact-form textarea {
  min-height: 50px;
  max-height: 500px;
  white-space: pre-wrap;
  word-wrap: break-word;
  resize: vertical;
  overflow: hidden;
}

.contact-form ::-webkit-input-placeholder {
  font-size: 12px;
  color: slategrey;
  text-transform: uppercase;
  font-weight: 400;
}

.contact-form label {
  font-size: 12px;
  color: slategrey;
  text-transform: uppercase;
  font-weight: 400;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.contact-form button:focus {
  outline: none;
  resize: none;
  border-bottom: 3px solid #db4d57;
}

.contact-form button {
  color: lightgrey;
  background: rgba(34, 34, 34, 0.0);
  border: 3px solid #db4d57;
  height: 74px;
  width: 200px;
  float: right;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: ease-in-out 0.25s;
}

.contact-form button {
  transition: ease-in-out 0.25s;
  
}

.contact-form button:hover {
  background: #db4d57;
  color: lightgrey;
}

.contact-form button:hover span {
  padding-left: 10px;
  color: white;
} 

.margen-redes{
  margin-right: 2rem;
}

.tel{
  width: 20rem;
  padding: 2rem 0 2rem 0;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-transform:lowercase;
}

.correo{
  width: 20rem;
  padding: 2rem 0 2rem 0;
  font-size: 1.2rem;
  text-transform:lowercase;
  color: white;
}
.correo:hover{
  color: blue;
}

/*---FOOTER---*/
.bg-footer{
  background: url(../img/bg-footer.jpg);
}

.footer-nav a{
  color: #fff !important;
}

.footer-nav a:hover{
  color: #53ddb8 !important;
}

/*--OTRAS ESPECIALIDADES---*/

.enlaces-nav a{
  color: #0cb88a !important;
}

.enlaces-nav a:hover{
  color: #008ef4 !important;

}

 .cont-especialidades p{
  color: #fff;
}

.implantes{
    color: #16e6ae ;
   
}

.linea-verde{
  height: .5rem;
  

}







