@font-face {
    font-family: 'vollkornitalic';
    src: url('../fonts/vollkorn-italic.eot');
    src: url('../fonts/vollkorn-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vollkorn-italic.woff') format('woff'),
         url('../fonts/vollkorn-italic.ttf') format('truetype'),
         url('../fonts/vollkorn-italic.svg#vollkornitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
      font-family:"Vollkorn Regular";
      src:url("../fonts/Vollkorn-Regular.eot?") format("eot"),
      url("../fonts/Vollkorn-Regular.woff") format("woff"),
      url("../fonts/Vollkorn-Regular.ttf") format("truetype"),
      url("../fonts/Vollkorn-Regular.svg#Vollkorn-Regular") format("svg");
      font-weight:normal;
      font-style:normal;
}

@font-face {
    font-family: "vollkornmedium";
    src: url('../fonts/vollkorn-medium');
    src: url('../fonts/vollkorn-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vollkorn-medium.woff') format('woff'),
         url('../fonts/vollkorn-medium.ttf') format('truetype'),
         url('../fonts/vollkorn-medium.svg#vollkornmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

.escondido{ 
	display: none; 
}

#contenedor{
  width:100%;
  overflow:hidden;
  position:relative;
  font-size: 18px;
  color: #2f3947;
  font-family:"Vollkorn Regular";
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

#datos_header{
  background-color:#003D5C;
  padding: 4px 0px;
}

.datos_header ul{
  float: right;
}

.datos_header ul li{
  color: #fff;
  font-family: 'nexa_lightregular';
  font-size: 16px;
  float: left;
  margin-left: 26px;
}

.datos_header ul li a{
  color: #fff;
  padding-left: 5px;
  line-height: 34px;
}

.ico1 {
  background-image: url(../img/ico-cel.webp);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  float: left;
  width: 22px;
  height: 36px;
}

.ico2 {
  background-image: url(../img/ico-email.webp);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  float: left;
  width: 33px;
  height: 31px;
}

.logo a {
  position: relative;
  float: left;
  z-index: 99999999;
}

#barra-menu{
  background-color: #2f3947;
}

#menu{
  padding-bottom: none;
  background: transparent;
  width: 100%;
  margin-bottom:0;
  font-family:"Vollkorn Regular";
  border: none;
  min-height: 10px;
}

.menu {
  text-align:right;
}

#navbar li{
  display: inline-block;
  margin: 35px 0px 0px 100px;
}

#navbar a{
  color:#f4efe5;
  float: left;
  position: relative;
  display:inline-block;
  padding: 3px;
  font-size: 24px;
}

#navbar a:hover{
  color: #daad80;
  text-decoration:none;
}

#navbar .selec{
  color: #daad80;
  text-decoration:none;
}

#banner{
  margin-top: 4%;
}

#banner .carousel-indicators{
  bottom: 10px;
  width: 58%;
}

#banner .carousel-indicators li {
  background-color: #fff;
  border: none;
  width: 18px;
  height: 18px;
  margin-left: 6px;
}

#banner .carousel-indicators .active{
  background-color: #2F3947;
  width: 18px;
  height: 18px;
}

.texto{
  position: absolute;
  bottom: 10%;
  color: #f4efe5;
  text-align: left;
}

.texto h1{
  font-size: 36px;
  font-family:"Vollkorn Regular";
  text-shadow: 2px 3px 2px #000;
}

.texto h2{
  font-size: 130px;
  font-family: 'vollkornitalic';
  text-shadow: 3px 2px 1px #000;
  padding-bottom: 18px;
}

.texto h3{
  font-size: 30px;
  font-family:"Vollkorn Regular";
}

.texto a{
  font-size: 30px;
  border-radius: 33px;
  color: #f4efe5;
  padding: 11px 63px;
  border: 8px solid #f4efe5;
  font-family: "Vollkorn Regular";
  text-decoration: none;
  float: right;
}

.texto a:hover{
  color: #daad80;
  background-color: #f4efe5;
}

#menucarta{
  background-color: #2f3947;
  padding-top:37px;
}

.bg-text1{
  background-image: url(../img/menu/text.webp);
  background-position: center top;
  background-repeat: repeat-y;
}

#menucarta h1{
  font-size: 77px;
  color: #f2f4ea;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 25px;
}

.cinta{
  background-image: url(../img/menu/cinta.webp);
  width: 100%;
  animation: imageMovement 12s linear infinite;
  height: 45px;
}

#back-top {
  background-image: url(../img/whatsapp.webp);
  width:68px;
  height:232px;
  position: fixed;
  left: 25px;
  z-index: 900;
  bottom: 25px;
}

#back-top2 {
  background-image: url(../img/reservacion.webp);
  width: 70px;
  height: 287px;
  position: fixed;
  right: 15px;
  z-index: 900;
  bottom: 25px;
}


@keyframes imageMovement {
    100% {
        background-position-x: 320px; /* width of the image */
    }        
}

.link-menu{
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.text-menu {
  bottom: 0px;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  padding:354px 15px 15px 15px;
}

.text-menu h2 {
  color: #f2f4ea;
  font-size: 30px;
  padding-bottom: 30px;
  text-shadow: 2px 2px 2px #000;
  font-family: "vollkornmedium";
}

.flec {
  color: #fff;
  font-size: 18px;
  background-image: url(../img/menu/ver-mas.webp);
  background-repeat: no-repeat;
  background-position: 86px 7px;
  padding-left: 11px;
  padding-right: 43px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-shadow: 2px 2px 2px #381c00;
}

.link-menu:hover .flec{
  background-image: url(../img/menu/ver-mas.webp);
  background-position: 86px 7px;
  background-repeat: no-repeat;
  background-color: #daad80c4;
}

.link-menu:hover .text-menu{
  background-color:#2F39479E; 
}

.bg-text2{
  background-image: url(../img/text2.webp);
  background-position: center top;
  background-repeat: repeat-y;
}

.bg-text3{
  background-image: url(../img/text3.webp);
  background-position: center top;
  background-repeat: repeat-y;
}

.calidad{
  padding-top: 95px;
}

.franja2{
  height: 100%;
  width:44px;
  background-image: url(../img/franja2.webp);
  position: absolute;
  left: 2%;
}

.franja3{
  height: 100%;
  width:44px;
  background-image: url(../img/franja3.webp);
  position: absolute;
  left: 2%;
}

#calidad-exe{
  padding-bottom: 70px;
}

.text-calidad{
  padding-top: 24px;
}

.text-calidad h1{
  font-size: 66px;
  letter-spacing: -2px;
  color: #323232;
  padding-bottom: 15px;
}

.text-calidad p{
  color: #323232;
  font-size: 26px;
  line-height:37px;
  margin-bottom:25px;
}

.visitar{
  float: left;
  border:2px solid #86623f;
  color: #bf966e;
  padding: 14px 65px;
  margin-bottom:35px;
}

.visitar:hover{
  background-color: #86623f;
  color: #f4efe5;
  text-decoration: none;
}

.redes{
  padding-bottom: 15px;
}

#fb{
  background: url(../img/redes.svg) no-repeat left;
  background-size: cover;
  width:41px;
  height:41px;
  float: left;
  position: relative;
  margin-right: 7px;
}

#tik{
  background: url(../img/redes.svg) no-repeat right;
  background-size: cover;
  width:41px;
  height:41px;
  float: left;
  position: relative;
}

.text-experiencia{
  padding-top: 79px;
  padding-left: 120px;
}

.text-experiencia h1 {
  font-size: 60px;
  letter-spacing: -2px;
  color: #323232;
  padding-bottom: 15px;
}

.text-experiencia p{
  color: #323232;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 84px;
}

.text-espacios{
  padding-top: 12px;
  padding-left: 54px;
  padding-right: 20px;
}

.text-espacios h1 {
  font-size: 58px;
  letter-spacing: -2px;
  color: #323232;
  padding-bottom: 15px;
}

.text-espacios p{
  color: #323232;
  font-size: 23px;
  line-height: 31px;
  padding-bottom: 48px;
}


.img1 img{
  position: relative;
  left: -85px;
}

.img2{
  z-index: 9;
}

.img2 img{
  position: relative;
  right: -65px;
  top: 43px;
}

.img3{
  z-index: 9;
}

.img3 img {
  position: relative;
  left:20%;
  top: 43px;
}

#bienvenidos{
  background-color: #754c24;
}

.text-bienvenidos{
  color: #fff;
  padding-top: 104px;
  padding-left: 174px;
  padding-right: 136px;
}

.text-bienvenidos h1{
  font-size: 65px;
  padding-bottom:15px;
  font-family: 'vollkornitalic';
}

.text-bienvenidos p{
  line-height: 39px;
  font-size: 24px;
}

#nosotros{
  padding: 160px 0px;
  background: url(../img/nosotros/nosotros.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

#text-nosotros{
  background-color:#2F3947;
  padding: 35px 25px;
}

#text-nosotros h1{
  font-size: 61px;
  color: #fff;
  padding-bottom: 18px;
  text-transform: uppercase;
}

#text-nosotros p{
  color: #f2f4ea;
  line-height: 20px;
  text-align: justify;
}

.scrollbar {
	width: 100%;
}

.scrollbar .viewport {
	width: 93%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

.scrollbar .scrollbar{
  background-position: 0 0;
  background:#fff;
  float: right;
  position: relative;
  width: 10px;
}

.scrollbar .thumb {
  background:#bea27a;
  cursor: pointer;
  height: 20px;
  left:0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 10px;
}

.scrollbar .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 25px;
}

.noSelect {
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

footer{
  padding-top: 77px;
  background-color: #fff;
}

#form_suscribete{
  margin-top: 15px;
  background-color: #0f0;
}

#form_suscribete input{
  float: left;
  color: #fff;
  font-size: 18px;
  padding: 19px 23px;
  font-family:"Vollkorn Regular";
  border: none;
  background-color: #2f3947 !important;
  width: 50%;
  margin-bottom: 26px !important;
}

#btn_suscribete {
  background-color: #fff !important;
  border: 2px solid #2f3947 !important;
  width: 50% !important;
  padding: 19px 20px !important;
  font-size: 18px !important;
  text-align: center;
  color: #2f3947 !important;
  position: relative;
  float: left;
  border-radius: 0px !important;
  font-family:"Vollkorn Regular";
  text-transform: uppercase;
}

#btn_suscribete:hover{
  background-color: #f4efe5!important;
}

.suscribete h1{
  font-size: 30px;
  color: #2f3947;
  text-align: center;
  padding-bottom: 23px;
  font-family:"Vollkorn Regular";
}

#redes{
  margin-top: 95px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2f3947;
}

#redes h1{
  float: left;
  font-size: 32px;
  color: #2f3947;
  font-family:"Vollkorn Regular";
  padding-left: 26px;
  padding-top:7px;
  padding-right: 19px;
}

#in2{
  background: url(../img/redes2.svg) no-repeat left;
  background-size: cover;
  width:45px;
  height:45px;
  float: left;
  position: relative;
  margin-right: 7px;
}

#fb2{
  background: url(../img/redes2.svg) no-repeat;
  background-size: cover;
  width:45px;
  height:45px;
  float: left;
  position: relative;
  margin-right: 7px;
  background-position: -54px 0px;
}

#tit2{
  background: url(../img/redes2.svg) no-repeat right;
  background-size: cover;
  width:45px;
  height:45px;
  float: left;
  position: relative;
  margin-right: 7px;
}

#datos{
  margin-top: 42px;
}

#datos h1{
  text-align: center;
  font-size: 32px;
  color: #2f3947;
  font-family: "Vollkorn Regular";
  padding-bottom: 16px;
}

#datos p{
  color: #2f3947;
  line-height: 19px;
  font-family:"Vollkorn Regular";
  font-size: 16px;
  text-align: center;
}

#web{
  margin-top: 35px;
  padding: 7px 0px;
  text-align: center;
  background-color: #2f39470a;
}

#copy a {
  background: url(../img/web.svg) no-repeat right;
  padding-right: 122px;
  display: inline-block;
  font-family:"Vollkorn Regular";
  font-size: 12px;
  color: #00000042;
  text-decoration: none !important;
}

#titulo {
  padding-top: 104px;
  margin-top: 5%;
  color: #f4efe5;
}

#titulo h1{
  font-family: 'vollkornitalic';
  font-size: 115px;
}

.text-titulo{
  padding-top: 514px;
  padding-bottom: 65px;
}

#titulo h2{
  font-size: 22px;
}

#titulo h3{
  font-size:54px;
  font-family: 'vollkornitalic';
}

.bg1 {
  background: url(../img/nosotros/bg.webp) no-repeat center top;
  background-size:cover;
}

.bg3 {
  background: url(../img/reservas/bg.webp) no-repeat center top;
  background-size:cover;
}

#equipo{
  padding-top: 75px;
  padding-bottom: 35px;
  background-color: #f9efde;
}

#equipo h1{
  text-align: center;
  font-size: 65px;
  padding-bottom: 35px;
  color: #754b24;
}

.ver-equipo {
  float: left;
  position: relative;
  text-align: center;
  margin-top: 35px;
}

.ver-equipo a{
  background-color: #fff;
  color: #754b24;
  text-decoration: none;
  padding: 26px 48px;
  font-size: 19px;
  position: relative;
  display: inline-block;
}

.ver-equipo a:hover{
  color: #fff;
  background-color: #daad80;
}

.text-equipo {
  padding-top: 39px;
  padding-left: 114px;
}

.text-equipo h1 {
  font-size: 59px;
  letter-spacing: -2px;
  color: #323232;
  padding-bottom: 15px;
}

.text-equipo p {
  color: #323232;
  font-size: 23px;
  line-height: 29px;
}

#trabajo{
  background-color:#f4efe514 !important;
}

.text-trabajo{
  margin-top: 11%;
  padding: 0px 240px;
}

.text-trabajo h1{
  text-align: center;
  font-size:44px;
  line-height: 54.3px;
  color: #323232;
  font-family: "vollkornmedium";
  padding-bottom: 52px;
  text-transform: uppercase;
}

.text-trabajo h2{
  display: inline-block;
  color: #fff;
  font-size: 22px;
  padding: 20px 15px;
  display: block;
  background-color: #2f3947;
  text-align: center;
  letter-spacing: 3px;
}

.text-trabajo h3{
  text-align: center;
  font-size: 30px;
  padding-top: 41.6px;
  color: #323232;
  margin-bottom: 15px;
}

.text-trabajo p{
  text-align: center;
}

#contactanos{
  margin-top: 12%;
  padding: 0px 215px;
}

#contactanos h1{
  text-align: center;
  font-size: 40px;
  font-family: "vollkornmedium";
  color: #2f3947;
  margin-bottom: 27px;
}

.formulario{
  padding: 43px 30px 15px 30px;
  background-color: #2F3947;
}

.formulario h2{
  color: #fff;
  margin-bottom: 4px;
  font-family: "vollkornmedium";
  padding-left: 6px;
}

.formulario h3{
  font-size: 14px;
  color: #ffffff52;
  padding-top: 7px;
}

.formulario input{
  padding: 6px 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  background-color: #f4efe5;
  margin-bottom: 18px;
}

.formulario  textarea {
  width: 100%;
  background-color: #f4efe5;
  border: none;
  padding: 6px 10px;
  border-radius: 10px !important;
  margin-top: 5px;
  height: 65px;
  font-size: 16px;
  border-radius: 0px;
}

#enviar {
  text-align: center;
  cursor: pointer;
  position: relative;
  float: right;
  color: #000 !important;
  text-align: center;
  font-size: 18px !important;
  margin-top: 20px !important;
  padding: 12px 8px !important;
  background: #F4EFE5 !important;
  border: none !important;
  border-radius: 21px !important;
  text-transform: uppercase;
  font-family: "vollkornmedium";
}

#enviar:hover{
  color: #fff !important;
  background-color: #daad80 !important;
}

.text-momentos{
  float: left;
  padding: 88px 276px;
}

.text-momentos h1{
  text-align: center;
  font-size: 40px;
  padding-bottom:35px;
}

.text-momentos p{
  text-align: center;
  font-size: 25px;
  line-height: 34px;
}

#elegancia{
  padding-top: 95px;
}

.text-elegancia{
  padding-top: 79px;
  padding-right: 211px;
  padding-left: 165px;
}

.text-elegancia h1 {
  font-size: 66px;
  letter-spacing: -3px;
  color: #323232;
  padding-bottom: 15px;
}

.text-elegancia p{
  color: #323232;
  font-size: 28px;
  line-height: 39px;
  padding-bottom: 21px;
}

#img-elegancia img{
  position: relative;
  z-index: 99;
  left: 15%;
}





@media (max-width: 991px) and (min-width:200px){

  #navbar a {
    width: 100%;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    border: none;
    font-size: 18px;
  }

  #navbar li{
    width: 100%;
    margin:0px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    border: 1px !important;
    margin-right: 0px;
  }

   nav .me{
    color: #f2f4ea;
    font-family: "vollkornmedium";
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
  }

   .navbar-nav{
    margin: 0px;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-default .navbar-toggle .icon-bar{
    background-color: #f2f4ea;
  }

  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: transparent;
  }

  .navbar-toggle .icon-bar{
    width: 44px;
    height: 1px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px ;
    padding-bottom: 10px;
  }

  .collapse.in{
    display:block !important;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: #fff0;
  }

}

/*----------------------------------------------------------*/

@media only screen and (max-width: 300px) {

#menu{
    margin-top: -62px;
  }

  #banner{
    margin-top: 17%;
  }

  .img2 {
    width: 204px;
    float: left;
  }

  #menucarta h1{
    font-size: 54px;
  }

  .text-menu{
    padding: 264px 15px 15px 15px;
  }

  .text-calidad h1{
    font-size: 41px;
  }

  .text-calidad{
    padding-left: 54px;
  }

  .text-calidad p{
    font-size: 20px;
    line-height: 25px;
  }

  .text-experiencia{
    padding-left: 54px;
    padding-right: 4px;
  }

  #equipo h1{
    font-size: 40px;
  }

  .text-equipo{
    padding-left: 65px;
    padding-right: 12px;
  }

  .text-equipo p{
    font-size: 19px;
    line-height: 27px;
  }

  .text-trabajo{
    padding:0px 24px 44px 58px;
  }

  .text-trabajo h1{
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 29px;
  }

  .text-trabajo h3{
    font-size: 22px;
  }

  .text-trabajo p{
    font-size: 17px;
  }

  .text-trabajo h2{
    font-size: 17px;
    letter-spacing: 0px;
  }

  .text-equipo h1{
    font-size: 47px;
  }

  .text-experiencia h1{
    font-size: 41px;
  }

  .text-experiencia p{
    font-size:19px;
    line-height: 25px;
  }

  #titulo{
    margin-top: 17%;
  }

  #titulo h1{
    font-size: 47px;
  }

  .text-titulo{
    padding-top: 149px;
  }

  .text-bienvenidos{
    padding-left: 63px;
    padding-bottom: 45px;
    padding-right: 27px;
  }

  .text-bienvenidos h1{
    font-size: 35px;
  }

  #contactanos{
    padding: 0px 21px;
    margin-bottom: 50px;
  }

  #contactanos h1{
    font-size: 29px;
  }

  .text-bienvenidos p{
    font-size: 19px;
    line-height: 25px;
  }

  #text-nosotros h1{
    font-size: 51px;
  }

  .suscribete h1{
    font-size: 22px;
  }

  #form_suscribete input{
    width: 100%;
  }

 #btn_suscribete{
    width: 100% !important;
  }

  #redes h1{
    font-size: 21px;
    padding-left: 6px;
    padding-top: 10px;
  }

  #datos h1{
    font-size: 25px;
  }

  #datos p{
    margin-bottom: 22px;
  }

  .text-momentos{
    float: left;
    padding: 44px 31px 44px 67px;
  }

  .text-momentos h1{
    font-size:30px;
    padding-bottom: 21px;
  }

  .text-momentos p{
    font-size: 21px;
    line-height: 26px;
  }

  .text-elegancia{
    padding-top: 55px;
    padding-right: 31px;
    padding-left: 74px;
  }

  .text-elegancia h1{
      font-size: 41px;
  }

  .text-elegancia p{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 51px;
  }

  #elegancia {
    padding-top: 33px;
  }
  
}


/*-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 400px) and (min-width:301px){

  #menu{
    margin-top: -62px;
  }

  #banner{
    margin-top: 17%;
  }

  .img2 {
    width: 204px;
    float: left;
  }

  #menucarta h1{
    font-size: 54px;
  }

  .text-menu{
    padding: 264px 15px 15px 15px;
  }

  .text-calidad h1{
    font-size: 41px;
  }

  .text-calidad{
    padding-left: 54px;
  }

  .text-calidad p{
    font-size: 20px;
    line-height: 25px;
  }

  .text-experiencia{
    padding-left: 54px;
    padding-right: 4px;
  }

  #equipo h1{
    font-size: 40px;
  }

  .text-equipo{
    padding-left: 65px;
    padding-right: 12px;
  }

  .text-equipo p{
    font-size: 19px;
    line-height: 27px;
  }

  .text-trabajo{
    padding:0px 24px 44px 58px;
  }

  .text-trabajo h1{
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 29px;
  }

  .text-trabajo h3{
    font-size: 22px;
  }

  .text-trabajo p{
    font-size: 17px;
  }

  .text-trabajo h2{
    font-size: 17px;
    letter-spacing: 0px;
  }

  .text-equipo h1{
    font-size: 47px;
  }

  .text-experiencia h1{
    font-size: 41px;
  }

  .text-experiencia p{
    font-size:19px;
    line-height: 25px;
  }

  #titulo{
    margin-top: 17%;
  }

  #titulo h1{
    font-size: 47px;
  }

  .text-titulo{
    padding-top: 149px;
  }

  .text-bienvenidos{
    padding-left: 63px;
    padding-bottom: 45px;
    padding-right: 27px;
  }

  .text-bienvenidos h1{
    font-size: 35px;
  }

  #contactanos{
    padding: 0px 21px;
    margin-bottom: 50px;
  }

  #contactanos h1{
    font-size: 29px;
  }

  .text-bienvenidos p{
    font-size: 19px;
    line-height: 25px;
  }

  .text-espacios{
    padding-top: 53px;
    padding-left: 75px;
  }

  .text-espacios p{
    font-size: 17px;
    line-height: 23px;
  }

  .text-espacios h1 {
    font-size: 35px;
  }

  #text-nosotros h1{
    font-size: 51px;
  }

  .suscribete h1{
    font-size: 22px;
  }

  #form_suscribete input{
    width: 100%;
  }

 #btn_suscribete{
    width: 100% !important;
  }

  #redes h1{
    font-size: 21px;
    padding-left: 6px;
    padding-top: 10px;
  }

  #datos h1{
    font-size: 25px;
  }

  #datos p{
    margin-bottom: 22px;
  }

  .text-momentos{
    float: left;
    padding: 44px 31px 44px 67px;
  }

  .text-momentos h1{
    font-size:30px;
    padding-bottom: 21px;
  }

  .text-momentos p{
    font-size: 21px;
    line-height: 26px;
  }

  .text-elegancia{
    padding-top: 55px;
    padding-right: 31px;
    padding-left: 74px;
  }

  .text-elegancia h1{
      font-size: 41px;
  }

  .text-elegancia p{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 51px;
  }

  #elegancia {
    padding-top: 33px;
  }


}


/*-----------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 500px) and (min-width:401px){

  #menu{
    margin-top: -65px;
  }

  .img2 {
    width: 256px;
    float: left;
  }

  #banner{
    margin-top: 17%;
  }

  #menucarta h1{
    font-size: 54px;
  }

  .text-menu{
    padding: 264px 15px 15px 15px;
  }

  .text-calidad h1{
    font-size: 41px;
  }

  .text-calidad{
    padding-left: 54px;
  }

  .text-calidad p{
    font-size: 20px;
    line-height: 25px;
  }

  .text-experiencia{
    padding-left: 59px;
    padding-right: 13px;
  }

  #equipo h1{
    font-size: 40px;
  }

  .text-equipo{
    padding-left: 65px;
    padding-right: 12px;
  }

  .text-equipo p{
    font-size: 17px;
    line-height: 24px;
  }

  .text-trabajo{
    padding:0px 24px 44px 58px;
  }

  .text-trabajo h1{
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 29px;
  }

  .text-trabajo h3{
    font-size: 22px;
  }

  .text-trabajo p{
    font-size: 17px;
  }

  .text-trabajo h2{
    font-size: 17px;
    letter-spacing: 0px;
  }

  .text-equipo h1{
    font-size: 39px;
  }

  .text-experiencia h1{
    font-size: 36px;
  }

  .text-experiencia p{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 54px;
  }

  #titulo{
    margin-top: 17%;
  }

  #titulo h1{
    font-size: 49px;
  }

  .text-titulo{
    padding-top: 149px;
  }

  .text-bienvenidos{
    padding-left: 69px;
    padding-bottom: 45px;
    padding-right: 27px;
  }

  .text-bienvenidos h1{
    font-size: 35px;
  }

  #contactanos{
    padding: 0px 21px;
    margin-bottom: 50px;
  }

  #contactanos h1{
    font-size: 29px;
  }

  .text-bienvenidos p{
    font-size: 17px;
    line-height: 22px;
  }

  #text-nosotros h1{
    font-size: 43px;
  }

  .suscribete h1{
    font-size: 22px;
  }

  #text-nosotros p{
    font-size: 16px;
  }

  .text-espacios h1{
    font-size: 35px;
  }

  .text-espacios p{
    font-size: 17px;
    line-height: 22px;
  }

  .text-espacios{
    padding-top: 39px;
    padding-left: 75px;
  }

  #form_suscribete input{
    width: 100%;
  }

 #btn_suscribete{
    width: 100% !important;
  }

  #redes h1{
    font-size: 21px;
    padding-left: 6px;
    padding-top: 10px;
  }

  #datos h1{
    font-size: 25px;
  }

  #datos p{
    margin-bottom: 22px;
  }

  .text-momentos{
    float: left;
    padding: 44px 21px 44px 58px;
  }

  .text-momentos h1{
    font-size:30px;
    padding-bottom: 21px;
  }

  .text-momentos p{
    font-size: 19px;
    line-height: 26px;
  }

  .text-elegancia{
    padding-top: 55px;
    padding-right: 20px;
    padding-left: 64px;
  }

  .text-elegancia h1{
      font-size: 41px;
  }

  .text-elegancia p{
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  #elegancia {
    padding-top: 33px;
  }

  
  
}


/*----------------------------------------------------------------------------------------------*/


@media (max-width: 600px) and (min-width:501px){

  #menu{
    margin-top: -63px;
  }

  .img2 {
    width: 265px;
    float: left;
  }

  #banner{
    margin-top: 15%;
  }

  #menucarta h1{
    font-size: 66px;
  }

  .calidad {
    padding-top: 57px;
  }

  .text-calidad {
    padding-top: 24px;
    padding-left: 56px;
    padding-right: 18px;
  }

  .text-calidad h1{
    font-size: 44px;
  }

  .text-calidad p{
    font-size: 20px;
    line-height: 28px;
  }

  .text-experiencia{
    padding-left: 68px;
    padding-right: 18px;
  }

  .text-experiencia h1{
    font-size: 44px;
  }

  .text-experiencia p{
    font-size: 20px;
    line-height: 28px;
  }

  .text-bienvenidos{
    padding-left: 70px;
    padding-right: 18px;
    padding-bottom: 65px;
  }

  .text-bienvenidos h1{
    font-size: 44px;
  }

  .text-bienvenidos p{
    font-size: 20px;
    line-height: 28px;
  }

  .text-espacios{
    padding-top: 49px;
    padding-left: 86px;
    padding-right: 42px;
  }

  .text-espacios h1{
    font-size: 40px;
  }

  .text-espacios p{
    font-size: 18px;
    line-height: 24px;
  }

  #datos p{
    margin-bottom: 18px;
  }

  #redes h1{
    font-size: 29px;
  }

  #datos h1{
    font-size: 26px;
  }

  #form_suscribete input{
    width: 67%;
  }

  #btn_suscribete{
    width: 33% !important;
  }

  #titulo{
    margin-top: 15%;
  }

  #titulo h1{
    font-size: 71px;
  }

  .text-titulo{
    padding-top: 202px;
  }

  #equipo h1{
    font-size: 48px;
  }

  .text-equipo{
    padding-top: 66px;
    padding-left: 69px;
    padding-right: 18px;
  }

  .text-equipo h1{
    font-size: 50px;
  }

  .text-equipo p{
    font-size: 20px;
    line-height: 28px;
  }

  .text-trabajo{
    padding: 0px 25px 61px 68px;
  }

  .text-trabajo h1{
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 28px;
  }

  .text-trabajo h2{
    letter-spacing: 0px;
  }

  #contactanos {
    padding: 0px 31px;
    margin-bottom: 34px;
  }

  .text-momentos{
    padding: 64px 31px 84px 76px;
  }

  .text-momentos p{
    font-size: 22px;
    line-height: 29px;
  }
  
  .text-elegancia{
    padding-right: 27px;
    padding-left: 70px;
  }

  #elegancia {
    padding-top: 10px;
  }

  .text-elegancia h1{
    font-size: 45px;
  }

  .text-elegancia p{
    font-size: 20px;
    line-height: 28px;
  }

  .suscribete h1{
    font-size: 27px;
  }
  
}




/*-------------------------------------------------------------------------------------------------------------------*/

@media (max-width:650px) and (min-width:601px){

  .img2 {
    width: 265px;
    float: left;
  }

  #menu{
    margin-top: -63px;
  }

  #banner{
    margin-top: 14%;
  }

  #menucarta h1{
    font-size: 65px;
  }

  .text-calidad{
    padding-left: 61px;
  }

  .text-calidad h1{
    font-size: 47px;
  }

  .text-calidad p{
    font-size: 23px;
  }

  .text-experiencia{
    padding-left:71px;
    padding-right: 19px;
  }

  .text-experiencia h1{
    font-size: 47px;
  }

  .text-experiencia p{
    font-size: 21px;
    line-height: 29px;
  }

  .text-bienvenidos{
    padding-left: 76px;
    padding-right: 28px;
    padding-bottom: 55px;
  }

  .text-bienvenidos h1{
    font-size: 47px;
  }

  .text-bienvenidos p {
    line-height: 32px;
    font-size: 21px;
  }

  .suscribete h1{
    font-size: 27px;
  }

  #datos h1{
    font-size: 28px;
  }

  #datos p{
    margin-bottom: 20px;
  }

  #titulo{
    margin-top: 14%;
  }
  
  #titulo h1{
    font-size: 79px;
  }

  .text-titulo{
    padding-top: 208px;
  }

  #equipo h1{
    font-size: 56px;
  }

  .text-espacios{
    padding-top: 51px;
    padding-left: 90px;
    padding-right: 56px;
  }

  .text-espacios h1{
    font-size: 46px;
  }

  .text-espacios p{
    font-size: 19px;
    line-height: 27px;
  }

  .text-equipo h1{
    font-size: 56px;
  }

  .text-equipo{
    padding-left: 78px;
    padding-right: 25px;
  }

  .text-equipo p{
    font-size: 21px;
    line-height: 29px;
  }

  .text-trabajo{
    padding:0px 27px 45px 79px;
  }

  .text-trabajo h1{
    padding-bottom: 31px;
    line-height: 50px;
    font-size: 37px;
  }

  #form_suscribete input{
    width: 73%;
  }
  
  #btn_suscribete{
    width: 26% !important;
  }

  #contactanos{
    padding: 0px 35px 57px 87px;
  }

  .text-momentos{
    padding: 63px 33px 45px 70px;
  }

  .text-elegancia {
    padding-top: 12px;
    padding-right: 39px;
    padding-left: 87px;
  }

  .text-elegancia h1{
    font-size: 49px;
  }

  .text-elegancia p{
    font-size: 21px;
    line-height: 29px;
  }

  
}


/*--------------------------------------------------------------------------*/


@media (max-width: 700px) and (min-width:651px){

  #menu{
    margin-top: -64px;
  }

  #banner{
    margin-top: 13%;
  }

  .img2 {
    width: 268px;
    float: left;
  }

  #menucarta h1{
    font-size: 67px;
  }

  .text-calidad{
    padding-left: 65px;
  }

  .text-calidad h1{
    font-size: 53px;
  }

  .text-experiencia{
    padding-left: 73px;
    padding-right: 20px;
  }

  .text-experiencia h1{
    font-size: 51px;
  }

  .text-experiencia p{
    font-size: 21px;
    line-height: 29px;
  }

  .text-bienvenidos h1{
    font-size: 51px;
  }

  .text-bienvenidos{
    padding-top: 76px;
    padding-left: 86px;
    padding-right: 36px;
    padding-bottom: 76px;
  }

  .text-bienvenidos p {
    line-height: 33px;
    font-size: 21px;
  }

  .text-espacios{
    padding-top: 54px;
    padding-left: 88px;
    padding-right: 43px;
  }

  #equipo h1{
    font-size: 50px;
  }

  .text-espacios h1{
    font-size: 43px;
  }

  .text-espacios p{
    font-size: 19px;
    line-height: 24px;
  }
  
  #form_suscribete input{
    width: 65%;
  }

  #btn_suscribete{
    width: 35% !important;
  }

  #datos h1{
    font-size: 27px;
  }

  #datos p{
    margin-bottom: 17px;
  }

  #titulo{
    margin-top: 13%;
  }

  #titulo h1{
    font-size: 69px;
  }

  .text-titulo{
    padding-top: 225px;
  }

  .text-equipo{
    padding-top: 39px;
    padding-left: 83px;
    padding-right: 25px;
  }

  .text-equipo h1{
    font-size: 51px;
  }

  .text-equipo p{
    font-size: 21px;
    line-height: 30px;
  }

  .text-trabajo{
    padding: 0px 31px 55px 85px;
  }

  .text-trabajo h1{
    line-height: 49px;
    padding-bottom: 33px;
    font-size: 37px;
  }

  #contactanos{
    padding: 0px 69px 55px 118px;
  }

  .text-momentos{
    padding: 88px 44px 65px 94px;
  }

  .text-elegancia {
    padding-top: 5px;
    padding-right: 35px;
    padding-left: 80px;
  }

  .text-elegancia h1{
    font-size: 51px;
  }

}


/*-----------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) and (min-width:701px){

  #menu{
    margin-top: -62px;
  }

  .img2 {
    width: 277px;
    float: left;
  }

  #banner {
    margin-top: 12%;
  }

  #menucarta h1{
    font-size: 66px;
  }

  .text-calidad{
    padding-left: 75px;
    padding-right: 22px;
  }

  .text-calidad h1{
    font-size: 54px;
  }

  .text-experiencia h1{
    font-size: 51px;
  }

  .text-experiencia{
    padding-left: 69px;
    padding-right: 18px;
  }

  .text-bienvenidos h1{
    font-size: 54px;
  }

  .text-bienvenidos{
    padding-left: 91px;
    padding-right: 41px;
    padding-bottom: 60px;
  }

  .text-bienvenidos p{
    line-height: 33px;
    font-size: 21px;
  }

  .text-espacios {
    padding-top: 55px;
    padding-left: 103px;
    padding-right: 44px;
  }

  .text-espacios h1{
    font-size: 49px;
  }

  .text-espacios p{
    font-size: 20px;
    line-height: 27px;
  }

  #datos p{
    margin-bottom: 14px;
  }

  #titulo{
    margin-top: 13%;
  }

  #titulo h1{
    font-size: 77px;
  }

  .text-titulo{
    padding-top: 326px;
  }

  .text-experiencia p{
    font-size: 21px;
    line-height: 29px;
  }

  #equipo h1{
    font-size: 56px;
  }

  .text-equipo{
    padding-top: 73px;
  }
  
  .text-equipo{
    padding-left: 90px;
    padding-right: 40px;
  }

  .text-equipo p{
    font-size: 22px;
    line-height: 31px;
  }

  .text-equipo h1{
    font-size: 58px;
  }

  .text-trabajo{
    padding: 0px 40px 45px 95px;
  }

  .text-trabajo h1{
    font-size: 39px;
  }

  #datos h1{
    font-size: 28px;
  }

  #contactanos{
    padding: 0px 85px 63px 137px;
  }

  .text-momentos{
    padding: 88px 44px 53px 97px;
  }

  .text-elegancia{
    padding-top: 19px;
    padding-right: 33px;
    padding-left: 94px;
  }

  .text-elegancia h1{
    font-size: 50px;
  }

  #form_suscribete input{
    width: 70%;
  }

  #btn_suscribete{
    width: 30% !important;
  }

 
  

}

/*-------------------------------------------------------------------*/

@media (max-width: 800px) and (min-width:768px){

  #menu{
    margin-top: -66px;
  }

  .img2 {
    width: 277px;
    float: left;
  }

  #banner {
    margin-top:12%;
  }

  .text-menu{
    padding: 276px 15px 15px 15px;
  }

  .text-calidad{
    padding-left: 78px;
  }

  .text-calidad h1{
    font-size: 55px;
  }

  .text-calidad p{
    font-size: 23px;
    line-height: 33px;
  }

  .text-experiencia{
    padding-left: 74px;
    padding-right: 25px;
  }

  .text-experiencia h1{
    font-size: 55px;
  }

  .text-experiencia p{
    font-size: 23px;
    line-height: 33px;
  }

  .text-bienvenidos h1{
    font-size: 55px;
  }

  .text-bienvenidos {
    padding-left: 105px;
    padding-right: 50px;
    padding-bottom: 66px;
  }

  .text-bienvenidos p {
    line-height: 33px;
    font-size: 22px;
  }

  #form_suscribete input{
    width: 70%;
  }

  #btn_suscribete{
    width: 30% !important;
  }

  #datos h1{
    font-size: 26px;
  }

  #redes h1{
    font-size: 29px;
  }

  #titulo{
    margin-top: 12%;
  }

  #titulo h1{
    font-size: 79px;
  }

  .text-titulo{
    padding-top: 285px;
  }

  #equipo h1{
    font-size: 54px;
  }

  .text-espacios {
    padding-top: 64px;
    padding-left: 90px;
    padding-right: 40px;
  }

  .text-espacios h1{
    font-size: 49px;
  }

  .text-espacios p{
    font-size: 20px;
    line-height: 28px;
  }

  .text-equipo{
    padding-left: 90px;
    padding-right: 52px;
  }

  .text-equipo h1{
    font-size: 54px;
  }

  .text-equipo p{
    font-size: 22px;
    line-height: 30px;
  }

  .text-trabajo{
    padding: 0px 47px 61px 93px;
  }

  #contactanos{
    padding: 0px 132px 56px 167px;
  }

  .text-elegancia {
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 96px;
  }

  .text-elegancia h1{
    font-size: 52px;
  }

  .text-momentos{
    padding: 88px 114px;
  }


  

}

/*-------------------------------------------------------------------------------------------------------------*/
@media (max-width:850px) and (min-width:801px){

  #menu{
    margin-top: -74px;
  }

  #banner {
    margin-top: 12%;
  }

  .text-menu{
    padding: 277px 15px 15px 15px;
  }

  .calidad{
    padding-left: 89px;
    padding-right: 31px;
  }

  .text-experiencia{
    padding-left: 13px;
  }

  .text-experiencia h1{
    font-size: 56px;
  }

  .text-experiencia p{
    font-size: 22px;
    line-height: 32px;
  }

  .text-bienvenidos h1{
    font-size: 56px;
  }

  .text-bienvenidos{
    padding-left: 97px;
    padding-right: 48px;
    padding-bottom: 64px;
  }

  .text-bienvenidos p{
    line-height: 34px;
    font-size: 22px;
  }

  #titulo{
    margin-top: 12%;
  }

  #titulo h1{
    font-size: 74px;
  }

  .text-titulo{
    padding-top: 301px;
  }

  #equipo h1{
    font-size: 54px;
  }

  .text-equipo{
    padding-left: 14px;
  }

  .text-equipo h1{
    font-size: 59px;
  }

  .text-espacios {
    padding-top: 64px;
    padding-right: 40px;
    padding-left: 36px;
  }

  .text-espacios h1{
    font-size: 49px;
  }

  .text-espacios p{
    font-size: 20px;
    line-height: 28px;
  }

  .text-calidad h1{
    font-size: 59px;
  }

  .text-trabajo{
    padding: 0px 57px 65px 105px;
  }

  #contactanos{
    padding: 0px 104px 72px 177px;
  }

  .text-elegancia {
    padding-top: 15px;
    padding-right: 47px;
    padding-left: 90px;
  }
  
  .text-elegancia h1{
    font-size: 54px;
  }

  .text-momentos{
    padding: 88px 139px;
  }

  #form_suscribete input{
    width: 70%;
  }

  #btn_suscribete{
    width: 30% !important;
  }
  
}

/*------------------------------------------------------------------------------------------------*/

@media (max-width: 900px) and (min-width:851px){

  #menu{
    margin-top: -74px;
  }

  #banner {
    margin-top: 11%;
  }

  .calidad{
    padding-left: 90px;
  }

  .text-calidad h1{
    font-size: 51px;
  }

  .text-calidad p{
    font-size: 23px;
  }

  .text-experiencia{
    padding-left: 7px;
    padding-right: 41px;
  }

  .text-experiencia h1{
    font-size: 51px;
  }

  .text-experiencia p{
    font-size: 22px;
    line-height: 30px;
  }

  #equipo h1{
    font-size: 56px;
  }

  .text-trabajo{
    padding: 0px 103px 74px 139px;
  }

  .text-espacios h1{
    font-size: 51px;
  }

  .text-espacios{
    padding-top: 65px;
    padding-right: 40px;
    padding-left: 31px;
  }

  .text-equipo{
    padding-top: 58px;
    padding-left: 16px;
    padding-right: 48px;
  }

  .text-espacios p{
    font-size: 21px;
  }

  .text-bienvenidos{
    padding-top: 80px;
    padding-left: 106px;
    padding-right: 53px;
    padding-bottom: 57px;
  }

  .text-bienvenidos h1{
    font-size: 51px;
  }

  .text-bienvenidos p {
    line-height: 33px;
    font-size: 22px;
  }

  #form_suscribete input{
    width: 70%;
  }

  #btn_suscribete{
    width: 30% !important;
  }

  #datos h1{
    font-size: 27px;
  }

  #titulo{
    margin-top: 12%;
  }

  #titulo h1{
    font-size: 61px;
  }

  .text-titulo{
    padding-top:189px;
  }

  #contactanos{
    margin-bottom: 56px;
  }

  .text-momentos{
    padding: 88px 94px;
  }

  .text-elegancia{
    padding-right: 62px;
    padding-left: 106px;
    padding-top: 9px;
  }

  .text-elegancia h1{
    font-size: 45px;
  }

  .text-elegancia p{
    font-size: 23px;
    line-height: 34px;
  }

  #redes h1{
    font-size: 28px;
  }

  
  
}


/*-----------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 991px) and (min-width:901px){

  #menu{
    margin-top: -74px;
  }

  #banner {
    margin-top: 10%;
  }

  .calidad{
    padding-left: 94px;
  }

  .text-experiencia{
    padding-left: 6px;
    padding-right: 30px;
  }

  .text-trabajo{
    padding: 0px 84px 45px 135px;
  }

  #contactanos{
    margin-bottom: 60px;
  }

  .text-elegancia{
    padding-top: 8px;
    padding-right: 59px;
    padding-left: 105px;
  }

  .text-elegancia h1{
    font-size: 59px;
  }

  .text-experiencia h1{
    font-size: 56px;
  }

  .text-momentos{
    padding: 88px 199px;
  }

  .text-experiencia p{
    font-size: 22px;
    line-height: 30px;
  }

  .text-calidad h1{
    font-size: 55px;
  }

  .text-calidad p{
    font-size: 23px;
  }

  .text-bienvenidos{
    padding-left: 124px;
    padding-right: 85px;
    padding-bottom: 67px;
  }

  .text-bienvenidos h1{
    font-size: 57px;
  }

  #datos h1{
    font-size: 27px;
  }

  #titulo h1{
    font-size: 82px;
  }

  .text-titulo{
    padding-top: 344px;
  }

  .text-bienvenidos p {
    line-height: 33px;
    font-size: 22px;
  }

  .text-espacios{
    padding-top: 58px;
    padding-right: 52px;
  }

  #equipo h1{
    font-size: 55px;
  }

  .text-equipo {
    padding-left: 32px;
    padding-right: 38px;
  }

  .text-espacios p{
    font-size: 21px;
  }

  .text-espacios h1{
    font-size: 51px;
  }

  

  
}


/*---------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 1100px) and (min-width:992px){

  #navbar li{
    margin: 35px 0px 0px 18px;
  }

  #navbar a{
    font-size: 20px;
  }

  #banner {
    margin-top: 9%;
  }

  .texto h2{
    font-size: 94px;
  }

  .texto h3{
    font-size: 25px;
  }

  .texto h1{
    font-size: 30px;
  }

  .text-calidad h1{
    font-size: 41px;
  }

  .calidad{
    padding-left: 99px;
  }

  .text-calidad p{
    font-size: 20px;
    line-height: 25px;
  }

  .text-calidad {
    padding-top: 0px;
  }

  .text-experiencia {
    padding-top: 61px;
    padding-left: 31px;
  }

  .text-experiencia h1{
    font-size: 41px;
  }

  .text-experiencia p{
    font-size: 18px;
    line-height: 23px;
  }

  .text-bienvenidos{
    padding-top: 36px;
    padding-left: 94px;
    padding-right: 30px;
  }

  .text-bienvenidos h1{
    font-size: 31px;
  }

  .text-bienvenidos p {
    line-height: 21px;
    font-size: 17px;
  }

  #text-nosotros h1{
    font-size: 47px;
  }

  .text-espacios{
    padding-left: 26px;
  }

  .text-espacios h1{
    font-size: 32px;
    padding-bottom: 10px;
  }

  .text-espacios p{
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 37px;
  }

  .img2 img{
    right: 0px;
  }

  #datos h1{
    font-size: 24px;
  }

  #text-nosotros p{
    font-size: 16px;
  }

  #nosotros{
    padding: 93px 0px;
  }

  #form_suscribete input{
    width: 70%;
  }

  #btn_suscribete{
    width: 30% !important;
  }

  .text-menu{
    padding: 154px 15px 15px 15px;
  }

  .text-menu h2{
    font-size: 25px;
  }
  
  #menucarta h1{
    font-size: 67px;
  }

  #titulo{
    margin-top: 9%;
  }

  #titulo h1{
    font-size: 76px;
  }

  .text-titulo {
    padding-top: 214px;
    padding-bottom: 47px;
  }

  #equipo h1{
    font-size: 43px;
  }

  .text-equipo{
    padding-left: 18px;
  }

  .text-equipo h1{
    padding-bottom: 6px;
    font-size: 40px;
  }

  .text-momentos{
    padding: 88px 159px;
  }

  .text-equipo p{
    font-size: 17px;
    line-height: 22px;
  }

  .text-trabajo{
    padding: 0px 27px 0px 84px;
  }

  .text-trabajo h1{
    font-size: 31px;
    line-height: 43px;
    padding-bottom: 35px;
  }

  .text-trabajo h2{
    letter-spacing: 0px;
  }

  .text-trabajo h3{
    font-size: 24px;
  }

  #contactanos h1{
    font-size: 34px;
    margin-bottom: 12px;
  }

  #contactanos {
    margin-top: 2%;
    padding: 0px 30px 25px 75px;
  }

  .text-elegancia{
    padding-right: 31px;
    padding-left: 95px;
  }

  .text-elegancia h1{
    font-size: 45px;
  }

  .text-elegancia p{
    font-size: 19px;
    line-height: 26px;
  }

}

/*------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1199px) and (min-width:1101px){

  #navbar a{
    font-size: 22px;
  }

  #navbar li{
    margin: 35px 0px 0px 27px;
  }

  .texto h2{
    font-size: 97px;
  }

  .texto h1{
    font-size: 24px;
  }

  .texto h3{
    font-size: 24px;
  }

  .text-espacios p{
    font-size: 18px;
  line-height: 24px;
  }

  .text-espacios h1{
    font-size: 43px;
  }

  .text-menu{
    padding: 173px 15px 15px 15px;
  }

  .text-menu h2{
    font-size: 24px;
  }

  .text-calidad{
    padding-top: 0px;
    padding-left: 80px;
  }

  .text-calidad h1{
    font-size: 41px;
  }

  .text-calidad p{
    font-size: 20px;
    line-height: 28px;
  }

  .text-experiencia {
    padding-top: 56px;
    padding-left: 42px;
    padding-right: 20px;
  }

  .text-experiencia h1{
    font-size: 41px;
  }

  .text-experiencia p{
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 54px;
  }

  .text-bienvenidos{
    padding-left: 104px;
    padding-top: 47px;
    padding-right: 34px;
  }

  .text-bienvenidos h1{
    font-size: 40px;
  }

  .text-bienvenidos p {
    line-height: 23px;
    font-size: 17px;
  }

  #text-nosotros h1{
    font-size: 44px;
  }

  #datos h1{
    font-size: 25px;
  }

  #titulo{
    margin-top: 9%;
  }

  #titulo h1{
    font-size: 71px;
  }

  .text-titulo{
    padding-top: 259px;
  }

  #equipo h1{
    font-size: 51px;
  }

  .text-equipo h1{
    font-size: 44px;
  }

  .text-equipo p{
    font-size: 18px;
    line-height: 24px;
  }

  .text-trabajo{
    padding: 0px 37px 15px 92px;
  }

  .text-trabajo h1{
    font-size: 31px;
    line-height: 47px;
  }

  .text-trabajo h2{
    letter-spacing:0px;
  }

  .text-trabajo h3{
    font-size: 26px;
  }

  #contactanos{
    margin-top: 3%;
  }

  #contactanos{
    padding: 0px 41px 45px 95px;
  }

  .text-elegancia{
    padding-right: 26px;
    padding-left: 99px;
  }

  .text-elegancia h1{
    font-size: 43px;
  }

  .text-elegancia p{
    font-size: 20px;
    line-height: 25px;
  }

  #menucarta h1{
      font-size: 66px;
  }

}


/*------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1300px) and (min-width:1200px){

  #navbar a{
    font-size: 20px;
  }

  #banner {
    margin-top: 8%;
  }

  #navbar li{
    margin: 35px 0px 0px 19px;
  }

  .texto h2{
    font-size: 97px;
  }

  .texto h1{
    font-size: 24px;
  }

  .texto h3{
    font-size: 24px;
  }

  .text-menu{
    padding: 173px 15px 15px 15px;
  }

  .text-menu h2{
    font-size: 24px;
  }

  .text-calidad{
    padding-top: 0px;
  }

  .text-calidad h1{
    font-size: 36px;
  }

  .text-calidad p{
    font-size: 18px;
    line-height: 26px;
  }

  .text-experiencia {
    padding-top: 56px;
    padding-left: 42px;
    padding-right: 20px;
  }

  .text-experiencia h1{
    font-size: 36px;
  }

  .text-experiencia p{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 54px;
  }

  .text-bienvenidos{
    padding-left: 104px;
    padding-top: 47px;
    padding-right: 34px;
  }

  .text-bienvenidos h1{
    font-size: 43px;
  }

  .text-bienvenidos p {
    line-height: 26px;
    font-size: 19px;
  }

  .text-momentos{
    padding: 88px 107px;
  }

  .text-espacios h1{
    font-size: 45px;
  }

  .text-espacios p{
    font-size: 18px;
    line-height: 25px;
  }

  #text-nosotros h1{
    font-size: 37px;
  }

  #text-nosotros p{
    font-size: 16px;
    line-height: 19px;
  }

  #datos h1{
    font-size:22px;
  }

  #redes h1{
    font-size: 27px;
  }

  #titulo{
    margin-top: 8%;
  }

  #titulo h1{
    font-size: 71px;
  }

  .text-titulo{
    padding-top: 259px;
  }

  #equipo h1{
    font-size: 51px;
  }

  .text-equipo h1{
    font-size: 54px;
  }

  .text-equipo p{
    font-size: 20px;
    line-height: 27px;
  }

  .text-trabajo{
    margin-top: 5%;
    padding: 0px 104px 15px 182px;
  }

  .text-trabajo h1{
    font-size: 31px;
    line-height: 47px;
    padding-bottom: 17px;
  }

  .text-trabajo h2{
    letter-spacing:0px;
  }

  .text-trabajo h3{
    font-size: 26px;
  }

  #contactanos{
    margin-top: 3%;
  }

  #contactanos{
    padding: 0px 41px 45px 95px;
  }

  .text-elegancia{
    padding-right: 26px;
    padding-left: 99px;
  }

  .text-elegancia h1{
    font-size: 43px;
  }

  .text-elegancia p{
    font-size: 20px;
    line-height: 25px;
  }

  #menucarta h1{
      font-size: 66px;
  }

  #form_suscribete input{
    width: 70%;
  }

  #btn_suscribete{
    width: 30% !important;
  }


}


/*-----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1400px) and (min-width:1301px){

  #navbar a{
    font-size: 22px;
  }

  #navbar li{
    margin: 35px 0px 0px 25px;
  }

  #titulo{
    margin-top: 7%;
  }

  #banner {
    margin-top: 7%;
  }

  .texto h2{
    font-size: 109px;
  }

  #titulo h1{
    font-size: 79px;
  }

  .text-titulo{
    padding-top: 288px;
  }

  #equipo h1{
    font-size: 52px;
  }

  .text-espacios h1{
    font-size: 49px;
  }

  .text-momentos{
    padding: 88px 100px;
  }

  .text-espacios p{
    font-size: 18px;
    line-height: 24px;
  }

  .text-menu{
    padding: 227px 15px 15px 15px;
  }

  .text-equipo h1{
    font-size: 56px;
  }

  .text-trabajo {
    margin-top: 4%;
    padding: 5px 156px;
  }
  
  #datos h1{
    font-size: 27px;
  }

  .text-trabajo h1{
    font-size: 38px;
    line-height: 51px;
    padding-bottom: 32px;
  }

  .text-equipo p{
    font-size: 20px;
    line-height: 27px;
  }

  .text-menu h2{
    font-size: 26px;
  }

  .text-calidad h1{
    font-size: 45px;
  }

  .text-calidad p{
    font-size: 20px;
    line-height: 27px;
  }

  .text-experiencia{
    padding-left: 51px;
  }

  .text-experiencia h1{
    font-size: 46px;
  }

  .text-experiencia p{
    font-size: 18px;
    line-height:23px;
  }

  .text-bienvenidos{
    padding-left: 110px;
    padding-right: 53px;
    padding-top: 42px;
  }

  .text-bienvenidos h1{
    font-size: 46px;
  }

  .text-bienvenidos p {
    line-height: 30px;
    font-size: 19px;
  }

  #contactanos {
    margin-top: 6%;
    padding: 0px 118px;
  }

  .text-elegancia{
    padding-right: 52px;
    padding-left: 113px;
  }

  .text-elegancia h1{
    font-size: 53px;
  }

  .text-elegancia p{
    font-size:21px;
    line-height: 29px;
  }

  #form_suscribete input{
    width: 65%;
  }

  #btn_suscribete{
    width: 35% !important;
  }

  
}

/*------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1500px) and (min-width:1401px){

  #banner {
    margin-top: 7%;
  }

  #navbar a{
    font-size: 23px;
  }

  #navbar li{
    margin: 35px 0px 0px 26px;
  }

  .texto{
    bottom: 20%;
  }

  .text-menu{
    padding: 257px 15px 15px 15px;
  }

  .text-calidad h1{
    font-size: 47px;
  }

  .text-calidad p{
    font-size: 21px;
    line-height: 30px;
  }

  .text-experiencia{
    padding-left: 59px;
  }

  .text-experiencia h1{
    font-size: 50px;
  }

  .text-experiencia p{
    font-size: 21px;
    line-height: 27px;
  }

  .text-espacios{
    padding-top: 12px;
    padding-left: 28px;
  }

  .text-espacios h1{
    font-size: 44px;
  }

  .text-espacios p{
    font-size: 18px;
    padding-bottom: 34px;
    line-height: 23px;
  }

  .text-bienvenidos{
    padding-left: 120px;
    padding-right: 60px;
    padding-top: 56px;
  }

  .text-bienvenidos h1{
    font-size: 51px;
  }

  .text-bienvenidos p {
    line-height: 31px;
    font-size: 20px;
  }

  #text-nosotros h1{
    font-size: 45px;
  }

  #text-nosotros p{
    font-size: 16px;
  }

  #form_suscribete input{
    width: 70%;
  }

  #btn_suscribete{
    width: 30% !important;
  }

  #datos h1{
    font-size: 27px;
  }

  #redes h1{
    font-size: 27px;
  }

  #titulo{
    margin-top: 7%;
  }

  #titulo h1{
    font-size: 80px;
  }

  .text-titulo{
    padding-top: 366px;
  }

  #equipo h1{
    font-size: 53px;
  }

  .text-equipo p{
    font-size: 18px;
    line-height: 24px;
  }

  .text-equipo h1{
    font-size: 41px;
  }

  .text-trabajo {
    margin-top: 5%;
    padding: 0px 163px;
  }
  
  #contactanos{
    margin-top: 9%;
    padding: 0px 113px 65px 164px;
  }

  .text-elegancia{
    padding-right: 78px;
    padding-left: 135px;
  }

  .text-elegancia h1{
    font-size: 50px;
  }

  .text-elegancia p{
    font-size: 21px;
    line-height: 27px;
  }

  .text-momentos{
    padding: 88px 98px;
  }
  

}



@media (max-width: 1600px) and (min-width:1501px){

  #navbar li{
    margin: 35px 0px 0px 38px;
  }

  #banner {
    margin-top:6%;
  }

  .text-menu{
    padding: 268px 15px 15px 15px;
  }

  .text-calidad h1{
    font-size: 50px;
  }

  .text-calidad p{
    font-size: 22px;
    line-height: 31px;
  }

  .text-experiencia h1{
    font-size: 50px;
  }

  .text-experiencia p{
    font-size: 20px;
    line-height: 26px;
  }

  .text-bienvenidos{
    padding-left: 125px;
    padding-top: 72px;
    padding-right: 62px;
  }

  .text-bienvenidos h1{
    font-size: 53px;
  }

  .text-bienvenidos p {
    line-height: 32px;
    font-size: 21px;
  }

  .text-espacios p{
    line-height: 28px;
    font-size: 20px;
  }

  .text-espacios h1{
    font-size: 51px;
  }

  #text-nosotros h1{
    font-size: 43px;
  }

  #datos h1{
    font-size: 25px;
  }

  #redes h1{
    font-size: 25px;
  }

  #titulo h1{
    font-size: 83px;
  }

  .text-titulo{
    padding-top: 417px;
  }

  .text-experiencia{
    padding-left: 54px;
  }

  .text-equipo p{
    font-size: 21px;
    line-height: 28px;
  }

  .text-equipo h1{
    font-size: 46px;
  }

  #contactanos{
    padding: 0px 173px;
  }

  .text-elegancia h1{
    font-size: 54px;
  }

  .text-momentos{
    padding: 88px 133px;
  }

  .text-elegancia{
    padding-right: 51px;
    padding-left: 133px;
  }

}


@media (max-width: 1700px) and (min-width:1601px){

  #navbar li{
    margin: 35px 0px 0px 38px;
  }

  #banner {
    margin-top: 6%;
  }

  .text-menu{
    padding: 268px 15px 15px 15px;
  }

  .text-calidad h1{
    font-size: 50px;
  }

  .text-calidad p{
    font-size: 22px;
    line-height: 31px;
  }

  .text-experiencia h1{
    font-size: 50px;
  }

  .text-experiencia p{
    font-size: 20px;
    line-height: 26px;
  }

  .text-bienvenidos{
    padding-left: 125px;
    padding-top: 72px;
    padding-right: 62px;
  }

  .text-bienvenidos h1{
    font-size: 53px;
  }

  .text-bienvenidos p {
    line-height: 32px;
    font-size: 21px;
  }

  #text-nosotros h1{
    font-size: 43px;
  }

  .text-momentos{
    padding: 88px 187px;
  }

  #datos h1{
    font-size: 25px;
  }

  #redes h1{
    font-size: 25px;
  }

  #titulo h1{
    font-size: 83px;
  }

  .text-titulo{
    padding-top: 417px;
  }

  .text-experiencia{
    padding-left: 54px;
  }

  .text-equipo p{
    font-size: 22px;
    line-height: 31px;
  }

  #contactanos{
    padding: 0px 173px;
  }

  .text-elegancia h1{
    font-size: 54px;
  }

  .text-elegancia{
    padding-right: 51px;
    padding-left: 133px;
  }

  .text-espacios h1{
    font-size: 52px;
  }

  .text-espacios p{
    font-size: 22px;
    line-height: 29px;
  }

 
}


@media (max-width: 1800px) and (min-width:1701px){

  #banner {
    margin-top: 5%;
  }

  #navbar li{
    margin: 35px 0px 0px 60px;
  }

  .text-bienvenidos{
    padding-left: 155px;
    padding-right: 82px;
  }

  .text-bienvenidos h1{
    font-size: 59px;
  }

  .text-bienvenidos p {
    line-height: 35px;
    font-size: 22px;
  }

  #datos h1{
    font-size: 27px;
  }

  #redes h1{
    font-size: 28px;
  }


}


@media (max-width: 2200px) and (min-width:1801px){

  #navbar li{
    margin: 35px 0px 0px 71px;
  }



}