	/*
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;

    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    */

/* ==============================================================================
							R	E	S	E	T
============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html, body{
  width: 100%;
  height: 100%;
}
body{
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../img/fondoTrama.png);
  background-repeat: repeat;
  background-position: center;
  background-color: #efefef;
  color: #282828;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.contenedor80{
  width: 80%;
  max-width: 1600px;
  margin: auto;
  background-color: white;
}
strong {
  font-weight: bolder;
}
section{
  background: white;
}
.contieneTitulo{
  width: 80%;
  margin: auto;
  padding: 90px 0;
  text-align: center;
  font-size: 1em;
  letter-spacing: 1px;
  color: #434344;
}
.contieneTitulo p{
  font-size: 0.9em;
  margin-top: 10px;
  line-height: 1.8em;
  text-align: justify;
}
.contieneTitulo h1{
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.titularOcultoHome{
  font-size: 0;
}
.destacado {
  font-weight: bold;
}
*{
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.boton {
  width: fit-content;
  display: block;
  margin: 40px auto;
  padding: 8px 25px;
  color: white;
  background-color: #d019f9;
  border-radius: 6px;
  transition: 0.5s ease-in-out;
  text-align: center;
}
.boton:hover {
  background-color: #8b00b2;
}
.click {
  font-size: 0.6rem;
  letter-spacing: 2px;
  font-weight: 900;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid white;
  color: white;
}

/* ==============================================================================
                      R  E  V  E  W  S
============================================================================== */
 #titular {
  width: 100%;
  text-align: center;
  padding: 33px;
  letter-spacing: 1px;
 }
  #titular h1 {
  font-size:1.3rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: 9px;
}
#titular h5 {
  font-size: 0.8rem;
}
#encabezadoLogo {
  width: 80%;
  max-width: 400px;
  display: block;
  margin: auto;
  padding-top: 50px;
}
#headerReviews {
  background-color: #1745A2;
}#headerReviews #encabezado {
  width: 80%;
  margin: auto;
  padding: 5% 0;
  display: flex;
  align-items: center;
}
#headerReviews #encabezado #encabezadoImagen {
  width: 20%;
}
#headerReviews #encabezado #encabezadoImagen img {
  width: 90%;
  border-radius: 10px;
}
#headerReviews #encabezado #encabezadoTexto {
  width: 80%;
  color: white;
  padding: 0 5%;
  letter-spacing: 1px;
}
#headerReviews #encabezado #encabezadoTexto h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 5px;
}
#headerReviews #encabezado #encabezadoTexto p {
  font-size: 1rem;
  line-height: 1.4rem;
}

.contieneRemate {
  background-color: #1745A2;
  color: white;
  padding: 5%;
}
.contieneRemate p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* ==============================================================================
                      M  E  N  U
============================================================================== */

.contieneLogoCabacera{
  width: 150px;
  position: absolute;
  top:5px;
  right: 30px;
  z-index: 50;
}
.contieneLogoCabacera img{
  width: 100%;
}
.seccionMenu{
  width: 100%;
  max-width: 1600px;
  overflow: hidden;
  position: absolute;
  top:0;
  z-index: 11;
}
.container-menu{
  position: fixed;
  float: left;
  max-width: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: 1000ms;
}
.menu{
  display: flex;
  flex-direction: column;
  background: rgba(4,23,37,0.9);
  height: 100%;
  z-index: 3;
  border: 1px solid black;
}
.menu ul{
  margin-top: 90px;
}
.menu li{
  text-align: left;
  list-style: none;
}
.menu li a{
  transition: 800ms;
}
.menu li a:hover{
  color: #68D8EF;
}
.item{
    display: block;
    color: #fff;
    font-size: 0.8em;
    font-weight: 200;
    text-decoration: none;
    margin-bottom: 20px;
    letter-spacing: 2px;
    position: relative;
    transform: translateX(-20px);
    opacity: 0;
    transition: all 300ms;
}
.item:before{
    content: '';
    position: absolute;
    left: -20px;
    width: 0px;
    height: 100%;
    transition: all 300ms;
}

.item:hover:before{
    width: 6px;
}
.toggle{
    width: 100%;
    position: fixed;
    display: inline-block;
    padding: 20px;
    text-indent: 1em;
    font-size: 0.7em;
    font-weight: 200;
    background: rgba(5,37,63,0.9);
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    transition: opacity 300ms;
    transition: color 300ms;
    z-index: 5;
}
.toggle img{
  width: 20px;
  margin-bottom: -5px;
}
.toggle:hover{
    opacity: 1;
    color: #68D8EF;
}
.toggle-check:checked ~ .container-menu{
    max-width: 220px;
    position: fixed;
    left: -10px;
}
.toggle-check:checked ~ .container-menu .item{
    opacity: 1;
    transition-delay: 200ms;
    transform: translateX(-10);
}
.invisibleEscritorio{
  display: none;
  width: 0px;
  position: absolute;
}
.invisibleMoviles{
  display: block;
}
#creditos{
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  letter-spacing: 3px;
  background: #C8C7C3;
  color: #858482;
  font-size: 0.5em;
}

/* ==============================================================================
            E   S   T   I   L   O   S       C   O   M   U   N   E   S
============================================================================== */

.contieneBoton{
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.contieneBoton a{
  background-color: #1964F9; /* For browsers that do not support gradients */
  background-image: linear-gradient(#6DB4F7, #1964F9);
  padding: 7px 40px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #245DCF;
  transition: 0.8s;
}
.contieneBoton a:hover{
  background-image: linear-gradient(#6DB4F7, #1745A2);
}


/* ==============================================================================
                        M  O  D  A  L  E  S
============================================================================== */

.contieneModal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 100;
  overflow: scroll;
}
.ventanaModal {
  position: absolute;
  top:3%;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
  background: white;
  text-align: center;
  padding: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 14px 14px 14px 14px;
  -moz-border-radius: 14px 14px 14px 14px;
  -webkit-border-radius: 14px 14px 14px 14px;
  border: 0px solid #000000;
  -webkit-box-shadow: 2px 3px 19px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 3px 19px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 3px 19px 0px rgba(0,0,0,0.75);
  z-index: 11;
  overflow: scroll;
}
.contieneModal h6{
  position: absolute;
  top:40px;
  right: 40px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: 0.8s;
}
.contieneModal h6:hover {
  color: red;
}

/* ==============================================================================
                        R R S S
============================================================================== */
.contieneRRSS {
    position: fixed;
    top:10%;
    right: 20px;
    z-index: 21;
  }
  .contieneRRSS ul {
    list-style: none;
  }
  .contieneRRSS ul li {
    margin-bottom: 10px;
  }
  .contieneRRSS ul li a img {
    width: 40px;
  }
  .aparece {
    display: block;
  }
/* ==============================================================================
                            B  U  S  C  A  D  O  R
============================================================================== */

.contieneBuscador{
  position: absolute;
  right: 40px;
  top: 68px;
}
.contieneBuscador input{
  border: 0;
  background: rgba(255,255,255,0.8);
  text-indent: 1em;
  line-height: 2em;
}
.contieneBuscador button{
  border: 0;
  background: #436182;
  color: white;
  padding: 5px 20px;
  transition: 0.8s;
}
.contieneBuscador button:hover{
  background: #16202A;
}
.contieneResultadosBusqueda{
  width: 80%;
  margin: auto;
  padding: 15% 0;
  text-align: center;
}
.contieneResultadosBusqueda h2{
  font-size: 1.3em;
  margin-bottom: 10px;
}
.contieneResultadosBusqueda ul li a {
  text-decoration: none;
  line-height: 2em;
  color: #222A30;
}
.contieneResultadosBusqueda ul li a:hover{
  color: #6B7175;
}
/* ==============================================================================
                        C   A   B   E   C   E   R   A
============================================================================== */

/* Registro */
.fijarArriba {
  position: fixed;
  top:0;
}
.registro {
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: right;
  background: #FEBF28;
  padding: 10px 0;
}
.registro img {
  margin-right: 10px;
  width: 30px;
}
.contiene-boton-header {
  display: inline;
  margin-right: 40px;
  line-height: 1.5em;
}
.contiene-boton-header a {
  color: white;
  letter-spacing: 1px;
  text-decoration: none;
  background: #2693FF;
  padding: 4px 20px;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  margin: 0 auto;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.39);
  box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.39);
}
.contiene-boton-header a:hover {
  background: #0059B2;
}
#carrito{
  margin-right: 60px;
}
/* Menu */
header{
  width: 100%;
  position: fixed;
  z-index: 20;
  background:rgba(255,255,255,0.8);
}
#hamburger{
  width: 30px;
}
.menu{
  width: 95%;
  max-width: 1500px;
  margin: auto;
  padding: 0.5em 0;
  /* Acomoda proporcionalemnte los elementos*/
  display: flex;
  justify-content: space-between;
  /* centrar verticalmente */
  align-items: center;
}
#logo_menu{
  width: 150px;
}
.menu .container-menu .logo .btn-menu{
  color: #282828;
  font-size: 30px;
  display: none;
}
.menu .menu-link ul li{
  display: inline-block;
}
.menu .menu-link ul li a{
  text-decoration: none;
  margin-left: 15px;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  transition: 0.7s;
}
.menu .menu-link ul li a:hover{
  color: #2693FF;
  text-shadow: 2px 2px 2px rgba(1,0,0,0);
}
.imagen_escalable{
  width: 100%;
  height: auto;
}
.visible {
  display: block;
}
.invisible {
  display: none;
}



/* ==============================================================================
                      F   O   O   T   E   R
============================================================================== */
.contieneFooter {
  position: relative;
  width: 100%;
  background: #012f8a;
  padding-top: 30px;
  color: #5b6468;
}
.subirFlecha {
  width: 50px;
  position: absolute;
  right: 10px;
  bottom:40px;
  z-index: 100;
}
.placaCreditos {
  width: 100px;
  position: absolute;
  right: 0;
  left: 0;
  margin:auto;
  bottom:50px;
  z-index: 100;
}
.contieneCuartosFooter {
  width: 90%;
  margin-left: 5%;
  display: inline-flex;
  padding-bottom: 20px;
}
.cuartoFooter {
  width: 25%;
  font-size: .7em;
}
.cuartoFooter a img, #imagenGoogleMaps {
  width: 80%;
  max-width: 180px;
  padding-top: 15px;
}
.creditos {
  background: #052158;
  padding-top: 10px;
  padding-bottom: 25px;
  text-align: center;
  font-size: .7em;
  font-weight: 400;
  letter-spacing: 2px;
  color: white;
}
.cuartoFooter h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.cuartoFooter a {
  color: #7E8E95;
  text-decoration: none;
  line-height: 1.8em;
  letter-spacing: 1px;
  transition: 1s;
}
.cuartoFooter a:hover {
  color: white;
}
.cuartoFooter p {
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.cuartoFooter form input{
  width: 70%;
  background: #7E8E95;
  border:0;
  margin-bottom: 10px;
  line-height: 1.8em;
  display: block;
}
.cuartoFooter form button {
  max-width: 150px;
  background: #222A30;
  color: #7E8E95;
  border:0;
  padding:6px 25px;
  text-align: center;
}
#logoFooter {
  width: 200px;
  display: block;
  margin: auto;
  padding-bottom: 10px;
}


/* =========================================================================================
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
========================================================================================= */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    header{
  background:rgba(255,255,255,0.8);
  }
  .contenedor80 {
    width: 100%;
  }
  .flex-parent, .flex-child {
    display: block;
  }
  .mitad{
    width: 90%;
  }
  .logo_portada{
    width: 200px;
    margin-top: 60%;
   }
   #flecha_top{
    position: fixed;
    bottom: 80px;
    right: 30px;
  }
  .toggle{
    width: 100%;
  }
   .menu .container-menu .logo .btn-menu {
    display: block;
   }
   .menu .container-menu{
    width: 100%;
   }
   .menu .container-menu .logo {
      display: flex;
      -ms-align-items: center;
      align-items: center;
      justify-content: space-between;
    }
  .menu .menu-link{
    position: absolute;
    background: rgba(0,0,0,.7);
    height: 100vh;
    width: 100%;
    top: 52px;
    left: -100%; /* Para ocultar el menu */
    z-index: 1000;
    transition: 0.8s ease;
   }
   .menu .menu-link ul li{
      display: block;
    }
  .menu .menu-link ul li a{
      color: white;
      display: block;
      height: 50px;
      border-bottom: 1px solid #fff;
      padding: 15px;
      text-align: center;
      font-weight: 400;
      margin: 0;
    }
    .registro {
      padding-top: 10px;
      padding-bottom: 0px;
    }
    .registro img {
      margin-right: 10px;
      width: 25px;
    }
    #carrito{
      margin-right: 30px;
    }
    .contiene-boton-header {
      margin-right: 20px;
      line-height: 2em;
    }
    .contiene-boton-header a {
      padding: 3px 10px;
     font-size: .7em;
    }
    .icon-menu {
      width: 40px!important;
      height: 40px;
    }

    
#headerReviews #encabezado {
  width: 100%;
  margin: auto;
  padding: 5% 0;
  display: block;
}
#headerReviews #encabezado #encabezadoImagen {
  width: 80%;
  display: block;
  margin: auto;
}

#headerReviews #encabezado #encabezadoTexto {
  width: 80%;
  margin: auto;
  display: block;
  padding: 40px 0;
}
#headerReviews #encabezado #encabezadoTexto p {
  text-align: justify;
}

/* ==============================================================================
                      M   E   N   U      M  O  V  I  L  E  S
============================================================================== */

header{
  background:rgba(255,255,255,0.8);
}
  .flex-parent, .flex-child {
    display: block;
  }
  .mitad{
    width: 90%;
  }
  .logo_portada{
    width: 200px;
    margin-top: 60%;
   }
   #flecha_top{
    position: fixed;
    bottom: 80px;
    right: 30px;
  }
   .menu .container-menu .logo .btn-menu {
    display: block;
   }
   .menu .container-menu{
    width: 100%;
   }
   .menu .container-menu .logo {
      display: flex;
      -ms-align-items: center;
      align-items: center;
      justify-content: space-between;
    }
  .menu .menu-link{
    position: absolute;
    background: rgba(0,0,0,.7);
    height: 100vh;
    width: 100%;
    top: 52px;
    left: -100%; /* Para ocultar el menu */
    z-index: 1000;
    transition: 0.8s ease;
   }
   .menu .menu-link ul li{
      display: block;
    }
  .menu .menu-link ul li a{
      color: white;
      display: block;
      height: 50px;
      border-bottom: 1px solid #fff;
      padding: 15px;
      text-align: center;
      font-weight: 400;
      margin: 0;
    }
    .registro {
      padding-top: 10px;
      padding-bottom: 0px;
    }
    .registro img {
      margin-right: 10px;
      width: 25px;
    }
    #carrito{
      margin-right: 30px;
    }
    .contiene-boton-header {
      margin-right: 20px;
      line-height: 2em;
    }
    .contiene-boton-header a {
      padding: 3px 10px;
     font-size: .7em;
    }


    /*  Footer  */

    .placaCreditos {
      width: 80px;
      bottom: 35px;
    }
    .contieneCuartosFooter {
      padding-bottom: 40px;
    }
    .creditos {
      font-size: .6em;
    }
    
}