* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: helveticaTitulo;
  src: url(../css/fontello/Helvetica\ Neue\ LT\ Std\ 75\ Bold.ttf);
}

@font-face {
  font-family: helveticaNav;
  src: url(../css/fontello/Helvetica\ Neue\ LT\ Std\ 55\ Roman.ttf);
}

body {
  box-sizing: border-box !important;
}

.btn_calificacion{
  width: auto;
  border: none;
  background: #232323 !important;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 8px 25px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  border-radius: 50px !important;
}

.container-fluid {
  background-color: rgb(244, 216, 12);
  padding-top: 20px;
  padding-left: 50px !important;
}

.navbar-brand {
  font-size: 2.5rem !important;
  font-weight: 700;
  position: relative;
  bottom: 11px !important;
}
.container-nav-items{
  margin-top: 40px !important;
}

.nav-item a{
  color: black;
    font-size: 1.6rem;
    margin-right: 20px;
    font-family: helveticaNav;
}

.header.header.sticky {
  padding: 30px !important;
  background-color: #f4d80c !important;
  border: none;
  height: 80px !important;
}

.main-menu ul,
.main-menu ul li {
  display: flex;
  position: relative;
  bottom: 6.7px;
  flex-direction: row;
}

#navbarNav {
  justify-content: flex-end;
  text-align: right;
}

.containerGeneral {
  border: 5px solid grey;
}

.borde {
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px black solid;
  border-radius: 1.5rem;
  background-color: black;
  height: 30px;
  margin-top: 12px;
  margin-left: 20px;
  padding: 19px 14px 11px 3px;
  width: 158px;
}

.containerBuscador {
  background-color: rgb(244, 216, 12);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  flex-wrap: nowrap;
}

.probar {
  color: black;
  font-weight: 700;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.titulo {
  font-size: 65.66pt !important;
  font-family: helveticaTitulo;
  color: #202323;
}

.BuscarServicio {
  background-image: url(../img/back1.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110vh;
  width: 100% !important;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.contenedor h4 {
  font-family: helveticaTitulo;
}

.containerBotones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 900px !important;
}

.boton {
  background-color: white;
  width: 370px !important;
  padding-top: 5px;
  padding-bottom: 7px;
  border: none;
  border-radius: 1rem;
  margin: 20px;
}
.boton a{
  text-decoration: none;
  color: black;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 2rem;
  font-weight: 700;
}

.container-encontra-experto {
  background-image: url(../img/back2.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110vh;
  width: 100% !important;
  min-width: 100%;
  border: #404446 solid 4px;
}

.titulo-encontra {
  background-color: #f4d80c;
  display: inline-block;
  margin-top: 200px;
  font-size: 70px;
  font-family: helveticaTitulo;
  padding-bottom: 10px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #070707;
}

.titulo-encontra-2 {
  background-color: #f4d80c;
  display: inline-block;
  margin-left: 197px;
  font-size: 70px;
  font-family: helveticaTitulo;
  padding-bottom: 10px;
  font-weight: 600;
  color: #070707;
}

.container-textos-encontra {
  position: relative;
  left: 0px;
  top: 55px;
  text-align: right;
  width: 500px  !important;
}

.container-imagenes-expertos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  padding-left: 100px;
  padding-top: 110px;
}

.container-img-mix {
  color: white;
  display: flex !important;
  align-items: center !important;
  flex-direction: column;
}

.container-img-mix p {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  font-family: helveticaTitulo;
}

.container-imagenes-expertos img {
  height: auto;
  width: 130px !important;
  overflow: hidden;
}

.container-cons-varios {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  position: relative;
  right: 15px !important;
}

.container-contacto {
  height: 100vh;
  width: 100%;
  background-color: #f4d80c;
  min-width: 100%;
}

.titulo-contactanos {
  font-size: 70px;
  font-weight: 700;
  font-family: helveticaTitulo;
  color: #202323;
  padding-top: 50px;
}

#contactForm {
  display: flex;
  margin: 40px;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

.container-inputs {
  display: flex !important;
  justify-content: center;
}

#contactForm input {
  padding: 30px !important;
  width: 100% !important;
  margin-right: 100px;
  flex-wrap: wrap;
  border-radius: 0.375rem !important;
  border: none !important;
  margin-bottom: 50px !important;
}

.container-mensaje-contacto {
  display: flex;
  justify-content: center;
  width: 1270px !important;
}

.text-area {
  height: 280px !important;
  min-width: 100% !important;
  border-radius: 0.375rem !important;
  border: none !important;
}

.page_header {
  padding-top: 65px !important;
}

.paddingN {
  margin-top: 10px;
  font-size: 40px;
}

.container-boton-contacto {
  display: flex;
  justify-content: center;
  margin-top: 50px !important;
}

.btn-primary {
  background: #202323;
  color: white;
  width: 120px;
  font-size: 24px !important;
  --bs-btn-bg: black !important;
  text-decoration: none;
  border: #070707 solid 1px !important;
  border-radius: 40px !important;
  padding: 0px;
}

.registrarB {
  background-color: #202323 !important;
  border-radius: 80px !important;
  font-size: 22px;
  width: 100%;
}

.btn-primary:hover {
  text-decoration: none;
  background-color: #484c4e !important;
}

.custom-search-input {
  width: 1000px!important;
}

.form_buscar {
  display: flex;
  justify-content: center;
}

.form-group-registro {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  padding: 8px;
  padding-left: 0px !important;
}

.icon_pencil {
  padding-right: 20px !important;
}

.icon_mail {
  padding-right: 20px !important;
}

.icon_lock {
  padding-right: 20px !important;
}

.contenedor-registrarse {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex-direction: column;
  align-items: center !important;
}

.form-sign {
  width: auto !important;
}

.clearfix {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  height: 68px;
}
.clearfixx {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.container_check {
  margin-left: 5px;
}

.form-registro {
  width: 100%;
}

.botonIngresar {
  margin-bottom: 10px !important;
}

.form-ingreso {
  width: 87%;
}

.titulo-ingreso {
  font-size: 28px !important;
}
.container-parallax {
  background: url("../img/Mispublicaciones.jpg");
  background-size: cover;
  background-repeat: repeat;
  height: 450px;
  width: 100% !important;
}
.container-parallax3 {
  background: url("../img/MiPerfil.jpg");
  background-size: cover;
  background-repeat: repeat;
  height: 450px;
  width: 100% !important;
}
.container-parallax2 {
  background: url("../img/Mispresupuestos.jpg");
  background-size: cover;
  background-repeat: repeat;
  height: 450px;
  width: 100% !important;
}
.TituloParallax {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 450px;

  h1 {
    color: #ffffff;
    font-family: helveticaTitulo;
    font-size: 46px;
  }
}
.header .header-datos{
  text-align: center !important;
  background: #f4d80c !important;
  color: #232323 !important;
  height: 100px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-family: helveticaTitulo;
}

.nva_publicacion{
  margin-left: 80px;
}

.boton-nva-publicacion{
  margin-bottom: 40px;
}

.contenedor-img-publicaciones{
  padding-left: 50px;
  margin-top: 30px;
  padding-right: 50px;
}
.contenedor-img-publicaciones2{
  margin-top: 30px;
}

.btn-edita-publicacion{
  background-color: #f4d80c !important;
  position: relative;
  bottom: 5px;
}
.contenedor-edita-publicacion{
  margin-left: 10px !important;
}
#tab-a{
  margin-bottom: 5px;
}
#tab-b{
  margin-bottom: 5px;
  font-size: 2rem !important;
}
.form-group3{
  width: 300px;
}
.form-control3{
width: 237px !important;
margin-bottom: 8px;
display: block;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control4{
  margin-bottom: 8px;
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.form-control5{
  width: 300px !important;
  margin-bottom: 8px;
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-left: 16px;
}
#contact-form2{

}
.container-buscador{
  max-width: 1300px !important;
}

.label-perfil{
  color: rgb(0, 0, 0);
  padding-left: 18px;
  margin-bottom: 2px;
}
.perfilcontenedor{
  display: flex;
  justify-content: center;
  width: 100%;

}
#updateForm{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 4px;
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: white;
  height: 380px;
}

.boton-contacto {
  padding: 30px;
}
.botonPresu{
  background: #ffffff;
  color: rgb(0, 0, 0);
  width: 120px;
  font-size: 24px !important;
  --bs-btn-bg: black !important;
  text-decoration: none;
  border: #070707 solid 1px !important;
  border-radius: 40px !important;
  padding: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  animation: breatheBlack 2s ease-in-out infinite;
}
.botonWhs{
  background: white;
  color: #18a84c;
  width: 120px;
  --bs-btn-bg: black !important;
  text-decoration: none;
  border: 1px solid #55bd7e !important;
  border-radius: 40px !important;
  padding-right: 25px;
  padding-left: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


.buttonMap{
  background: black;
  color: white(0, 0, 0);
  /* width: 100%; */
  font-size: 15px !important;
  --bs-btn-bg: black !important;
  text-decoration: none;
   border: 2px solid #d2d8dd00 !important;
  border-radius: 40px !important;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.buttonMap>a{
  color: white !important;
}
@media screen and (max-width: 1930px){
  .container-textos-encontra{
    width: 780px !important;
    left: 200px;
  }
}
@media screen and (max-width: 1380px) {
  .titulo-encontra {
    background-color: #f4d80c;
    display: inline-block;
    margin-top: 200px;
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #070707;
  }

  .titulo {
    font-size: 60px !important;
  }

  .contenedor h4 {
    font-size: 60px !important;
  }

  .boton {
    background-color: white;
  }
.boton a{
  font-size: 1.5rem;
}
  .BuscarServicio {
    background-position: center;
  }

  .titulo-encontra-2 {
    background-color: #f4d80c;
    display: inline-block;
    margin-left: 103px;
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #070707;
  }

  .container-textos-encontra {
    position: relative;
    left: 0px;
    top: 0px !important;

  }

  .container-imagenes-expertos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding-top: 42px !important;
  }

  .container-img-mix {
    color: white;
    display: flex !important;
    align-items: center !important;
  }

  .container-img-mix p {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .container-imagenes-expertos img {
    height: auto;
    overflow: hidden;
  }

  .container-cons-varios {
    gap: 50px !important;
  }

  .container-contacto {
    height: 115vh;
    width: 100%;
    background-color: #f4d80c;
    min-width: 100%;
  }

  .titulo-contactanos {
    font-size: 70px;
    margin-top: 100px;
  }

  #contactForm {
    display: flex;
    margin: 40px;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
  }

  .container-inputs {
    height: auto !important;
    flex-direction: column !important;
  }

  #contactForm .form-control2 {
    padding: 20px;
    width: 330px !important;
    margin-right: 100px;
    flex-wrap: wrap;
  }

  .container-mensaje-contacto {
    display: flex;
    justify-content: center;
  }

  .text-area {
    height: 250px;
    min-width: 100%;
  }

  .container-boton-contacto {
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
  }

  .btn-primary:hover {
    text-decoration: none;
    background-color: #404446 !important;
  }

  .borde {
    padding: 19px 14px 16px 3px !important;
    margin-top: 12px !important;
  }

  .form-control4{
    width: 70% !important;
  }
}

@media screen and (max-width: 1700px) {
  .titulo-encontra {
    background-color: #f4d80c;
    display: inline-block;
    margin-top: 200px;
    font-size: 46px;
    padding-bottom: 10px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #070707;
  }

  .titulo-encontra-2 {
    background-color: #f4d80c;
    display: inline-block;
    margin-left: 129px;
    font-size: 46px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #070707;
  }

  .container-imagenes-expertos img {
    width: 100px !important;
    flex-wrap: nowrap;
  }

  .container-imagenes-expertos {
    padding-top: 70px;
  }

  .container-contacto {
    height: auto;
    width: 100%;
    background-color: #f4d80c;
    min-width: 100%;
  }

  
}

@media screen and (max-width: 1200px) {
  .titulo {
    font-size: 60px !important;
  }

  .navbar-brand {
    font-size: 30px !important;
    top: 0px;
    a{
      padding-bottom: 5px !important;
    }
  }

  .contenedor h4 {
    font-size: 40px !important;
  }
.dropdown.user{
padding-top: 0px !important;
}
  .boton {
    background-color: white;
    width: 250px !important;
    padding-top: 6px;

    a {
      font-size: 1.3rem;
    }
  }

  .custom-search-input {
    display: flex;
    justify-content: center;
  }

  

  .BuscarServicio {
    background-image: url(../img/back1.png);
    background-position: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110vh;
    width: 30% !important;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }

  #toTop {
    display: none !important;
  }

  .container-encontra-experto {
    background-image: url(../img/back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% !important;
    height: 90vh !important;
    width: 100% !important;
    border: #404446 solid 4px;
  }

  .container-textos-encontra {
    width: auto !important;
    position: relative;
    left: 150px;
    top: 40px !important;

  }

  .titulo-encontra {
    background-color: #f4d80c;
    display: inline-block;
    margin-top: 100px;
    font-size: 35px;
    padding-bottom: 10px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #070707;
  }

  .titulo-encontra-2 {
    background-color: #f4d80c;
    display: inline-block;
    margin-left: 98px;
    font-size: 35px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #070707;
  }

  .container-imagenes-expertos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 85px;
    width: auto !important;
    flex-wrap: nowrap;
    padding-top: 100px;
    position: relative;
    right: 20px;
    top: 100px !important;
    margin-right: 0px !important;
  }

  .container-imagenes-expertos img {
    width: 100px !important;
  }
  .containerBienvenida{
    width: 100% !important;
  }
  .container-img-mix p {
    margin-top: 10px;
    font-size: 14px !important;
    font-weight: 700;
  }

  .container-cons-varios {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 5px !important;
    gap: 80px !important;
  }

  .container-contacto {
    height: auto;
    width: 100%;
    background-color: #f4d80c;
    min-width: 100%;
  }

  #contactForm .form-control2 {
    padding: 20px;
    flex-wrap: wrap;
    margin: auto !important;
  }
  .main-menu a{
    font-size: 22px;
  }
  .borde{
    width: 142px;
    margin-top: 9px !important;
    padding-bottom: 12px !important;
  }
}

@media (max-width: 1030px){
 
}
@media (max-width: 992px) {
  .nav-link {
    padding-bottom: 20px !important;
    margin-top: 20px;
  }



  .custom-search-input {
    width: 100% !important;
  }

  .nav-link:hover {
    color: #b8b8b8 !important;
  }

  .a.btn_1,
  .btn_1 {
    text-align: center !important;
  }

  .nav-item a {
    margin-right: 0px !important;
  }

  .registrarB {
    background-color: white;

  }
  #zona-publicacion{
    display: flex;
    flex-direction: column;
  }
  .contenedor-img-publicaciones{
    display: flex;
    align-items: center;
  }
  .container-logo {
    display: flex;
    padding: 0% !important;
    justify-content: center !important;
  }

  .navbar-toggler {
    border: #333333 solid 2px !important;
  }

  .navbar-toggler:hover {
    background-color: rgba(133, 133, 133, 0.452) !important;
    border: none;
  }

  .linkNav {
    flex-direction: column;
  }
  .nva_publicacion{
    margin-left: 0px !important;
  }
  .form_buscar {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }

  .nav-item {
    display: flex;
    justify-content: center;
    height: 100px !important;
    align-items: flex-end !important;
    border-bottom: 0.4px solid grey !important;
  }
.main-menu a{
  font-size: 26px!important;
}
  .main-menu ul,
  .main-menu ul li {
    display: flex;
    position: relative;
    bottom: 0px !important;
    flex-direction: row;
  }

  .main-menu-mobile ul,
  .main-menu-mobile ul li {
    display: flex;
    flex-direction: column !important;
    justify-content: flex-end;
  }

  .main-menu ul li {
    border-top: none;
    border-bottom: none !important;
  }

  #header_menu {
    background-color: #f4d80c;
    color: #202323;
  }

  .nav-item a {
    color: #202323;
  }
  .form-control3{
    width: 100% !important;
  }
  .borde {
    display: flex;
    justify-content: center !important;
    text-align: center;
    border: none !important;
    border-radius: 1.5rem;
    background-color: rgb(255, 255, 255);
    width: 150px;
    padding-bottom: 24px;
    padding-top: 20px;
    padding-left: 10px;

    margin: 0px !important;
    font-size: 20px;
  }

  .icon_menu {
    color: #202323 !important;
  }

  .borde a {
    color: #202323 !important;
    margin-bottom: 48px !important;
  }

  .add {
    padding-right: 9px !important;
    margin-bottom: 8px !important;
    color: white !important;
  }
#registrarse{
  color: white ;
}
  .container-imagenes-expertos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-top: 110px;
  }



  .contenedorBuscador {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 50% !important;
  }

  .text-area {
    width: 200px !important;
  }
.modal-footer{
  display: flex !important;
  justify-content: center !important;
}
  .a.btn_1,
  .btn_1 {
    width: 30% !important;
  }
  .dropdown.user{
    margin-top: 10.5px;
  }
  .titulo{
    font-size: 40px !important;
  }
}

@media screen and (max-width: 600px) {
  .btn_calificacion{
    width: auto;
    border: none;
    background: #232323;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
  }
  .container-textos-encontra {
    width: auto !important;
    padding: 0px !important;
    position: relative;
    left: 50px !important;
    bottom: 40px !important;
  }
  #categoria2{
    width: 40px !important;
  }
  .titulo-encontra {
    background-color: #f4d80c;
    display: inline-block;
    margin-top: 10px;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 3px;
    margin-top: 50px;
    font-weight: 700;
    color: #070707;
  }
  .titulo-encontra-2 {
    background-color: #f4d80c;
    display: inline-block;
    margin-left: 85px;
    font-size: 30px;
    padding-bottom: 5px;
    font-weight: 700;
    color: #070707;
  }

  .container-imagenes-expertos {
    position: relative;
    top: 40px !important;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }

  .img-varios {
    margin-bottom: 0px !important;
  }

  .container-cons-varios {
    flex-wrap: wrap !important;
    position: relative;
    bottom: 30px;
  }

  .titulo {
    font-size: 29px !important;
  }

  .container-encontra-experto {
    background-position: 70% !important;
  }

  .container-contacto {
    height: auto;
    width: 100%;
    background-color: #f4d80c;
    min-width: 100%;
  }

  .container-inputs {
    margin: 0px !important;
    height: 610px;
  }

  .titulo-contactanos {
    margin-top: 10px !important;
    font-size: 30px;
  }

  .btn-primary {
    width: 120px !important;
    --bs-btn-bg: black !important;
    text-decoration: none;
    border: #070707 solid 1px !important;
    border-radius: 40px !important;
    height: 40px;
    font-size: 20px !important;
  }
  .search_bar_list{
    width: 270px !important;
  }
  .search_bar_list input[type='text']{
    width: 200px !important;
  }



  .contenedor-registro {
    width: 80%;
  }

  a.btn_1,
  .btn_1 {
    width: 120px !important;
    text-align: center;
  }
.btn-edita-publicacion{
  width: 100px !important;
}
  #forgot {
    font-size: 11px !important;
  }
  .container_check{
    font-size: 11px !important;
  }



  .custom-search-input input {
    width: 300px !important;
  }
  header a.open_close {
    display: block;
    margin-top: 14px;
}
.form-group3{
  width: 300px;
}
.form-control3{
width: 300px !important;
margin-bottom: 8px;
display: block;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.TituloParallax h1{
  font-size: 34px !important;
}
.custom-search-input{
  margin-top: 5px !important;
}

.tips-container{
  margin-top: 30px !important;
  margin-bottom: 30px;
}

}

@media screen and (max-width: 400px){
  .TituloParallax h1{
    font-size: 32px !important;
  }
  .container-encontra-experto{
    height: 165vh !important;
  }

  .btn_calificacion{
    width: 200px;
    border: none;
    background: #232323 !important;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
  }
  #categorias4{
    text-align: center !important;
    width: 170px !important;
  }
.nombre_pretador{
  font-size: 20px !important;
}
#calificacionMobile{
  display: none !important;
}
.form-control4{
  width: 100% !important;
}
.rating-section{
  width: 100% !important;
    flex-direction: column;
}
.tituloBienvenida{
  font-size: 20px !important;
}
.containerBienvenida p{
  font-size: 18px !important;
}
.tips-container {
margin-top: 20px !important;
}
.rating-section{
  margin-bottom: 10px !important;
}

.containerPerfil{
  padding: 25px !important;
}

.tips-container{
  margin-top: 30px !important;
  margin-bottom: 30px;
}

}

@media screen and (max-width: 1400px){
  .containerPerfil{
    padding: 40px !important;
  }
}



@media screen and (min-width: 769px) and (max-width:1440px){
  .profile-container{
    height: auto !important;
  }

  .containerLogoBienv h5{
    font-size: 18px !important;
  }

  .containerLogoBienv p{
    font-size: 12px !important;
  }
}
  @media screen and (max-width: 1000px){
     .tituloBienvenida{
      font-size: 24px !important;
     }
  }
    @media screen and (max-width: 765px){

   .tips-container{
    margin-top: 30px !important;
    margin-bottom: 30px;
  }

 
  } 


