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;
}
/* header img {
    width: 80px;
  } */
h1{
    color: #312b2b;
}

h2{
    color: #CA8290;
  }
h3, h4{
    color: #E1ADBB;
  }
.usuario {
    width: 70%;
}

a {
    font-weight: bold;
    color:#CA8290;
    text-decoration: none;
}

a:hover {
    color: #CA8290;
    text-decoration: underline;
}

input:checked {
    background-color: #CA8290 !important;
}

input,
select {
    cursor: pointer;
}


.error {
    border: #8f1c2b dotted 5px;
}


* {
    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;
    }
    @media screen and (max-width: 824px) {
        .nav li {
            font-size: .52rem;
        }
        .nav li ul li ul {
            right:200px;
            }
        
    }
.testimonials.owl-carousel .owl-item img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
}

.item {
    border-radius: 12px;
    padding: 15px;
    cursor: move;
}

.item h3 {
    font-weight: 700;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin: 15px 0;
    line-height: 1.3;
    color: #8f1c2b;
}

.item p {
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #312b2b;
}

.testimonials_container {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.owl-item {
    text-align: center;
}


#section-counter {
    position: relative;
    z-index: 0;
}

.ftco-counter {
    overflow-x: hidden;
    position: relative;
}

@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: 20px;
    color: #8f1c2b;
    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;
    }
}




