/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
@font-face {
    font-family: "cocogoose";
    src: url("../fonts/Cocogoose-Pro-trial.ttf");
}
@font-face {
    font-family: "avenirbook";
    src: url("../fonts/Avenir-Book.ttf");
}
@font-face {
    font-family: "avenirmedium";
    src: url("../fonts/Avenir-Medium.ttf");
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body{
    height: 100%;
 font-family: 'Open Sans', sans-serif;
 background-color: #fff;
}

img{
    max-width: 100%;
    height: auto;
}

/* CARGADOR
-------------------------------------------------------------------------*/
.QOverlay {
    background-color: #FFFFFF;
    z-index: 9999;
}

.QLoader {
    background-color: #1C9B4C;
    height: 50px;
}

.QAmt {
    color:#1C9B4C;
    font-family: Arial, Helvetica, sans-serif;
    font-size:36px;
    font-weight: bold;
    line-height: 50px;
    height:50px;
    width:100px;
    margin:-110px 0 0 -50px;
}



#wrapper {
    width: 100% !important;
    margin: 0 auto;
    height: 100%;
}

.logo {
    width:30%;
    float: left;
    text-align: left;
    padding-left: 50px;
    padding-top:  20.5px;

    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;

    -webkit-animation-name:fadeInTop;
    -moz-animation-name:fadeInTop;
    -o-animation-name:fadeInTop;
    animation-name:fadeInTop
}
.navegador {width:70%;
    float: right;}

@-webkit-keyframes fadeInTop {
  0% {
    opacity:0;
    -webkit-transform:translateY(-50px)
  }

  100% {
    opacity:1;
    -webkit-transform:translateY(0)
  }
}

@-moz-keyframes fadeInTop {
  0% {
    opacity:0;
    -moz-transform:translateY(-50px)
  }

  100% {
    opacity:1;
    -moz-transform:translateY(0)
  }
}

@keyframes fadeInTop {
  0% {
    opacity:0;
    transform:translateY(-50px)
  }

  100% {
    opacity:1;
    transform:translateY(0)
  }
}

.logo img{
    max-width: 200px;
    height: auto;
}

.animaCenter{conte-titulo
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;

    -webkit-animation-name:fadeInCenter;
    -moz-animation-name:fadeInCenter;
    -o-animation-name:fadeInCenter;
    animation-name:fadeInCenter
}

@-webkit-keyframes fadeInCenter {
  0% {
    opacity:0;
    -webkit-transform:translateX(300px)
  }

  100% {
    opacity:1;
    -webkit-transform:translateX(0)
  }
}

@-moz-keyframes fadeInCenter {
  0% {
    opacity:0;
    -moz-transform:translateX(300px)
  }

  100% {
    opacity:1;
    -moz-transform:translateX(0)
  }
}

@keyframes fadeInCenter {
  0% {
    opacity:0;
    transform:translateX(300px)
  }

  100% {
    opacity:1;
    transform:translateX(0)
  }
}

section {
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    max-width: 1920px;
}
    #conte-image2 {
           background-image: url("../images/section-2-bg.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
#conte-image2  .conte-titulo {margin-bottom: 20px !important;}
#conte-image2 .conteCajas {    background: unset !important;}
#conte-caja1 {
    background-position: top center;
    background-image: url("../images/bg-cabecera.jpg");
}
#conte-caja2 {
    background-image: #FFF;
}
#conte-caja3 {
    background: #FFF;
}
#conte-caja4 {
    background-image: url("../images/bg-footer.jpg");
    background-position: center center;
}

#conte-caja1,
#conte-caja2{
    display: table;
}


.item-home{
    display: block;
    vertical-align: middle;
}


.texc{text-align: center;}

/* navegador*/
.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
  -webkit-transition: 250ms all;
  transition: 250ms all;
}

.menu-opener {

padding-top: 47.5px;
  cursor: pointer;
  height: 95px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 95px;
  z-index: 10;

   -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;

    -webkit-animation-name:fadeInTop;
    -moz-animation-name:fadeInTop;
    -o-animation-name:fadeInTop;
    animation-name:fadeInTop
}
.menu-opener:hover, .menu-opener.active {
  background: #fff;
}
.menu-item {    position: absolute;padding-top: 25.5px;
    float: left;
    display: block;
    right: 80px;padding-right: 15px;
 -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;

    -webkit-animation-name:fadeInTop;
    -moz-animation-name:fadeInTop;
    -o-animation-name:fadeInTop;
    animation-name:fadeInTop
  }
    .menu-item li {float: left;text-decoration: none;list-style: none;height: 45px;font-family: "avenirbook";font-size: 14px;}
    .menu-item li:first-child {border-left: 1px solid #666;border-right: 1px solid #666;text-align: center;width: 109px;}
    .menu-item li:last-child {border-right: 1px solid #666; padding: 12px 20px;}
    .menu-item li a {color: #666;}
    .menu-item li a:hover {color: #000;text-decoration: underline;font-weight: 600;}
.menu-opener-inner {
  background: #666;
  height: 1px;
  margin-left: 2.5rem;
  width: 1.7rem;
}
.menu-opener-inner::before, .menu-opener-inner::after {
  background: #666;
  content: '';
  display: block;
  height: 1px;
  width: 1.7rem;
}
.menu-opener-inner::before {
  -webkit-transform: translateY(-0.55rem);
  -ms-transform: translateY(-0.55rem);
  transform: translateY(-0.55rem);
}
.menu-opener-inner::after {
  -webkit-transform: translateY(0.45rem);
  -ms-transform: translateY(0.45rem);
  transform: translateY(0.45rem);
}
.menu-opener-inner.active {
  background: transparent;
}
.menu-opener-inner.active::before {
  -webkit-transform: translateY(0rem) rotate(-45deg);
  -ms-transform: translateY(0rem) rotate(-45deg);
  transform: translateY(0rem) rotate(-45deg);
}
.menu-opener-inner.active::after {
  -webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
  -ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
  transform: translateY(-0.1rem) translateX(0rem) rotate(45deg);
}

.menu {
  background: #fff;
  color: transparent;
  height: 64px;
  position: absolute;
  top: 0;
  right: 1%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0rem;
  z-index: 9;
  float: right;
}
.menu.active {
    width: 300px;
    height: 95px;
    right: 95px;
    background-color: #fff;
}
.menu.active .menu-link {
  color: #000;
}
.menu.active .menu-link:first-child{border-right:1px solid #d0d0d0;}
.menu-link:hover {color: #000; font-weight: 600;}
.menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-link {
font-family: 'Open Sans', sans-serif;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 100;
  height: 100%;
  text-align: center;
  text-decoration: none;
          padding: 38px 35px 24px 35px;
    vertical-align: middle;
}
.menu-link li {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .menu {
    height: auto;
    right: 0;
  }
  .menu-inner {
    display: block;
    padding: 25px 0;
  }
  .menu-link {
    padding: 5px 30px;
    font-size: 14px;
    float: none;
text-align: center;
display: block;
  }
  .menu-link:hover {background-color: #dcdcdc}
  .menu.active {
    box-shadow:inset 0px 10px 15px -5px rgba(33, 33, 33, 0.11);
width: 300px;
height: auto;
background-color: #fff;
top: 75px;right: 0px;width: 100%;
  }
}
/* CONTENIDO
---------------------------------------------------------*/
.conte-titulo{
    width: 100%;
    min-height: 30px;
    margin: 15% auto;
    display: inline-block;
}

.inte-titulo {
   font-family: cocogoose;
    width: 100%;
    min-height: 30px;
margin-top: calc(28% - 3em) !important;
    margin: 10px auto;
    display: inline-block;
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.inte-titulo-home {
   font-family: cocogoose;
    width: 100%;
    min-height: 30px;
margin-top: calc(24% - 3em) !important;
    margin: 10px auto;
    display: inline-block;
    color: #fff;
    text-align: center;
}
.inte-titulo-home-down {
   font-family: cocogoose;
    width: 100%;
    min-height: 30px;
display: inline-block;
    color: #fff;
    text-align: right;
    padding-right: 4%;
    bottom: 16%;
    position: fixed;
    z-index: 1;
}
.inte-titulo-home-down h1{    display: block;font-family:'cocogoose';
    font-size: 40pt;margin: 0;font-weight: 400; text-shadow: 3px 5px 5px #2b2a2a;}

.inte-titulo-home h1{    display: block;font-family:'cocogoose';
    font-size: 45pt;margin: 0;}
.inte-titulo h3{    display: block;
    font-size: 1.17em;margin: 0;}
.conte-titulo h2{
    font-family: cocogoose;
    color: #FFF;
    font-size: 44px;    
}
.texto-inte {margin:0 auto; width:600px; font-size: 15px;color: #979797;font-family: 'Open Sans', sans-serif;line-height: 22px;padding-bottom: 40px;}
.texto-inte h3 {font-size: 15px;}
.foto-producto {
    background-position: center center;
    background-size: 70%;
    padding-top: 2%;
    display: block;
    background-image: url(../images/granada.jpg);
    width: 470px;
    height: 300px;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.conteCajas{
    background: rgba(255,255,255,0.8);
    padding: 30px 25px 20px;
    text-align: justify;

    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;

    -webkit-animation-name:fadeInUp;
    -moz-animation-name:fadeInUp;
    -o-animation-name:fadeInUp;
    animation-name:fadeInUp
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity:0;
    -webkit-transform:translateY(50px)
  }

  100% {
    opacity:1;
    -webkit-transform:translateY(0)
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity:0;
    -moz-transform:translateY(50px)
  }

  100% {
    opacity:1;
    -moz-transform:translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity:0;
    transform:translateY(50px)
  }

  100% {
    opacity:1;
    transform:translateY(0)
  }
}

.caja1{
    width: 46%;
    min-height: 50px;
    display: inline-block;
    vertical-align: top;
}
.spacex{
    margin-right: 7%;
}

.caja1 h4, .caja1 p{
    color: #434040;
    font-family: Arial, sans-serif;
}

.caja1 h4{
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.caja1 p{
    font-size: 12px;
    line-height: 17px;
}

.caja1 h2, .caja1 h3{
    color: #9c9aa0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

.caja1 h2{
    font-size: 68px;
    margin-bottom: 0.3em;
    margin-top: 1.1em;
    line-height: 65px;
}

.caja1 h3{
    font-size: 28px;
    margin-bottom: 1.3em;
}



/* SECCUION 2
--------------------------------------*/

.conte-producto{
    width: 100%;
    max-width: 1080px;
    min-height: 50px;
    margin: 0 auto;
}

.contePro{
    padding: 20px 40px;
}

.contePro .caja1 p{
    color: #322b2a;
    font-size: 14px;
    margin-bottom: 1em;
}

.certificado{
    max-width: 100%;
    height: auto;
    margin-top: 1.5em;
}

/* SECCION 3
----------------------------------------*/

.conte-galeria{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.conte-galeria-ittem1{
    width: 72%;
    height: 100%;
    float: left;
    border-right: 2px solid #FFF;
}
.conte-galeria-ittem2{
    width: 27.777%;
    height: 100%;
    float: left;
}

.conte-interna1{
    width: 100%;
    height: 50%;
}

.divison1{
    background: url(../images/galeria/galeria1.jpg) no-repeat center center;
    border-right: 4px solid #FFF;
}

.divison2{
    background: url(../images/galeria/galeria2.jpg) no-repeat center center;
}

.divison3{
    background: url(../images/galeria/galeria3.jpg) no-repeat center center;
    border-top: 2px solid #FFF;
    border-right: 4px solid #FFF;
}

.divison4{
    background: url(../images/galeria/galeria4.jpg) no-repeat center center;
    border-top: 2px solid #FFF;
}

.divison5{
    background: url(../images/galeria/galeria5.jpg) no-repeat center center;
}

.divison1,
.divison2,
.divison3,
.divison4,
.divison5{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.divison1,
.divison4{
    width: 59.555%;
}

.divison2,
.divison3{
    width: 40%;
}

.divison5{
    width: 100%;
    height: 100%;
}

.divison1,
.divison2,
.divison3,
.divison4{
    height: 99.777%;
    float: left;
}
.maskara{
    width: 100%;
    height: 100%;

    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -otransition: .3s ease-out;
    transition: .3s ease-out;
}

.sobra{
    background: rgba(0,0,0,0.5);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

/*footer*/




.footer{
    background: #FFF;
    border-top: 8px solid #f3be29;
    width: 100%;
    min-height: 280px;
    position: absolute;
    bottom: 0;
}

.conte-footer{
    border-bottom: 6px solid #1c9b4c;
    width: 90%;
    margin: 20px auto 20px;
    height: 100%;
}

.caja-iten1,
.caja-iten2,.caja-iten3{
    display: inline-block;
    vertical-align: bottom;
}

.caja-iten1{
    width: 85%;
}

.caja-iten2{
    width: 10%;
    text-align: left;
}
.caja-iten3{
    width: 40%;
    text-align: right;
}
.caja-iten2 img{
    margin-bottom: 20px;
}

.caja-iten1 h2{
    color: #9c9aa0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 50px;
    margin: 30px 0 25px 0;
}

.caja-iten1 p{
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #1c9b4c;
    margin: 3px 0;
}
.caja-iten1 p:nth-child(2){
    margin-left: 19px;
}
.caja-iten1 p:last-child{
    margin-bottom: 40px;
}

.caja-iten1 p:last-child a{
    color: #1c9b4c;
    text-decoration: none;
}

.caja-iten1 p:nth-child(3) a{
    color: #9c9aa0;
    text-decoration: none;
}

.caja-iten1 img{
    margin-right: 3px;
}
.caja-iten2 h2{
    color: #9c9aa0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 50px;
    margin: 30px 0 25px 0;
}

.caja-iten2 p{
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #1c9b4c;
    margin: 3px 0;
}
.caja-iten2 p:nth-child(2){
    margin-left: 19px;
}
.caja-iten2 p:last-child{
    margin-bottom: 40px;
}

.caja-iten2 p:last-child a{
    color: #1c9b4c;
    text-decoration: none;
}

.caja-iten2 p:nth-child(3) a{
    color: #9c9aa0;
    text-decoration: none;
}

.caja-iten2 img{
    margin-right: 3px;
}

@-webkit-keyframes down_bottom {
    0%   { padding-bottom: 30px; .opacity(0.8); }
    50%  { padding-bottom: 10px; .opacity(0.35); }
    100% { padding-bottom: 30px; .opacity(0.8); }
}

@-moz-keyframes down_bottom {
    0%   { padding-bottom: 30px; .opacity(0.8); }
    50%  { padding-bottom: 10px; .opacity(0.35); }
    100% { padding-bottom: 30px; .opacity(0.8); }
}

@keyframes down_bottom {
    0%   { padding-bottom: 30px; .opacity(0.8); }
    50%  { padding-bottom: 10px; .opacity(0.35); }
    100% { padding-bottom: 30px; .opacity(0.8); }
}

.down_bottom {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -23px;
    /*right: 1em;*/
}

.down_bottom a{
    display: inline-block;
    width: 46px;
    height: 100px;
    background: url(../images/arrow_dowm.png) top left no-repeat;
    background-size: 100%;
    text-indent: -9999em;
    -webkit-animation: down_bottom 1.75s ease-in-out infinite;
    -moz-animation: down_bottom 1.75s ease-in-out infinite;
    -ms-animation: down_bottom 1.75s ease-in-out infinite;
    -o-animation: down_bottom 1.75s ease-in-out infinite;
    animation: down_bottom 1.75s ease-in-out infinite;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1280px) {
    .divison1, .divison4 {
        width: 59.222%;
    }
}

@media only screen and (max-width: 1366px) {
    .divison1, .divison3 {
        border-right: 2px solid #FFF;
    }
    .caja1 h2{
        font-size: 62px;
    }
    .caja-iten2{
        width: 19%;
    }
    .caja-iten1 h2{
        font-size: 48px;
    }

}

@media only screen and (max-width: 980px) {
    .conte-galeria-ittem2 {
        width: 27.333%;
    }
    .divison1, .divison4 {
        width: 59%;
    }

    .conte-titulo{
        max-width: 90%;
    }
    .conte-titulo h2{
        font-size: 38px;
    }

    .caja1 h2{
        font-size: 48px;
        line-height: 54px;
    }
    .caja1 h3{
        font-size: 24px;
    }
    .footer {
        min-height: 247px;
    }
    .caja-iten1 h2{
        font-size: 42px;
        line-height: 44px;
    }
    .caja-iten1 p:last-child {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .inte-titulo-home {

margin-top: 45% !important;

}
.inte-titulo-home-down {
    padding-right: 5%;
    bottom: 20%;
    position: fixed;
    text-align: left;

}
.inte-titulo-home-down h1{    display: block;font-family:'cocogoose';
    font-size: 30pt;margin: 0;letter-spacing: 0px;
    font-weight: 400;padding-left: 25px;}
    .inte-titulo-home-down h1 img {width: 90%;}
.inte-titulo-home h1{  font-size: 36pt;}
    .conte-titulo h2{
        font-size: 32px;
    }

    #conte-image2 {
           background-image: url("../images/bg-foto-fondo.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

  #conte-caja1 {
        background-image: url("../images/bg-cabecera-movie.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #conte-caja4 {
        background-image: url("../images/bg-footer-movie.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .caja1{
        width: 100%;
    }

    .spacex{
        margin-right: 0%;
    }

    .blockut{
        display: none;
    }

    .fotixto{
        text-align: center;
        margin: 2em 0;
    }

    .footer {
        min-height: 227px;
    }
    .caja-iten1 h2{
        font-size: 32px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 600px) {
    section {height:auto;}
    .inte-titulo {
    margin-top: 48% !important;}
    .conte-galeria-ittem1{
        width: 100%;
        height: 69%;
        border-bottom: 4px solid #FFF;
    }
    .conte-galeria-ittem2{
        width: 99.555%;
        height: 30%;
    }
    .divison1{
        background: url(../images/galeria/galeria1.jpg) no-repeat left bottom;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .divison4{
        background: url(../images/galeria/galeria4.jpg) no-repeat right bottom;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .divison5{
        background: url(../images/galeria/galeria5_movie.jpg) no-repeat left center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .divison3,
    .divison4{
        margin-top: 1px!important;
    }

    .caja1 h2{
        font-size: 38px;
        line-height: 44px;
    }
    .fotixto img{
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .caja-iten1{
        width: 100%;
    }
    .caja-iten2{
        width: 100%;
        text-align: center;
    }
    .caja-iten1 h2{
        font-size: 28px;
        line-height: 30px;
    }
}

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

}


@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
