/*. TABULADORES */
.row-yo {
    margin-right: 0px;
    margin-left: 0px;
}
.text-tabs-yo .tab-title-yo {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    padding: 0 24px;
    opacity: 0.5;
    position: relative;
}
.text-tabs-yo .tab-title-yo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f12731;
    bottom: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    bottom: -17px;
    left: 0;
}
h3.negrita{
    font-weight: bold;
}
h4.negrita{
    font-weight: bold;
}

h2.negrita{
    font-weight: bold;
}
p.grande{
    font-weight: 600;
    font-size: 1.3em;
	color: #000;
}
h5.sweart{
    font: size 1.1em;
	/*. color: #9c1f1f; */
	color: #ff2e5d;

}
.btn-white, .image-bg .btn, .image-bg .btn:visited {
    color: #fff;
    border-color: #fff;
	border-radius: 10px;
}
a.color-vino{
    color: rgb(177, 3, 3)!important;
    font-size: 1.2em;
}
a.color-vino:hover{
    color: blue|important;
}

.btn:visited {
    color: #181818;
	border-radius: 10px;
}
.pading-nosotros{
    padding-bottom: 10px;
}
.pading-right{
    padding-right: 30px!important;
}}
.mb50{
    margin-bottom: 1.1em!important;
}
.bg-yo{
    background-color:#F5F5F5!important;
}
.check{
    color: rgb(112, 165, 59);
}
.card-yo{
    padding: 10px!important;
}
.margin-right{
    margin-right: 5px;;
}
.alinear{
    align-items: center;
}
.aire{
    /** margin: 20px; */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.cajitas{
    margin: 20px;
}
.enlace-cajas{
    color: #ffa9ad!important;
    font-size: 1.6em;
}
.enlace-cajas-1{
    color: #333!important;
    font-size: 1.6em;
}
.claro{
    opacity: 0.1;
}
.clarito{
    opacity: 0.6;
}
.izquierda{
    justify-content: left;
}
.derecha{
    justify-content: right;
}

.ir-arriba {
	display:none;
	padding:20px;
	background:#2b9ab300;
	font-size:20px;
	color:rgb(182, 64, 64);
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
    z-index: 999;
    
}

.btn-ld{
	border-radius: 10px!important;
}

.btn-lg{
	border-radius: 10px!important;
}

























































