@font-face {
    font-family: surco-bold;
    src: url(../fonts/surco-bold.otf);
}
@font-face {
    font-family: surco-italic;
    src: url(../fonts/surco-italic.otf);
}
@font-face {
    font-family: surco-regular;
    src: url(../fonts/surco-regular.otf);
}
body {
  background-color: #fff;
  max-width:100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5ea49a !important;
    font-family: surco-regular;
    font-size: 20px;
    opacity: 1; /* Firefox */
    text-align: left;
    padding: 0 10px 10px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5ea49a !important;
    font-family: surco-regular;
    font-size: 20px;
    opacity: 1; /* Firefox */
    text-align: left;
    padding: 0 10px 10px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #5ea49a !important;
    font-family: surco-regular;
    font-size: 20px;
    opacity: 1; /* Firefox */
    text-align: left;
    padding: 0 10px 10px;
}
.btn {

    border: 1px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    font-family: surco-regular;
    font-size: 20px;
    text-align: center;
    color: #5ea49a !important;
    float: right;
}
.btn:hover {
  opacity: 0.7;
  color:#fff;
}

.only-mobile {
  display: none;
}
.only-desktop {
  display: block;
}
p {
  color: #FFFFFF;
  font-family: roboto-thin;
}
h3 {
  color: #FFFFFF;
  text-align: center;
  font-family: alegreyasc-regular;
}
a:hover {
  text-decoration: none;
}

/* preloader */
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #5ea49a;
    z-index: 1100;
}
#loader {
    width: 250px;
    height: 250px;
    position: absolute;
    left:50%; top:50%;
    margin:-125px 0 0 -125px;
}
#img-loader {
    width: 250px;
    height: 250px;
}
.row {
  position: relative;
}
/* MENÚ */
.navbar {
  padding-top: 10px;
  padding-bottom: 50px;
  background-image: url(../img/barra-menu-marbaz.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  transition: 1s all;
}
.littleLogo .navbar {
  padding-bottom: 30px;
}
.nav-link {
  color:#fff;
  font-size: 16px;
  font-family: surco-bold;
  padding-left: 50px !important;
  padding-right: 50px !important;
  -webkit-transition: color 1s; /* Safari */
  transition: color 1s;
  letter-spacing: 1px;
}

.nav-link:hover {
  color:#5ea49a;
}
#logo-principal {
  width: 200px;
  transition: 1s all;
}
.littleLogo #logo-principal {
  width: 100px;
}
.menu-laterales {
  margin-top: -120px;
  transition: 1s all;
}
.littleLogo .menu-laterales {
  margin-top: -20px;
}
/* SECCION PRINCIPAL */
#btn-ingreso-sistema {
  position: fixed;
  right: -30px;
  bottom: 15px;
  transition: 1s all;
  z-index: 1000;
}
#btn-ingreso-sistema:hover {
  right: -10px;
}
#img-ingreso-sistema {
  width: 180px;
}
#home {
  height: 100vh;
  min-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url(../img/portada-marbaz.jpg);
}
#wrapper-title-principal-home {
  width: 255px;
  margin: 340px auto 0;
}
.title-principal-home {
  font-family: surco-italic;
  font-size: 30px;
  color: #fff;
  background-color: #5ea49a;
  text-align: center;
  padding: 0 5px;
  width: 252px;
  margin: 0 auto 10px;
}
#title-home-2 {
  width: 182px;
}
/* SECCION NOSOTROS */

#nosotros {
  background-color: #5ea49a;
  position: relative;
  padding: 100px 0 50px;
  height: auto;
}
#img-logo-title-marbaz {
  margin: 0 auto;
  display: block;
}
.title-section{
  text-align: center;
  color: #fff;
  font-family: surco-bold;
  font-size: 40px;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.green {
  color: #5ea49a;
  padding-bottom: 60px;
}
.txt-section {
  text-align: center;
  color: #fff;
  font-family: surco-regular;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 35px;
}

/* SECCION SERVICIOS */

#servicios {
  background-color: #dce1e3;
  position: relative;
  padding: 100px 0 50px;
  height: auto;
}
.wrapper-sevicio {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  cursor: pointer;
}
.iconos-servicios {
  width: 75px;
  height: 105px;
  background-image: url(../img/iconos-marbaz.png);
  background-position: -16px 0 ;
  margin: 0 auto 10px;
}
#servicios-ausentismo {
  background-position: -120px 0;
  width: 117px;
}
#servicios-historias {
  background-position: -275px 0;
  width: 90px;
}
#servicios-atencion{
  background-position: -401px 0;
  width: 93px;
}
#servicios-lugar-trabajo {
  background-position: -527px 0;
  width: 132px;
}
#servicios-libreta {
  background-position: -690px 0;
  width: 95px;
}
#servicios-controles-preventivos {
  background-position: -815px 0;
  width: 95px;
}
#servicios-asesoramiento {
  background-position: -940px 0;
  width: 80px;
}
#servicios-saludables {
  background-position: -1050px 0;
  width: 125px;
}
#servicios-medico {
  background-position: -1205px 0;
  width: 75px;
}
#servicios-enfermeria {
  background-position: -1313px 0;
  width: 143px;
}
#servicios-psicotecnicos {
  background-position: -1492px 0;
  width: 85px;
}
#servicios-psiquiatricos {
  background-position: -1610px 0;
  width: 73px;
}
#servicios-seguros {
  background-position: -1714px 0;
  width: 77px;
}
#servicios-semestrales-salud {
  background-position: -1058px 0;
  width: 115px;
}
#servicios-busqueda-personal {
  background-position: -1825px 0;
  width: 95px;
}
#servicios-asesoramiento-legal {
  background-position: -1947px 0;
  width: 90px;
}
.txt-servicios {
  font-family: surco-bold;
  font-size: 20px;
  color: #5ea49a;
  text-align: center;
  line-height: 25px;
}

/* SECCION CONFIAN */
#confian {
  background-color: #fff;
  position: relative;
  padding: 100px 0 100px;
  height: auto;
}

/* SECCION LABORAL */

#laboral {
  background-color: #5ea49a;
  position: relative;
  padding: 100px 0 50px;
  height: auto;
}
#col-inicial-laboral {
  margin-bottom: 75px;
}
.wrapper-btn{
  width: 100%;
  height: 71px;
  margin: 0 auto 30px;
  background-image: url(../img/btn-background.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 1s all;
  cursor: pointer;
}
.wrapper-btn:hover {
  opacity: 0.7;
}
.txt-btn-medicina {
  font-family: surco-bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 29px;
  margin:0;
  padding: 5px 0;
}
/* SECCION CONTACTO */

#contacto {
  background-color: #dce1e3;
  position: relative;
  padding: 100px 0 50px;
}
#contactForm {
  margin-top: 30px;
}
.form-group input{
  background-color: transparent;
  border-top: none;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom:1px solid #fff;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  width: 80%;
  color: #5ea49a !important;
  font-family: surco-regular;
  font-size: 20px;
}
#input_mensaje {
  background-color: transparent;
  border-top: none;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom:1px solid #fff;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
  width: 80%;
  height: 130px;
  color: #5ea49a !important;
  font-family: surco-regular;
  font-size: 20px;
}
#btn_enviar {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: surco-regular;
  font-size: 20px;
  text-align: center;
  color: #5ea49a !important;
  float: right;
}
#list-footer {
  list-style: none;
  margin-top: 50px;
}
.li-footer {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.txt-footer {
  font-family: surco-regular;
  font-size: 20px;
  color: #5ea49a;
  text-align: left;
  padding-left: 20px;
  float: left;
  margin: auto 0;
  line-height: 55px;
}
.ico-footer {
  float: left;
  width: 37px;
  height: 50px;
  background-image: url(../img/contacto/mail-iconos.png);
  background-position: 0 0;
}
#ico-mail {
  background-position: -55px 0;
  width: 45px;
}
.ico-redes {
  float: left;
  width: 66px;
  height: 63px;
  margin-right: 20px;
  background-image: url(../img/contacto/redes-iconos.png);
  background-position: 0 0;
}
#ico-facebook {
  background-position: -84px 0;
}
#logo-footer {
  width: 130px;
}
/* MODALES */
.modal-dialog {
  max-width: 600px;
}
.modal-header {
  background-color: #3e6e80;
}
.modal-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: surco-bold;
}
.modal-body p {
  color: #3e6e80;
  font-size: 18px;
  font-family: surco-regular;
}
/* STYLE MOBILE */
@media (max-width: 768px) {

  .only-mobile {
    display: block;
  }
  .only-desktop {
    display: none;
  }
  .navbar {
    padding: 15px 0 30px;
    background-image: url(../img/menu-background-mobile.png);
    background-size: cover;
  }
  .container {
    width: auto;
  }

  #logo-principal {
    width: 190px;
    margin: 0 auto;
    display: block;
  }

  .title-section{
    font-size: 32px;
  }
  .txt-section {
    font-size: 22px;
  }
  /* CONFIAN  */

  #confian .col-6 {
    margin-bottom: 30px;
  }

  /* BENEFICIOS */

  #col-inicial-laboral {
    margin-bottom: 50px;
  }
  .wrapper-btn {
    width: 255px;
  }
  .txt-btn-medicina {
    font-size: 21px;
  }

  /* CONTACTO */

  #contacto {
    padding: 50px 0;
  }
  .form-group input {
    width: 100%;
  }
  #input_mensaje {
    width: 100%;
  }
}
