/* SALMA CANTOS CSS */

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 995px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}

/* end media*/

@media (min-width: 995px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 995px;
  }

  .ea-body {
    padding-left: 50px!important;
  }
}

p strong, li strong {
  font-weight: 600;
}
/* end media*/

#wrapper-footer-full {
  background-color: #fff;
  font-size: 0.85rem;
}

#wrapper-footer-full a {
  text-decoration: none;
}

#wrapper-footer-full a:hover {
  text-decoration: underline;
}


/* contact form  */ 

.wpcf7 {
  max-width: 100%!important;
}


.wpcf7-form input[type="text"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form input[type="email"],  
.wpcf7-form textarea {
  border-radius:0;
  background: transparent!important;
  border: none;
  box-shadow: none;
  border-bottom:2px solid #000;
  padding: 10px 0;
  color:#000;

}
.wpcf7 input[type="submit"] {
  width:140px;
  background: #fff;
  border:2px solid #000;
  border-radius:0;
  font-size:20px;
  color:#000;
  font-weight:500;

}
.wpcf7 input[type="submit"]:hover {
  background: #000;
  color:#fff;
  border:2px solid #000;
}
.wpcf7 input[type="submit"]:disabled{
  background: #fff;
  color:#000;
  border:2px solid #000;

}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0!important;
}
.wpcf7 form .wpcf7-response-output {
  margin:0!important;
  padding:20px!important;
  background-color: #fff;
  color:red;
}

.wpcf7-form ::placeholder  {
  color: #000!important;
  font-weight: normal;
  font-size: 16px;
}
.wpcf7-not-valid-tip  {
  color: red!important;
  font-weight: normal;
  font-size: 15px;
  padding: 10px;
}
.wpcf7-form textarea{
  height: 90px;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=week]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  box-shadow: none;
  border-color:#000;
}




/* header */
.navbar-brand img {
  max-width: 200px;
  height: auto;
  padding-left: 10px;
}


/* .redes svg {
    max-width: 25px;
  } */

.nav-link {
  font-weight: 300;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.nav-link:hover,
.active .nav-link {
  color: #fff;
}

/*
  #main-menu .dropdown-item:focus, #main-menu  .dropdown-item:hover {
    background-color: none!important; 
  }*/
.offcanvas-body .nav-link:focus,
.offcanvas-body .nav-link:hover {
  color: #fff !important;
}



@media only screen and (min-width: 768px) {
  .navbar-brand img {
    max-width:100%;
    padding-left: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    color: #000;
    border-right:1px solid #000;
    font-size: 1.8vw;
  }
  .nav-link:hover,
  .active .nav-link {
    color: #000;
    text-decoration: underline;
  }

  .offcanvas-body .nav-link:focus,
  .offcanvas-body .nav-link:hover {
    color: #000 !important;
  }

}/*  end css */


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

}/*  end css */
@media only screen and (min-width: 1024px) {
  .navbar-brand img {
    max-width:240px;
  }
  .nav-link {
    font-size: 17px;
  }
}/*  end css */
@media only screen and (min-width: 1200px) {
  .navbar-brand img {
    max-width:280px;
  }

}/*  end css */
.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><g><rect x="2.2" y="9.6" style="fill:%23000;" width="45.7" height="6.4"/><rect x="2.2" y="21.8" style="fill:%23000;" width="45.7" height="6.4"/><rect x="2.2" y="34" style="fill:%23000;" width="45.7" height="6.4"/></g></svg>');
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler-icon:focus,
.btn-close:focus {
  outline: none !important;
  border: none !important;
  border-width: 0;
  box-shadow: none !important;
  border: none;
}


a.enlaces-perfil {
  color: #000;
  font-size: 18px;
 
}
a.enlaces-perfil:hover {
  text-decoration: underline;
  color: #333;
}

.link-transparente {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;

}

.sp-easy-accordion .sp-ea-single {
  background: #fff;
  border: none;
}
.sp-easy-accordion .sp-ea-single h2 {
  font-weight: 300;
}

.grecaptcha-badge {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tab-content > .tab-pane {

    display: block!important;
    opacity: 1!important;

  }
}/*  end css */