/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* ==========================================================================
   ESTILOS HEADER
   ========================================================================== */
.navbar-default {
  background-color: #EB1551;
}
.headerFigure {
  margin-bottom: 10px;
}
.headerFigure .headerFigure__sep {
  float: left;
  margin-left: -30px;
}
.headerFigure .headerFigure__zoom {
  margin-top: 15px;
  width: 150px;
}
.header__nav {
  margin-left: -50px;
}
.header__nav .header__navItem {
  display: inline;
  list-style: none;
}
.header__nav .header__navItemLink {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 40px;
  line-height: 44px;
  margin-bottom: -15px;
  margin-right: 25px;
  margin-top: -10px;
  padding-bottom: 12px;
  padding-top: 19px;
  text-align: center;
}
.header__nav .header__navItemLink:hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (max-width: 1101px) {
  .header__nav .header__navItem {
    display: inline;
    list-style: none;
  }
  .header__nav .header__navItem .header__navItemLink {
    color: #FFFFFF;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 40px;
    line-height: 44px;
    margin-bottom: -15px;
    margin-right: 25px;
    margin-top: -10px;
    padding-bottom: 12px;
    padding-top: 19px;
    text-align: center;
  }
}
@media only screen and (max-width: 944px) {
  .header__nav .header__navItem {
    display: inline;
    list-style: none;
  }
  .header__nav .header__navItem .header__navItemLink {
    color: #FFFFFF;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 30px;
    line-height: 44px;
    margin-bottom: -15px;
    margin-right: 15px;
    margin-top: -10px;
    padding-bottom: 12px;
    padding-top: 19px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav .header__navItem {
    display: inline;
    list-style: none;
  }
  .header__nav .header__navItem .header__navItemLink {
    color: #FFFFFF;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    line-height: 44px;
    margin-bottom: -15px;
    margin-top: -10px;
    text-align: left;
  }
}
/* ==========================================================================
   ESTILOS
   ========================================================================== */
#wrapperBanner {
  background: url('../img/bannermdN.jpg') no-repeat center top;
  color: white;
  margin-top: -20px;
  padding: 250px 0;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 350px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  #wrapperBanner {
    background: url('../img/bannersm1.jpg') no-repeat center top;
    color: white;
    margin-top: -20px;
    padding: 200px 0;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 150px;
    max-height: 160px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #wrapperBanner {
    background: url('../img/bannerxs1.jpg') no-repeat center top;
    color: white;
    margin-top: -20px;
    padding: 100px 0;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 350px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.banner__Circle .banner__CircleAvatar {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .banner__Circle {
    padding-left: 70px;
  }
}
.banner__Tutorial {
  background: url('../../img/banner_2.jpg') no-repeat center top;
  margin-top: -20px;
  color: white;
  padding: 50px 0;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 350px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.eslogan {
  position: relative;
}
.eslogan .eslogan__figure .eslogan__img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.eslogan .eslogan__texto {
  font-size: 50px;
  margin-top: 50px;
}
.agendadorContainer {
  margin-bottom: 100px;
}
.agendadorContainer .agendadorContainer__text {
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}
.bannerAgendador {
  background: url('../../img/banner_zoom_2.jpg') no-repeat center top;
  margin-top: -20px;
  color: white;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 300px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1100px) {
  .bannerAgendador {
    background: url('../../img/banner_zoom_2sm.jpg') no-repeat center top;
    margin-top: -20px;
    color: white;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 300px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (max-width: 627px) {
  .bannerAgendador {
    background: url('../../img/banner_zoom_2xs.jpg') no-repeat center top;
    margin-top: -20px;
    color: white;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 300px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.btnBanner {
  padding: 20px 50px;
  font-weight: bold;
  color: #EB1B51;
  background: white;
  border-radius: 5px;
  font-size: 50px;
  position: relative;
  top: 180px;
}
.btnBanner:hover {
  color: #EB1B51;
  text-decoration: none;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background-color: #EB1551;
}
.footer .footer__avatar {
  margin: 20px 0px;
}
.footer .footer__avatar .footer__avatarNestle {
  margin-top: 10px;
}
.footer .footer__avatar .footer__avatarMayahii {
  margin-top: 10px;
}
.footer .footer__text {
  color: white;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .footer .footer__avatar .footer__avatarNestle {
    margin-top: 0;
  }
}
.information {
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.information .information__text {
  margin-bottom: 20px;
}
.information .information__text .information__textDescription {
  color: gray;
  text-decoration: none;
  text-align: center;
}
.information .information__text .information__textDescription h3 {
  color: #EB1551;
}
.information .information__text .information__textDescription:hover {
  text-decoration: none;
}
.information__tutorial {
  color: #4B4B4B;
}
.iframe {
  position: relative;
  height: 80%;
  margin-top: -20px;
}
.iframe .iframeContenedor {
  width: 70%;
  height: 6900px;
}
.iframe .iframeContenedorContacto {
  width: 100%;
  height: 1050px;
}
@media only screen and (max-width: 991px) {
  .iframe .iframeContenedor {
    width: 100%;
    height: 7060px;
  }
}
.information__tutorial {
  font-size: 15pt;
  margin-top: 50px;
  margin-bottom: 50px;
}
.texto__Banner .texto__BannerInfo {
  font-size: 20px;
  margin-top: 10px;
  color: gray;
}
