
.banner_cabecero_int{
    background-image: url("../img/banner_interior4.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    background-position: center top;
    background-repeat: no-repeat;  
}

.header{
    background-color: #fff;   
    -webkit-box-shadow:0 0px 4px #777, 0 0 20px #CCC inset;
    -moz-box-shadow:0 0px 4px #777, 0 0 20px #CCC inset;
    box-shadow:0 0px 4px #777, 0 0 20px #CCC inset;
}

.titular_pagina {
    font-family: 'open_sansextrabold';
    text-transform: uppercase;
    color: #fff;
    font-size: 70px;
    padding-top: 100px;
    padding-bottom: 23px;
    text-align: center;

}

.banner_cabecero_int{ margin-top: 110px;}


.contenido_interior{ padding-top: 40px; padding-bottom: 70px;}



.contenido_interior h2 {
    color: #000;
    font-family: 'open_sanssemibold';
    font-size: 22px;

    margin-bottom: 5px;
    margin-top: 30px;
}
h2.titulo_pag{ padding-top: 0px; color:#e5173e;   font-family: 'open_sansbold'; text-transform: uppercase; padding-bottom: 20px;   font-size: 36px; text-align: left!important;}

.contenido_interior h3 {
    color: #e5173e;
    font-family: 'open_sanssemibold';
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.contenido_interior h4 {
    color: #000000;
    font-family: 'open_sanssemibold';
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.contenido_interior a {
    color: #e5173e;
}
.contenido_interior a:hover {
    color: #000000;
}
.contenido_interior .negro {
    color: #000000;
    font-weight: bold;
}
.fila_descargas {
    border-bottom: 1px dotted #cccccc;
    display: block;
    margin-bottom: 10px;
}
.descargar {
    color: #16b1ea;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.descargar a {
    color: #16b1ea;
}
.nombre_descarga {
    color: #000000;
}
.fila_descargas a {
    display: block;
    padding-bottom: 10px;
    padding-top: 15px;
}
.fila_descargas a:hover {
    background-color: #eeeeee;
    box-shadow: 0 0 4px #777777, 0 0 20px #cccccc inset;
    display: block;
    position: relative;
}
.rojo_rest {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.container img{
    display: block;
    height: auto;
    max-width: 100%;
}

.modal-header {
    background: #fafafa;
    padding-bottom: 0px;
}

.modal-header h5 {
    font-size: 22px;
    font-weight: bold;
    color: #E5173E;
    text-align: left;
    margin-bottom: 15px;
}

.modal-body {
    padding-top: 20px;
}

.total_dias_precio {
    padding-right: 25px;
}

.close {
    position: absolute;
    right: 10px;
    top:5px;
}

.modal-footer {
    margin:10px 0;
}

.precio_g h3 {
    color: #000;
}

.precio_total{ font-size: 28px; color:#000;}
.dias, .total_producto{ text-align: right;}
.total_producto{ font-size:14px;  font-family: 'open_sanssemibold';  margin-bottom: 10px;}


@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .titular_pagina {   
        font-size: 28px;
        padding-top: 30px;
    }
    .banner_cabecero_int {    margin-top: 0;}
}
@media only screen and (max-width: 479px) {
    .titulo_pag{  
        font-size: 28px!important;        
    }
    .titular_pagina {
        font-size: 28px;
        padding-top: 30px;
    }
    .destacado {    font-size: 20px;}
    .banner_cabecero_int {    margin-top: 0;}
    blockquote{ font-size: 15px;  font-style: italic;}
}

h2.titulo_pag {
   
    text-align: center!important;
}

 .item {
    margin-top: 30px;
    position: relative;
}
.item img {
    width: 100%;
}
 .item .overlay {
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
 .item:hover .overlay {
    opacity: 1;
}
 .item .overlay .inner-overlay {
       padding: 75px 40px;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translateY(-35%);
    width: 100%;
}
.item .overlay .inner-overlay:hover {
    
    transform: translateY(-50%);
   transition: all 0.3s ease 0s;
}
 .item .overlay .inner-overlay h2 {
    color: #333;   
     font-size: 18px;
    font-style: italic;
    letter-spacing: 1px;
    margin: 10px 0px 0px 0px;   
    text-align: center!important;
}
 .item .overlay .inner-overlay h2 a {
   color: #333; 
    text-decoration: none;
}
.item .overlay .inner-overlay span {
    color: #333;
    font-size: 34px;
    
   
}
 .item .overlay .inner-overlay span a {
    color: #333;
    text-decoration: none;
     margin-bottom: 10px;
}

/* video*/
.caja_video {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
}
.portfolio-item-overlay2 {
    font-family: 'open_sansbold';
    text-transform: uppercase;
}
.portfolio_titulo2 {
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center !important;
    top: 65%;
    transition: color 0.3s ease 0s;
}
.portfolio_icono {
    color: #fff;
    display: block;
    font-size: 90px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center !important;
    top: 23%;
 
    transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms;
}
.caja_video a:hover img {    opacity: 0.3;}
.caja_video a:hover .portfolio-item-overlay2 {    visibility: visible;}
.caja_video a .portfolio-item-overlay2 {    visibility: hidden;}


.caja_multimedia a:hover{
    cursor: pointer;
}

/* Pantallas grandes */
@media only screen and (min-width : 1824px) {
 
}


/* Ordenadores de sobremesa y portátiles */
@media only screen and (min-width : 1224px) {
 
}
 
/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 
}
 

 
/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
 
}
 

 /* iPads (portrait & landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .portfolio_titulo2 {   font-size: 16px;   top: 55%;}
    .portfolio_icono {   font-size: 60px; top: 18%;}
}

 

/* Smartphones (portrait & landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .portfolio_titulo2 {   font-size: 16px;   top: 55%;}
    .portfolio_icono {   font-size: 70px;}
 
}

