
html {
    font-size: 18px;
    padding: 0;
    margin: 0;
}


body {
    background-color: #FEF8FB;
    overflow-x: hidden;
    font-family: 'Futura', sans-serif;
}
.fondotira {
	background-color: #312b2b
}

p {
    font-size: 18px;
    color: #312b2b;
}

header {
    background-color: #CA8290; 
}

h1{
    color: #312b2b;
}

h2{
    color: #CA8290;
  }
h3{
    color: #E1ADBB;
  }
.usuario {
    width: 70%;
}

a {
    font-weight: bold;
    color:#CA8290;
    text-decoration: underline;
}

a:hover {
    color: #b96675;
    text-decoration: underline;
}

input:checked {
    background-color: #b96675 !important;
}

input,
select {
    cursor: pointer;
}


* {
    list-style:none;
    text-decoration:none;
    margin:0;
    padding:0;
    }

    .nav > li {
    float:left;
    }
    
    .nav li a {
    background:#CA8290;
    color:#fff;
    display:block;
    text-decoration: none;
    border:1px dashed #8f1c2b;
    padding:10px 15px;
    }
            
    .nav li a:hover {
    background: #b96675;
    }
    
    .nav li {
    position:relative;
    }
    
    .nav li ul {
    display:none;
    position:absolute;
    min-width:240px;
    }
    
    .nav li:hover > ul {
    display:block;
    }
    
    .nav li ul li ul {
    right:-200px;
    top:35px;
    }

.icons a{
    text-decoration: none;
}   

@media screen and (max-width: 600px) {
    .nav li {
        font-size: .52rem;
    }
    .nav li ul li ul {
        right:200px;
        }
    
    .icons img{
        width: 5%;
    }
    
}
.error {
    border: #8f1c2b dotted 5px;
}

.confirmButton {
    background-color: #e1adbb;
}
button {
    background-color: #8f1c2b !important;
    width: 100%;
    
}
buttonLimpiar {
    background-color: #e1adbb !important;
    color: #312b2b;
    width: 100%;
}
#forgot-pass {
    font-weight: bold;
    text-align: end;
    font-size: 12px;
}
.galeria .galeriaFotos {
    display: none;
}
.galeria{
    text-align: center;
}

.galeria img:hover{
    cursor: pointer;
}
 
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
    opacity: 1;
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#tabs .tab:hover {
    background-color: #b96675;
    color:#fff;
  }

#tabs .tab {
    display: inline-block;   
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    z-index:5;
    font-size: 21px;
    color: #312b2b;
}
#tabs .whiteborder {
    background-color: #E1ADBB;
    border-bottom: 1px solid #e1adbb;
    border-radius: 3px 3px 0  0;
}
#tabs .tabContent {
    height: 600px;
    border-top: 1px solid #e1adbb;
    position: relative;
    top: -1px;
    z-index:1;
    padding: 10px;
    border-radius: 0 0 3px 3px;
    text-align: justify;    
} 

#tabs .hide {
    display: none;
}
#tabs .show {
    display: block;
}
#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight 0.4s ease-out;
    animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft 0.4s ease-out;
    animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
    0%,
    100% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
}

@keyframes bounceFromRight {
    0%,
    100% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
}

@-webkit-keyframes bounceFromLeft {
    0%,
    100% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
}

@keyframes bounceFromLeft {
    0%,
    100% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
}


.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
    background-color: #e1adbb;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
    right: 2%;
}

.baguetteBox-button#previous-button {
    left: 2%;
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
    background-color: #e1adbb;
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }

  .modal {
    display: none; 
    position: fixed; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
  }
  
  .modal-content {
    margin: auto;
    display: block;
    margin-top: 10px;
    max-width: 600px;
  }  
  
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 600px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    height: 150px;
  }
  
  .close {
    position: absolute;
    top: -10px;
    right: 35px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    transition: 0.3s;
    background-color: #000;
  }
  .close:hover,.close:focus {
    color: #E1ADBB; 
    text-decoration: none;
    cursor: pointer;
  }

  #myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }

  .modal2 {
    display: none; 
    position: fixed; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
  }
  
  .modal2-content {
    margin: auto;
    display: block;
    margin-top: 10px;
    max-width: 600px;
  }  
  
  #caption2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 600px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    height: 150px;
  }
  
  .close2 {
    position: absolute;
    top: -10px;
    right: 35px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    transition: 0.3s;
    background-color: #000;
  }
  .close2:hover,.close2:focus {
    color: #E1ADBB; 
    text-decoration: none;
    cursor: pointer;
  }

   #boton {
    background: #b96675;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 7px;
    margin: 0;
    cursor: pointer;
  }
  
  .lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
  .lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 10% auto;
    padding: 0 3%;
    height: auto;
    z-index: 10;
  }
  .lightbox-content {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  }
  .lightbox-close {
    text-transform: uppercase; 
    cursor: pointer;
    background-color: #b96675;
    position: absolute;
    right: 7%;
    max-width: 960px;
    font-weight: 300;
    font-size: 20px;
    border: none;
    color: #fff;
    top: -40px;
  }
  
  @media (max-width: 575px){
    .lightbox-container {
         margin-top: 150px !important;
    }
  }
  .video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  @media (max-width: 575px){
  .video-container{
      width: 100% !important;
      margin:0 auto;
    }
  }
  #fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  
  #light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    z-index: 1002;
    overflow: visible;
  }
  
  #boxclose {
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background: #8f1c2b;
    font-size: 31px;
    font-weight: bold;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }
  
  .boxclose:before {
    content: "x";
  }

  

#section-counter {
    position: relative;
    z-index: 0;
}

.ftco-counter {
    overflow-x: hidden;
    position: relative;
    padding: 4em 0;;
}

@media (max-width: 1199.98px) {
    .ftco-counter {
        background-position: center center !important;
    }
}

.ftco-counter .block-18 {
    display: block;
    width: 100%;
}

@media (max-width: 991.98px) {
    .ftco-counter .block-18 {
        margin-bottom: 2em;
    }
}

.ftco-counter .text {
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-counter .text {
        width: 100%;
    }
}

.ftco-counter .text .number {
    line-height: 1;
    font-weight: 700;
    font-size: 38px;
    color:#b96675;
    display: block;
    margin-bottom: 10px;
}

.ftco-counter .text span {
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}




 #owl-demo .item{
    cursor:pointer;
	margin: 0.5em;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	padding: 1em;
 }
.item h4 {
	color: #E1ADBB !important;
	margin: 20px 0 10px;
}
.item p{
	font-size: 13px;
	color: #FEF8FB;
	line-height: 1.8em;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #b96675;
	display: inline-block;
	zoom: 1.3;
	display: inline;
	margin: 5px;
	height:85px;
	width:34px;
	display:block;	
	transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}
.owl-prev {
	position: absolute;
	top: 23%;
	left: -3%;
	background: url(../img/flechas.webp) no-repeat;
}
.owl-next{
	position: absolute;
	top:23%;
	right: -4%;
	background: url(../img/flechas.webp) no-repeat -39px 0px;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #E1ADBB;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin: 2% 0 4%;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: #E1ADBB;
}


