/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body p{
  text-align: justify;
  font-family: 'Poppins', sans-serif !important;
}

@media (max-width:991px){
  .menu-link{
    color:#444
  }

}

@media (max-width:767px){
  .modal-body {
    max-width: 100%;
    overflow-x: auto;
  }
  
  .list-group{
    width: 180px;
     float: left;
     margin-left: 10px;
  }
  .team-image{
    /*padding:5vh 0 0 0 !important;*/
  }
  .team{
    padding: 0 !important;
    margin: 0 10px !important;
  }
  .customcol1{
    margin: 0 0 3.5rem 0 !important;
  }
  .customroww{
    margin: 0 !important;
  }
  .customrowb{
    margin: 0 !important;
  }
  .customcol2{
    margin: 0 0 1.5rem 0 !important;
  }
}
@media (min-width:768px){
  .customcol2{
    margin: 0 0 2.5rem 0 !important;
  }
}

#s2p1{
  margin-bottom: 2.5rem;
}

.buttondiv{
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 10%);
}

.sepfilas{
  margin:2vh 0 5vh 0;
}

.submenutitulo{
  text-transform: initial;

}

.lohnbuchlist p{
  text-align: center;
  margin-bottom:25px;
}

.lohnbuchlist h4{
  font-weight: bold;
}

.lohnul{
  list-style: circle;
}

.lohnul li {
  margin: 15px 0px !important;
  height: 48px;
}

.aboutusul{
  list-style: none;
}

.aboutusul li {
  margin: 10px 0px !important;
  height: 24px;
  text-align: center;
}

.team-content p{
  text-align: left !important;
}

.footerquickmenu a{
  font-size:14px;
  color:white;
  font-weight: bold;
}

.contenedorcontacto{
  position: relative;
   width: 100%;
   display: flex;


}

.contenedorcontacto::before{
  content: "";
  background-image: url('../images/contactback.jpeg');
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.22;

}

.col-margin-c{
  padding: 50px;
}

.longlabel{
  height:53px;
}

.rowcb{
  margin: 10px 0px;
}

.aclaracion{
  font-size:0.8rem;
  color:#706f6f;
}

.ayudap {
    color:#fff;
    background-color:#feb22a;
    width:17px;
    height:17px;
    display:inline-block;
    border-radius:100%;
    font-size:10px;
    text-align:center;
    text-decoration:none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
}

.footerquickmenu a{
  font-size: 18px;
}

.labeloptform{
  color:#555555b8 !important;
}

.oculto{
  display: none !important;
}

.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}
@media(max-width:767px){
  .customrow1{
    margin-bottom: 4vh !important;
  }

  .customrow2{
    margin-bottom: -1vh;
  }
  .customcont{
    margin-top:40px;
  }
  .smalllink{
    font-size:14px !important;
  }
  .customcol01{
    padding: 0 !important;
  }
  #s2outptitle{
    height: 32px;
  }
  #slidertext2{
    padding: 21px 25px 23px !important;
    transform: translateX(-20px) !important;
  }
  #slideJan{
    margin-left: -52% !important;
    margin-top: 50% !important;
  }
}

@media(max-width:400px){
  #slidertext2{
    transform: translateX(-20px) !important;
  }
  

}