.containerCarrusel{
	position: relative;
    width: 100%;
    height: 100%;
    top: -100%;
}
.containerCarrusel.scrolldiv{
    margin-top: 0px;
    top: 0px;
}
.container_img{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../assets/img/common/loading.gif);
}
.container_img.link{
    font-family: 'Helvetica Neue';
}
.container_img.link b{
    font-family: 'Helvetica Neue Bold';
    font-weight: normal;
}
.container_img.scrolldiv{
    border-top: 18px solid white;
    border-bottom: 18px solid white;
}
.container_img.cover{
	background-size: cover;
}
.btnCarrusel{
    position: absolute;
    /*top: 50px;*/
    bottom: 0px;
    /*left: 50px;*/
    z-index: 1;
    width: 5%;
    overflow: hidden;
    min-width: 30px;
    max-width: 75px;
    background-color: #a58848;
    z-index: 2;
    right: 50px;
}
span.espacio{
    width: 20px;
}
.btnCarrusel:before {
   content: '';
   display: block;
   padding-top: 100%; /*para una relación 1:1*/
 }
.btnCarrusel.down{
	top: unset;
	/*bottom: 50px;*/
    bottom:0;
    right: 0px;
}
.btnCarrusel img{
	position: absolute;
    width: 100%;
    top: 0;
}
.btnCarrusel.over img, .btnCarrusel.touched img{
	/*opacity: .5;*/
	transform: scale(1.5);
}
.containerCarrusel p{
	margin: 0;
}

.container_img .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5));
}
.container_img.link{
    cursor: pointer;
}
.flex-container {
    position: relative;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    justify-content: center; /* DISTRIBUIR HORIZONTALMENTE space-between, space-around, center */
    /*align-content: space-between;  DISTRIBUIR VERTICALMENTE space-between, space-around, center */
    /*align-items: center;  CENTRAR VERTICALMENTE center,flex-start,flex-end,stretch, baseline */
    /*  */
    min-width: 300px;
    max-width: 430px;
    width: 50%;
    margin-left: 20%;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,.5);*/
 /*   text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 1px 5px rgba(0,0,0,1),1px 1px 5px rgba(0,0,0,1),1px 1px 5px rgba(0,0,0,1),1px 1px 5px rgba(0,0,0,1),1px 1px 5px rgba(0,0,0,1);
    text-shadow: 1px 1px 5px rgb(120, 60, 14), 1px 1px 5px rgb(133, 76, 26), 1px 1px 5px rgb(35, 25, 15);
    text-shadow: 0px 0px 5px rgb(26, 22, 13), -1px -1px 5px rgb(16, 18, 10), 1px 1px 5px rgb(24, 17, 14);*/

    background: rgba(0,0,0,0.35);
    padding: 20px;
    box-sizing: border-box;
}
.flex-container.right{
    float: right;
    /* margin-right: 6%;
    max-width: 650px; */
    margin-right: 10%;
    max-width: 410px;


}
.flex-container > div {
  width: auto;
  text-align: left;
  color: white;
  /*font-size: 30px;*/
}
.flex-container .sello{
    position: absolute;
    width: 90px;
    margin-left: -105px;
    margin-top: -10px;
}
.flex-container .sello.sello1{
    margin-top: -90px;
}
.flex-container .sello img{
    position: relative;
    width: 100%;
}
.flex-container h2{
    width: 90%;
}
.flex-container .titulo2{
    width: 70%;
}
.flex-container p,.flex-container a{
    color: white;
}
.flex-container a:hover{
    /*padding-left: 20px;*/
    color: #c6a887;
}

/* .flex-container a:hover:before{
    content: "→ ";
}
.flex-container a:hover:after{
    content: " →";
} */

.pag_carrusel{
    position: absolute;
    pointer-events: none;
    width: 290px;
    height: 26px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 1;
    text-align: center;
}
.pag_n{
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: white;
    vertical-align: bottom;
    text-shadow: 1px 1px 1px rgba(0,0,0,.75);
}
.pag_n.n1{
    padding-right: 10px;
}
.pag_n.n2{
    padding-left: 10px;
}
.pag_lineas{
    position: relative;
    display: inline-block;
    width: 75%;
    height: 2px;
}
.pag_linea{
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
}
.pag_linea.l2{
    background-color: white;
}

.btnCarrusel.horizontal{
    left: unset;
    right: 50px;
    transform: rotate(-90deg);
    top: unset;
    bottom: 0px;
}
.btnCarrusel.horizontal.down {
    right: 0px;
    bottom: 0px;
}
.pag_carrusel.horizontal{
    transform: none;
}
.container_img.horizontal{
    display: inline-block;
    position: absolute;
    top:100%;
}
@media (max-width: 1200px){
    .btnCarrusel{
        /*top: -23px;*/
        top:0;
        right: 0;
    }
    .btnCarrusel.down{
        /*bottom: -15px;*/
        bottom: 0px;
    }
}

@media (max-width: 700px){
    .btnCarrusel{
        top: 0px;
        left: unset;
        right: 0;
        width: 50px;
    }
    .btnCarrusel.up:not(.up2) {
        top: 100%;
        margin-top: -100px;
        left: unset;
        right: 0;
        width: 50px;
    }
    .btnCarrusel.down{
        bottom: 0px;
    }
    .flex-container .titulo2{
        width: 100%;
    }
}
@media (max-width: 500px){
    .flex-container,.flex-container.right,.flex-container.left {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        margin:0px;
        background: rgba(0,0,0,0.25);
        /*background:none;*/
    }
    .flex-container .sello {
        position: absolute;
        width: 90px;
        margin-left: 230px;
        margin-top: -67px;
        transform: scale(.5);
    }
    .pag_carrusel{
        width: 250px;
        height: 26px;
        margin-left: -20px;
    }
    .flex-container p {
        font-size: 12px;
    }
}
@media (max-width: 360px){
    .pag_carrusel {
        width: 200px;
    }
}

@media (min-width: 470px) and (max-height: 500px) and (orientation: landscape) {
    .flex-container {
        max-width: 400px;
        width: 75%;
    }
    .flex-container.right{
        max-width: 500px;
    }
     .btnCarrusel{
        top: 20px;
        left: 0;
        left: unset;
        right: 0;
        width: 40px;
    }
    .btnCarrusel.down{
        bottom: 0px;
    }
    .pag_carrusel{
        height: 10px;
        bottom: 20px;
    }
}