/* Theme Name: Danios
Theme URI: http://danios.co/
Author: Otero Agencia
Autor URI: https://oteroagencia.com/
Description: Danios
Version: 1.0; */
a {
  text-decoration: none;
}
body,
html {
  height: 100%;
}
img {
  border: none;
  display: block;
  vertical-align: bottom;
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.header {
  max-width: 1732px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 41px;
  font-weight: 300;
  font-size: 18px;
}
.header a {
  color: #00205b;
}
.header__menu-toggler,
.header__redes {
  width: 400px;
}
.header__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  padding: 0px;
}
.header__menu-toggler {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__menu-toggler span {
  margin-left: 16px;
  margin-top: 2px;
}
.header__redes {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1px;
  padding-right: 7px;
}
.header__redes a {
  margin-left: 13px;
}
.header__redes span {
  margin-right: 13px;
}
.banner-top {
  margin-top: 26px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-top__left {
  width: 945px;
}
.banner-top__left img {
  width: 100%;
  height: auto;
}
.banner-top__left p {
  margin: 0px;
  padding: 0px;
}
.banner-top__right {
  width: 945px;
  position: relative;
}
.banner-top__right img {
  width: 100%;
  height: auto;
}
.banner-top__right p {
  margin: 0px;
  padding: 0px;
}
.banner-top__text {
  position: absolute;
  top: 553px;
  right: 0px;
  text-align: center;
  width: 100%;
}
.banner-top__text h2 {
  font-weight: 400;
  font-size: 36px;
  color: #00205b;
  padding: 0px;
  margin: 0px;
  margin-bottom: 18px;
}
.banner-top__text h3 {
  color: #00205b;
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}
.destacados-titulo {
  color: #00205b;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 23px;
  margin-top: 57px;
  text-align: center;
  word-spacing: 0px;
}
.destacados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.destacado__textura {
  width: 100%;
  height: 303px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background-color: #aab8db;
  opacity: 0.8;
}
.destacado__texto {
  width: 100%;
  position: absolute;
  top: 213px;
  left: 0px;
  text-align: center;
  z-index: 20;
  color: #fcdad5;
}
.destacado__texto h2 {
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  font-size: 36px;
  margin-bottom: 13px;
}
.destacado__texto p,
.destacado__texto a {
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}
.destacado {
  width: 423px;
  height: 412px;
  margin: 3px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.destacado .destacado__textura {
  bottom: 0px;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.destacado:hover {
  cursor: pointer;
}
.destacado:hover .destacado__textura {
  bottom: -100%;
}
.gift {
  min-height: 412px;
  background-image: url("img/gift.jpg");
  background-size: cover;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 308px;
  padding-top: 138px;
}
.gift__content {
  color: #00205b;
  text-align: center;
}
.gift__content h2 {
  font-size: 36px;
  margin-bottom: 16px;
}
.gift__content p {
  font-size: 17.5px;
}
.gift__content a {
  color: #00205b;
  text-decoration: none;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-top: 50px;
  display: block;
  border: 1px solid #00205b;
  width: 117px;
  margin: auto;
  margin-top: 21px;
  padding-top: 5px 0px;
}
.gift__content a:hover {
  background-color: rgba(255,255,255,0.4);
}
.acerca {
  min-height: 412px;
  background-image: url("img/acerca.jpg");
  background-size: cover;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 308px;
  padding-top: 138px;
}
.acerca__content {
  color: #00205b;
  text-align: center;
}
.acerca__content h2 {
  font-size: 36px;
  margin-bottom: 17px;
}
.acerca__content p {
  font-size: 17.7px;
}
.acerca__content a {
  color: #00205b;
  text-decoration: none;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-top: 50px;
  display: block;
  border: 1px solid #00205b;
  width: 117px;
  margin: auto;
  margin-top: 21px;
  padding-top: 5px 0px;
}
.acerca__content a:hover {
  background-color: rgba(255,255,255,0.4);
}
.suscribirse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fcdad5;
  max-width: 1715px;
  margin: auto;
  margin-top: 48px;
}
.suscribirse .suscibirse__texto {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 497px;
  color: #00205b;
}
.suscribirse .suscibirse__texto h2 {
  font-size: 36.25px;
  margin-bottom: 15px;
}
.suscribirse .suscibirse__texto p {
  font-size: 17.8px;
}
.suscribirse .suscibirse__texto a {
  color: #00205b;
  text-decoration: none;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-top: 50px;
  display: block;
  border: 1px solid #00205b;
  width: 117px;
  margin: auto;
  margin-top: 5px;
  padding-top: 5px 0px;
}
.suscribirse .suscibirse__texto a:hover {
  background-color: rgba(255,255,255,0.4);
}
.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #aab8db;
  max-width: 1715px;
  margin: auto;
  margin-top: 50px;
}
.instagram__text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
  padding-left: 174px;
  padding-top: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 560px;
}
.instagram__text a {
  color: #00205b;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
.instagram__fotos {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footer-content {
  background-color: #fff9f9;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00205b;
  padding-bottom: 9px;
}
.footer__logo {
  margin-top: 42px;
}
.footer__redes {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.footer__redes a {
  margin-right: 14px;
  color: #00205b;
}
.footer__redes a:last-child {
  margin-right: 0px;
}
.footer__links {
  margin-top: 17px;
  width: 100%;
}
.footer__links ul {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
.footer__links ul >li a {
  color: #00205b;
  font-size: 15px;
  margin-right: 46px;
}
.footer-derechos {
  color: #00205b;
  font-size: 13.4px;
  font-weight: 400;
  padding-bottom: 8px;
  padding-top: 16px;
  text-align: center;
  width: 100%;
}
.footer-derechos p {
  margin: 0px;
}
.banner-pagina-info {
  min-height: 390px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
}
.banner-pagina-info__titulo {
  margin-top: 135px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 36px;
  text-align: center;
}
.banner-pagina-info__texto {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  max-width: 1123px;
  font-size: 17px;
  margin-top: 7px;
  text-align: justify;
  color: #fff;
}
.banner-pagina-info-glacier {
  background-image: url("img/gracier_fnd.jpg");
}
.banner-pagina-info-glacier .banner-pagina-info__titulo {
  color: #fcdad5;
}
.banner-pagina-info-glacier .banner-pagina-info__texto {
  color: #fcdad5;
}
.banner-pagina-info-nature {
  background-image: url("img/nature_fnd.jpg");
}
.banner-pagina-info-nature .banner-pagina-info__titulo {
  color: #00205b;
}
.banner-pagina-info-nature .banner-pagina-info__texto {
  color: #00205b;
}
.banner-pagina-info-volcano {
  background-image: url("img/volcano_fnd.jpg");
}
.banner-pagina-info-volcano .banner-pagina-info__titulo {
  color: #fcdad5;
}
.banner-pagina-info-volcano .banner-pagina-info__texto {
  color: #fcdad5;
}
.banner-pagina-info-waterfall {
  background-image: url("img/waterfall_fnd.jpg");
}
.banner-pagina-info-waterfall .banner-pagina-info__titulo {
  color: #fcdad5;
}
.banner-pagina-info-waterfall .banner-pagina-info__texto {
  color: #fcdad5;
}
.coleccion {
  margin-top: 84px;
  margin-bottom: 164px;
}
.coleccion-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1709px;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coleccion-row--falta-1::after {
  content: '';
  min-width: 423px;
}
.joya {
  width: 423px;
  height: 412px;
  overflow: hidden;
  position: relative;
  margin-bottom: 9px;
}
.joya:hover .joya_btn_fnd {
  opacity: 100;
}
.joya_btn_fnd {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 40px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.joya_btn {
  background-color: #808080;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.joya_btn a {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 117px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}
.coleccion--glacier .joya_btn {
  background-color: #75c8e8;
}
.coleccion--glacier .joya_btn a {
  border-color: #00205b;
  color: #00205b;
}
.coleccion--nature .joya_btn {
  background-color: #70c8bd;
}
.coleccion--nature .joya_btn a {
  border-color: #00205b;
  color: #00205b;
}
.coleccion--volcano .joya_btn {
  background-image: url("img/volcano_over.jpg");
  background-size: cover;
}
.coleccion--volcano .joya_btn a {
  border-color: #fcdad5;
  color: #fcdad5;
}
.coleccion--waterfall .joya_btn {
  background-color: #006a74;
}
.coleccion--waterfall .joya_btn a {
  border-color: #fcdad5;
  color: #fcdad5;
}
.coleccion-row-foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1709px;
  margin: auto;
}
.coleccion-row-foto__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}
.coleccion-row-foto-izquierda__row {
  margin-left: 4px;
}
.coleccion-row-foto-derecha__row {
  margin-right: 4px;
}
.contenido-single {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #aab8db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: auto;
  margin-top: 88px;
  max-width: 1714px;
}
.contenido-single .contenido-single__foto {
  margin-right: 200px;
}
.contenido-single__texto {
  padding-top: 211px;
  color: #00205b;
}
.contenido-single__texto h3 {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 3px;
}
.contenido-single__texto h1 {
  font-size: 36px;
  margin: 0px;
  font-weight: 400;
  margin-bottom: 16px;
}
.contenido-single__texto p {
  font-size: 18px;
  font-weight: 300;
}
.contenido-single__texto h2 {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 64px;
  margin-bottom: 19px;
}
.contenido-single__texto .llamado-accion {
  font-weight: 600;
  margin-top: 34px;
  font-size: 19px;
  margin-bottom: 55px;
}
.btn-contacto {
  border: 1px solid #00205b;
  padding: 3px 7px;
  color: #00205b;
  font-size: 18px;
}
.btn-contacto:hover {
  text-decoration: none;
}
.banner-pagina-contacto {
  min-height: 300px;
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-color: #fcdad5;
}
.banner-pagina-contacto__titulo {
  margin-top: 104px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #00205b;
  font-size: 36px;
  text-align: center;
}
.banner-pagina-contacto__texto {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  max-width: 530px;
  font-size: 18px;
  margin-top: 7px;
  text-align: justify;
  color: #00205b;
  text-align: center;
}
.seccion-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.seccion-contacto__texto {
  padding-left: 162px;
  padding-top: 89px;
  color: #00205b;
  font-size: 18px;
}
.seccion-contacto__texto a {
  color: #00205b;
}
.seccion-contacto__texto p {
  margin-bottom: 42px;
}
.form-campo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-campo-group input,
.form-campo-group textarea {
  border: 1px solid #4d6571;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 540px;
  margin-bottom: 10px;
}
.form-campo-group label {
  width: 87px;
  padding-top: 5px;
  color: #4d6571;
}
.form-campo-group textarea {
  height: 206px;
}
.seccion-contacto__btn-enviar {
  margin-left: 87px;
  background-color: #fcdbd6;
  color: #fff;
  border: none;
  width: 237px;
  margin-top: 7px;
  height: 38px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.seccion-contacto__btn-enviar:hover {
  background-color: #4d6571;
}
.seccion-contacto__texto-contacto {
  margin-left: 87px;
  margin-top: 40px;
}
.banner-top--nosotros {
  margin-top: 41px;
  margin-bottom: 138px;
}
.destacados--nosotros {
  margin-bottom: 135px;
}
.banner-top__right--nosotros {
  background-color: #fcdbd6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #00205b;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 300;
}
.banner-top__right--nosotros strong {
  font-weight: 600;
}
.banner-top__right-texto-nosotros {
  max-width: 510px;
}
.titulo-recomendados {
  margin-top: 227px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 300;
  color: #00205b;
  font-size: 31px;
  text-align: center;
}
.coleccion-single {
  margin-top: 30px;
  margin-bottom: 112px;
}
label.error {
  color: #f00;
  display: block;
  font-size: 12px;
  width: 100%;
}
.suscribirse-box {
  display: none;
  background-color: #fcdad5;
  position: fixed;
  top: calc(50% - 150px);
  left: calc(50% - 200px);
  width: 400px;
  min-height: 300px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  padding: 40px;
}
.suscribirse-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.suscribirse-box .form-campo-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.suscribirse-box .form-campo-group .form-campo {
  width: 100%;
}
.suscribirse-box .form-campo-group input {
  width: 100%;
}
.suscribirse-box__cerrar {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #8b8b8b;
  font-size: 25px;
  cursor: pointer;
}
.suscribirse-box__btn {
  background-color: #aab8db;
  border: none;
  color: #fff;
  padding: 5px 30px;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.suscribirse-box__btn:hover {
  background-color: #8691ad;
}
.banners {
  margin-top: 26px;
}
.banners img {
  height: auto;
  width: 100%;
}
.fnd-contenidos-texto {
  background-color: #fcdad5;
}
.contenidos-texto {
  color: #00205b;
  margin: auto;
  margin-top: 41px;
  max-width: 1220px;
  padding-bottom: 60px;
  padding-top: 140px;
}
.contenidos-texto h1,
.contenidos-texto h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 40px;
}
.contenidos-texto p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 33px;
  text-align: justify;
}
.contenidos-texto strong {
  font-size: 18px;
  line-height: 1em;
}
.navbar-toggler {
  margin: 0px;
  padding: 0px;
  width: 36px;
  margin-left: 5px;
}
#collapsingNavbar3 {
  width: 100%;
  background-color: #fcdad5;
  position: absolute;
  top: 0px;
  z-index: 1000;
  padding: 30px 140px;
  margin-top: 10px;
}
.navbar {
  padding: 0px;
  position: relative;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: static;
}
.menu-item {
  width: 100%;
}
.dropdown-menu {
  background-color: transparent;
  border: none;
}
.navbar-light .navbar-nav .nav-link {
  color: #00205b;
  font-size: 16px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #00205b;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #00205b;
  padding-left: 5px;
}
.navbar-light .navbar-nav .active >.nav-link {
  color: #00205b;
}
.dropdown-item {
  color: #00205b;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.dropdown-item:hover {
  color: #00205b;
  background-color: transparent;
  padding-left: 35px;
}
@media screen and (max-width: 1600px) {
  .header {
    max-width: 95%;
  }
  .banner-top__text {
    top: auto;
    bottom: 4%;
  }
  .footer__links ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0px;
  }
  .footer__links ul li:last-child a {
    margin-right: 0px;
  }
  .coleccion-row {
    max-width: 1226px;
  }
  .joya {
    width: 300px;
    height: 292px;
  }
  .joya__foto img {
    width: 100%;
    height: auto;
  }
  .coleccion-row-foto {
    max-width: 1226px;
  }
  .coleccion-row-foto__foto {
    width: 1199px;
    height: auto;
  }
  .coleccion-row-foto__foto img {
    width: 100%;
    height: auto;
  }
  .coleccion-row-foto-derecha__row {
    margin-right: 9px;
  }
  .coleccion-row-foto-izquierda__row {
    margin-left: 9px;
  }
  .coleccion-row--falta-1::after {
    content: '';
    min-width: 300px;
  }
  .seccion-contacto__foto {
    width: 700px;
  }
  .seccion-contacto__foto img {
    width: 100%;
    height: auto;
  }
  .seccion-contacto__texto {
    padding-left: 60px;
  }
  .contenido-single .contenido-single__foto {
    width: 800px;
    margin-right: 60px;
  }
  .contenido-single .contenido-single__foto img {
    width: 100%;
    height: auto;
  }
  .contenido-single .contenido-single__texto {
    padding-top: 60px;
    padding-right: 60px;
  }
  .seccion-contacto__texto {
    padding-top: 25px;
  }
  .form-campo-group textarea {
    height: 90px;
  }
  .seccion-contacto__texto p {
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 1400px) {
  .destacado {
    width: 300px;
    height: 320px;
  }
  .destacado__textura {
    height: 260px;
  }
  .gift {
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 275px;
    padding-left: 9%;
    padding-top: 5.5%;
  }
  .acerca {
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 275px;
    padding-right: 9%;
    padding-top: 5.5%;
  }
  .suscibirse__foto {
    width: 50%;
  }
  .suscibirse__foto img {
    width: 100%;
    height: auto;
  }
  .instagram__text {
    padding: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .instagram__foto {
    width: 180px;
  }
  .instagram__foto img {
    height: auto;
    width: 100%;
  }
  .form-campo-group input,
  .form-campo-group textarea {
    width: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .destacado {
    width: 245px;
    height: 260px;
  }
  .destacado__textura {
    height: 220px;
  }
  .destacado__texto {
    top: auto;
    bottom: 8%;
  }
  .suscribirse .suscibirse__texto {
    padding: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .instagram__foto {
    width: 140px;
  }
  .coleccion-row {
    max-width: 609px;
  }
  .joya {
    width: 300px;
    height: 292px;
  }
  .joya__foto img {
    width: 100%;
    height: auto;
  }
  .coleccion-row-foto {
    max-width: 609px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coleccion-row-foto__foto {
    width: 609px;
    height: auto;
    margin-bottom: 9px;
  }
  .coleccion-row-foto__foto img {
    width: 100%;
    height: auto;
  }
  .coleccion-row-foto-derecha__row {
    margin-right: 0px;
  }
  .coleccion-row-foto-izquierda__row {
    margin-left: 0px;
  }
  .coleccion-row--falta-1::after {
    content: '';
    min-width: 300px;
  }
  .banner-pagina-info__texto {
    max-width: 90%;
  }
  .seccion-contacto__foto {
    width: 450px;
  }
  .banner-top__right--nosotros {
    font-size: 14px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .seccion-contacto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .seccion-contacto__foto {
    width: 100%;
  }
  .seccion-contacto__texto {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .destacados {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
  }
  .gift {
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fcdbd6;
    padding-left: 5%;
    background-size: auto 100%;
    background-position: right -330px center;
  }
  .acerca {
    padding: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #9badd5;
    padding-right: 5%;
    background-size: auto 100%;
    background-position: left -380px center;
  }
  .instagram__foto {
    width: 100px;
  }
  .banner-top--nosotros {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-top--nosotros .banner-top__left {
    width: 100%;
  }
  .banner-top--nosotros .banner-top__right--nosotros {
    width: 100%;
  }
  .instagram__text {
    min-width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .banner-top__text h2 {
    margin-bottom: 3px;
    font-size: 30px;
  }
  .gift {
    background-position: right -410px center;
  }
  .acerca {
    background-position: left -470px center;
  }
  .instagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .instagram__fotos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
  .instagram__foto {
    width: 130px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 420px) {
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__menu-toggler {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
  }
  .header__redes {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 5px;
  }
  .header__menu-toggler,
  .header__redes {
    width: auto;
  }
  .banner-top {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-top__left {
    width: 100%;
  }
  .banner-top__right {
    width: 100%;
  }
  .gift {
    background-size: auto 200px;
    background-position: right -180px top;
    padding-top: 220px;
  }
  .acerca {
    background-size: auto 200px;
    background-position: left -180px top;
    padding-top: 220px;
  }
  .suscribirse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .suscribirse .suscibirse__texto {
    width: 100%;
    padding-top: 20px;
  }
  .suscribirse .suscibirse__foto {
    width: 100%;
  }
  .footer__links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__links ul li {
    margin: 0px;
  }
  .footer__links ul li a {
    margin: 0px;
  }
  #collapsingNavbar3 {
    padding: 10px;
  }
  .coleccion-row {
    max-width: 300px;
  }
  .joya {
    width: 300px;
    height: 292px;
  }
  .joya__foto img {
    width: 100%;
    height: auto;
  }
  .coleccion-row-foto {
    max-width: 300px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coleccion-row-foto__foto {
    width: 300px;
    height: auto;
    margin-bottom: 9px;
  }
  .coleccion-row-foto__foto img {
    width: 100%;
    height: auto;
  }
  .coleccion-row-foto-derecha__row {
    margin-right: 0px;
  }
  .coleccion-row-foto-izquierda__row {
    margin-left: 0px;
  }
  .coleccion-row--falta-1::after {
    content: '';
    min-width: 300px;
  }
  .contenido-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contenido-single .contenido-single__foto {
    margin: 0px;
    width: 100%;
    margin-top: 20px;
  }
  .contenido-single .contenido-single__texto {
    padding: 20px;
  }
  .banner-pagina-contacto__texto {
    max-width: 90%;
  }
  .banner-pagina-info-glacier .banner-pagina-info__titulo {
    color: #00205b;
  }
  .banner-pagina-info-glacier .banner-pagina-info__texto {
    color: #00205b;
  }
  .form-campo-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-campo-group input,
  .form-campo-group textarea,
  .form-campo-group label {
    width: 100%;
  }
  .form-campo-group label {
    text-align: left;
  }
  .seccion-contacto__btn-enviar {
    margin-left: 0px;
  }
  .seccion-contacto__texto-contacto {
    margin-left: 0px;
  }
  .suscribirse-box {
    display: none;
    background-color: #fcdad5;
    position: fixed;
    top: calc(50% - 120px);
    left: calc(50% - 150px);
    width: 300px;
    min-height: 240px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    padding: 40px;
  }
}

/*# sourceMappingURL=style.css.map */