
@font-face {
    font-family: 'Ogg Regular';
    src: url('fonts/Ogg-Regular.otf');
}
@font-face {
    font-family: 'Ogg Thin';
    src: url('fonts/Ogg-Thin.otf');
}
@font-face {
    font-family: 'Ogg Light';
    src: url('fonts/Ogg-Light.otf');
}


@font-face {
    font-family: 'OpenSans Regular';
    src: url('fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'OpenSans Light';
    src: url('fonts/OpenSans-Light.ttf');
}
*{
    margin: 0 auto;
}
.telef{
    color: black;
    text-decoration: none;
}

.only-mobile{
    display: none;
}

   .wrapper{
        overflow-x: hidden;
        overflow-y: hidden;
    }

.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 35.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  #cabecera {display: none;}

  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    
  }
  iframe 
{
  overflow-x:hidden;
  overflow-Y:hidden;
}
a{
    color:unset;
}
body{
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}
header{
    width:100%;
    margin: 0 auto;
}
img{
    width: 100%;
    margin: 0 auto;
}
.container-cabecera{
    width: 100%;
    position: relative;
    background-color: #EEF2F3;

}
.cabecera-fondo{
    width: 100%; 
    -webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 5s; /* Firefox < 16 */
     -ms-animation: fadein 5s; /* Internet Explorer */
      -o-animation: fadein 5s; /* Opera < 12.1 */
         animation: fadein 5s;
}
.container-cabecera video{
    height: 100vh;
    object-fit: cover;
}
.cabecera-fondo img{
    width: 100vw;
    height: auto;
}
@keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }

}


.cabecera-logo{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
display: flex;
-webkit-animation: fadein 3.5s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 3.5s; /* Firefox < 16 */
 -ms-animation: fadein 3.5s; /* Internet Explorer */
  -o-animation: fadein 3.5s; /* Opera < 12.1 */
     animation: fadein 3.5s;
}

@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }

}

.cabecera-logo-img{
    margin: 0 auto;
    width: 35%;
}

.cabecera-fecha{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    margin: auto;
    display: flex;

    -webkit-animation: fadein 3.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3.5s; /* Firefox < 16 */
     -ms-animation: fadein 3.5s; /* Internet Explorer */
      -o-animation: fadein 3.5s; /* Opera < 12.1 */
         animation: fadein 3.5s;
}

@keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }

}
#video-mob {
    display: none;
    
}
.cabecera-fecha h2{
   font-family: "Ogg Thin";
   font-size: 50px;
   text-align: center;
   margin: 0 auto;
}
.line{
    border-left: 2px solid black;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: -30px;
}
main {
    position: relative;
}
.intro{
    display: flex;
    flex-direction: column;
    
   

}
.intro h2{
    text-align: center;
    width: 30%;
    font-family: "Ogg Thin";
    font-size: 50px;
    padding: 0.5em;
    padding-top: 1.5em;

}
.intro p{
    text-align: center;
    width: 30%;
    padding: 0.5em;
    font-family: "OpenSans Regular";
    font-size: 18px;

}
.container-main{
    width: 100%;
    display: flex;
    margin-top: 3em;
    position: relative;
}
.container-main-inner{
    width: 80%;
    display: flex;
    margin-top: 3em;
   
}
.img-flor-1{
    position: absolute;
    top: -30%;
    left: -5%;
    max-width: 30%; 
    z-index: 999;

}
.img-flor-2{
    position: absolute;
    top: -18%;
    right: -5%;
    max-width: 40%;
    z-index: 999;
}
.content-left{
    width: 50%;
}

/*
.content-left.first{
    background-repeat: no-repeat;
    background-image: url(/img/img-hospes.jpg);
    background-position: center;
    background-size: cover;
    object-fit: cover;
}
*/
.content-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-right{
    width: 50%;
    background-color: #FFEEDA;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
/*
.content-right.no-bg{
    background-repeat: no-repeat;
    background-image: url(/img/img-caceres.jpg);
    background-position: center;
    background-size: cover;
    object-fit: cover;
}
*/
.content-right img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.container-text{
    width: 80%;
    left: 0;    
}
.container-text .first-text{
    margin: 0;
    margin-left: 5%;    
}
.container-text-upper{
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 80%;
    margin: unset;
   
    margin-top: 1.5em;
    

}
.title-inner{
    font-family: "Ogg Thin";
    font-size: 50px;
   margin: unset;
}
.p-inner{
    font-family: "OpenSans Regular";
    font-size: 18px;
    margin: 1em  0;
    
}
.container-column{
    display: flex;
    flex-direction: row;
    padding-top:1em;
}
.container-hoteles{
    display: flex;
    flex-direction: column;
    padding-top:1em;
    
}
.hotel{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 2px;
    padding: 1.4em 0;


}
.hotel:last-of-type{
  border-bottom: none;

}
.hotel-enlace, .hotel-flecha{

display: flex;
align-items: center;

}
.hotel-enlace{
justify-content: flex-start;
width: 80%;
font-family: "Ogg Regular";
text-decoration: none;
font-size: 18px;
line-height: 28px;
margin: unset;

    }

.hotel-flecha{
    justify-content:flex-end ;
    width: 20%;
}
.hotel p{
    margin: unset;
}
.hotel a{
  font-family: "Ogg Regular";
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  margin: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;

    
}

.hotel a:hover{
    color: #EA727B
}
.hotel-flecha img{
 max-width: 17%;
 height: auto;
 margin: unset;
}
.row-inner{
    display: flex;
    flex-direction: row;
}
.column-inner{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 1em 0;
    justify-content: space-evenly;
    align-items: flex-start;
}
.column-left, .column-right{
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 170px;
    margin: 0;

    
 
}
.row-thin {

    justify-content: space-between;

}

.row-inner .column-left,.row-inner .column-right{
    width: 50%;
    
 
}
.column-left.thin {
    width: 45%;
  justify-content: space-between;

}
.column-right.thin{
    width: 50%;
}
.column-left h4, .column-right h4{
    font-family: "Ogg Regular";
    font-size: 18px;
    padding: 0.2em;
    margin: 0;
}
.column-left p, .column-right p{
    font-family: "OpenSans Regular";
    font-size: 16px;
    padding: 0.5em;
    margin:0;
}
.confirma{
    background-color: #F6D7D5;
    width: 100%;
    padding: 4em 0;
    margin-top: 4em;
    display: flex;
    flex-direction: column;
    position: relative;
}
.confirma-title{
    font-family: "Ogg Thin";
    font-size: 50px;
    display: flex;
    margin: 0 auto;
    text-align: center;
}
.confirma-body{
    font-family: "OpenSans Regular";
    font-size: 18px;
    padding: 0.5em;
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 45%;
 
}
.confirma-btn{
    margin-top: 1em;
    display: flex;
    
}
.confirma-btn a{
    text-decoration: none;
    color: black;
    font-family: "Ogg Regular";
    font-size: 20px;
    border: 2px solid black;
    padding: 0.5em;
    max-width: 300px;
    text-align: center;
}

.confirma-btn:hover{
   background-color: white;
   color: #F6D7D5;
}

.img-flor-3{
    position: absolute;
    bottom: -20%;
    right: -5%;
    max-width: 40%;
    z-index: 999;
}
.container-desplazamiento{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: unset;
    align-items: flex-start;
}
.content-right.no-bg{
    background-color: unset;

}
.content-right.no-bg img{
    object-fit: cover;
    height: 100%;
    width: auto;
    
}
.container-main.desplazamiento {
    margin-bottom: 4em;

}
.container-main.desplazamiento .content-right.no-bg{
    background-color: unset;


}

.container-main.desplazamiento .content-right.no-bg img{
    object-fit: cover;
    height: 100%;
    width: auto;
    max-width: 100%;
    
}
.container-main.desplazamiento .title-inner{
    margin-bottom: 0.5em;
}
.container-main.desplazamiento .container-text-upper{
    width: 100%;
}
.container-desplazamiento h3{
   font-family: "Ogg Regular";
   font-size: 18px;
   margin: unset;
   margin-top: 1.5em;
}
.container-desplazamiento p{
    font-family: "OpenSans Regular";
    font-size: 16px;
    margin: 1em 0;
}

.regalos{
  
    
    padding: 4em;
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #FFF7F8;
}
.img-flor-4{
    position: absolute;
    bottom: -60%;
    left: -5%;
    max-width: 30%;
    overflow: hidden;
    z-index: 999;
}
.regalos-title{
    font-family: "Ogg Thin";
    font-size: 50px;
    display: flex;
    margin: 0 auto;
    text-align: center;
}
.regalos-body{
    font-family: "OpenSans Regular";
    font-size: 18px;
    padding: 0.5em;
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 40%;
    flex-direction: column;
 
}
.regalos-body i{
    font-family: "OpenSans Light";
 
}
.regalos-btn{
    margin-top: 1em;
    display: flex;
  
    
}
.regalos-btn p, .regalos-btn input{
    background-color:#F6D7D5;
    text-decoration: none;
   
    font-family: "OpenSans Light";
    font-size: 20px;
    width: 300px;
    padding: 0.5em;
    /*max-width: 500px;*/
    text-align: center;
    cursor: pointer;
    border: none;
}
.regalos-btn p:hover, .regalos-btn input:hover{
    background-color:#CCC;
}
.footer{
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(131, 144, 134, .25);
}
.footer img{
    width: 10%;
   
}
#swal2-title{
    font-family: "OpenSans Light";
    font-size: 18px;
}
.swal2-confirm {
    display: none!important;
}
.swal2-popup{
    width: 15em!important;
}
@media (max-width: 1280px){
    .cabecera-fecha h2{
        font-size: 30px;
    }
    .intro h2{
        
        font-size: 35px;
    }
    .intro p{
      
        font-size: 15px;
    }
    .title-inner{
        font-size: 30px;
        
    }
    .p-inner{
        font-size: 15px;
       
    }
}
@media (max-width: 920px){
    .hotel-flecha img{
        max-width: 22%;
       
        margin: unset;
       }
    .container-hoteles{
        width: 80%;
    }
    .container-desplazamiento {
        width: 80%;
        margin: 0 auto;
      

    }
  .container-main.desplazamiento .container-main-inner{
    flex-direction: column;
  }
    .wrapper{
        overflow-x: hidden;
        overflow-y: hidden;
    }
  
    .cabecera-logo-img{
        width: 35%;
    }
    .cabecera-fecha{
        bottom: 15%;
    }
    .cabecera-fecha h2{
        font-size: 30px;
    }
    .intro{
        width: 100%;
    }
    .intro h2{
        width: 80%;
        font-size: 35px;
    }
    .intro p{
        width: 80%;
        font-size: 15px;
    }
    .line{
        max-width: 100px;
    }
    .img-flor-1{
        top: -5%;
        left: -8%;
        max-width: 30%;
    }
    .container-main{
        flex-direction: column;
    }
    .title-inner{
        font-size: 30px;
        text-align: center;
        padding: 1em 0;
    }
    .p-inner{
        font-size: 15px;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
    .content-left{
        width: 100%;
    
    }
    .content-left img{
        width: 100%;
        
        
    }
    .content-right{
        width: 100%;
    
    }
    
    .container-text{
        width: 100%;
        
    }
    .container-column{
        margin-top: 1em;
        margin-left: 0em;
        padding: 1em;
    }
    .img-flor-2{
        top: -12%;
        right: -5%;
        max-width: 40%;
    }
    .column-inner{
        flex-direction: column;
        padding: 1em 0;
    }
    .container-main-inner{
        width: 100%;
        flex-direction: column-reverse;
        margin-top: 0em;
    }
    #img-inverse{
        width: 80%;
    }
    .no-bg{
        background-color: transparent;
    }
    .confirma{
        padding: 2em 0;
        min-height: 250px;
    }
    .confirma-title{
        font-size: 30px;
    }
    .confirma-body{
        font-size: 15px;
        width: 80%;
    }
    .regalos{
        padding: 1em;
        margin-top: 3em;
    }
    .regalos-title{
        font-size: 30px;
    }
    .regalos-body{
        font-size:15px;
        width: 80%;
    }
    .regalos-btn p{
        max-width: 300px;
    }
    .img-flor-3{
        bottom: -20%;
        max-width: 45%;
    }
    .footer{
        margin-top: 3em;
        margin-bottom: 2em;
    }
    .footer img{
        width: 25%;
    }
    .img-flor-4{
        bottom: -95%;
        left: 15%;
        max-width: 20%;
    }
    .container-text-upper{
        width: 100%; 
    
    }
    }
@media (max-width: 600px){

    .telef{
        color: #EA727B;
        text-decoration: underline;
    }
    
    .hotel-flecha img{
        max-width: 25%;
       
       }
    .column-left p, .column-right p{
  
        font-size: 15px;
       
    }
    #video-desk{
        display: none;
    }
    #video-mob{
        display: block;
    }
    .container-iframe {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 85.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
      }
.wrapper{
    overflow-x: hidden;
}
.cabecera-logo-img{
    width: 70%;
}
.cabecera-fecha{
    bottom: 25%;
}
.cabecera-fecha h2{
    font-size: 30px;
}
.intro{
    width: 100%;
}
.intro h2{
    width: 80%;
    font-size: 35px;
}
.intro p{
    width: 80%;
    font-size: 15px;
}
.line{
    max-width: 100px;
}
.img-flor-1{
    top: -8%;
    left: -10%;
    max-width: 60%;
}
.container-main{
    flex-direction: column;
}
.title-inner{
    font-size: 30px;
    text-align: center;
    padding: 0.5em 0;
}
.p-inner{
    font-size: 15px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.content-left{
    width: 100%;

}
.content-left img{
    width: 100%;
    
    
}
.content-right{
    width: 100%;

}

.container-text{
    width: 100%;
    
}
.container-column{
    margin-top: 1em;
    margin-left: 1em;
    padding: 1em;
    flex-direction: column;
}
.only-desktop{
    display: none;
}
.only-mobile{
    display: block;
}
.img-flor-2{
    top: -18%;
    right: -35%;
    max-width: 90%;
}
.column-inner{
    flex-direction: column;
    padding: 0em 0;
    width: 90%;
}
.column-left, .column-right{
    padding: 0.8em 0;
    min-height: unset;
}
.row-inner{
    flex-direction: column;
}
.row-inner .row-thin{
    margin-left: 1em;
}
.row-inner .column-left,.row-inner .column-right{
    width: 100%;
    
}
.container-main-inner{
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 0em;
}
#img-inverse{
    width: 80%;
}
.no-bg{
    background-color: transparent;
}
.container-hoteles {
width: 80%;
}


.container-desplazamiento {

    width: 80%;
    margin: 0 auto;
  
}
.container-desplazamiento p {

  font-size: 15px;
  
}
.confirma{
    padding: 2em 0;
    min-height: 250px;
    margin-top: 1em;
}
.confirma-title{
    font-size: 30px;
}
.confirma-body{
    font-size: 15px;
    width: 80%;
}
.regalos{
    padding: 1em;
    margin-top: 4em;
}
.regalos-title{
    font-size: 30px;
}
.regalos-body{
    font-size:15px;
    width: 80%;
}
.regalos-btn p{
    max-width: 300px;
}
.img-flor-3{
    bottom: -28%;
    max-width: 70%;
}
.footer{
    margin-top: 3em;
    margin-bottom: 2em;
}
.footer img{
    width: 35%;
}
.img-flor-4{
    bottom: -70%;
    left: 5%;
    max-width: 25%;
}
.footer{
    margin-bottom: 0;
}
}
@media(max-width: 300px){
    .hotel-flecha img{
        max-width: 30%;
       
     
       }
    .cabecera-fecha{
        font-size: 25px;
    }
    .confirma{
        min-height: 300px;
    }
    .confirma-title{
        font-size: 28px;
    }
    .img-flor-3{
        bottom: -15%;
    }
    .img-flor-4{
        bottom: -40%;
    }
}