

body {
    background-color: #FEF8FB;
    overflow-x: hidden;
    font-family: 'Futura', sans-serif;
}
.fondotira {
	background-color: #312b2b
}
p {
    font-size: 19px;
    color: #312b2b;
}
html {
    font-size: 18px;
    padding: 0;
    margin: 0;
}


header {
    background-color: #e1adbb;
}

h1{
    color: #312b2b;
}

h2{
    color: #b96675;
  }
h3{
    color: #E1ADBB;
  }
.usuario {
    width: 70%;
}

a {
    font-weight: bold;
    color:#b96675;
    text-decoration: none;
}

a:hover {
    color: #b96675;
    text-decoration: underline;
}

input:checked {
    background-color: #b96675 !important;
}

input,
select {
    cursor: pointer;
}
.error {
    border: #8f1c2b dotted 5px;
}
button {
    padding: 3px ;
    border: none;
    border-radius: 6px;
}
.buttonCotizar {
    background-color: #8f1c2b !important;
    color: #ffffff;
    width: 100%;
} 
.buttonLimpiar {
    background-color: #e1adbb !important;
    color: #312b2b;
    width: 100%;
} 
/* #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;
} */
@media screen and (max-width: 824px) {
    .nav li {
        font-size: .52rem;
    }
    .nav li ul li ul {
        right:200px;
        }
    
    .icons img{
        width: 5%;
    }
    
}


#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;
}
input[type="radio"]:after {
    width: 14px;
    height: 14px;
    top: -3.5px;
    border-radius: 12px;
    position: relative;
    background-color: #FEF8FB;
    content: '';
    display: inline-block;
    visibility: visible;
    border:3px solid #b96675;
}

input[type="radio"]:checked:after {
    width:14px;
    height:14px;
    top: -6px;
    border-radius: 12px;
    position: relative;
    background-color: #8f1c2b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #8f1c2b;
}
 


* {
    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;
    }
    .scrollToTop{
        width:100px; 
        height:130px;
        padding:10px; 
        text-align:center; 
        background: grey;
        font-weight: bold;
        color: #444;
        text-decoration: none;
        position:fixed;
        top:75px;
        right:40px;
        display:none;
        background: url('arrow_up.png') no-repeat 0px 20px;
    }
    .scrollToTop:hover{
        text-decoration:none;
    }