@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Pacifico&display=swap');
* {
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

/*---------------- Sacar subrayados de los link ----------------*/
/*----------------  text-decoration: none;  ----------------*/


/*----------------Estilos Base----------------*/
img {
    display: block;
    width: 100%;
    max-width: 100%;
}
imgcli {
    display: block;
    width: 100%;
	height: 200px;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;   
}
.container {
    width: 100%;
    margin: auto;
}
.container--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.column {
    width: 100%;   
}



/*----------------Estilos Header----------------*/
.main-header {
    width: 100%;   
}
.logo {
    font-size: 1.8em;
    color: #FF0000;
    padding: 10px;
    font-family: 'Pacifico', cursive;
    font-weight: 100;
}
.img_logo {
    width: 168px;
    height: 80px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.main-header__contactInfo__phone {
    background: #FF0000;
    color: white;
    margin: 0 auto;
    padding: 15px;
}
.main-header__contactInfo__address {
    padding: 10px;
    margin: 0;
}
.main-header [class*="icon-"]:before {
    position: relative;
    top: 2px;
    right: 5px;
}


/*----------------Estilos del Menu----------------*/
.main-nav {
    width: 100%;
    position: relative;
    z-index: 2000;
}
.icon-menu {
    display: block;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    font-size: 1.5em;
}

.social-icon {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.social-icon [class*="icon-"] {
    color: black;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
}
.social-icon__link {
    text-decoration: none;
}
.social-icon2__link {
    text-decoration: none;
}
.menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.85);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: height .3s linear;
}
.menu__link {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
}
.menu__link:hover {
    background: #FF0000;
}
.menu__link--select {
    background: #FF0000;
}
.mostrar {
    height: 196px;
}

/*----------------Boton Subir----------------*/
.go-top-container{
	visibility: hidden;
	position: fixed;
	bottom: 4rem;
	right: 85px;
	width: 6.6rem;
	height: 6.6rem;
	z-index: 1000;
}
.go-top-button{
	width: 0rem;
	height: 0rem;
	background: #ff0000;
	border-radius: 50%;
	cursor: pointer;
	transition: .2s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.go-top-button i{
	position: absolute;
	font-size: 50px;
	top: 56%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: #fff;
	transition: .2s;
}
.show{
	z-index: 10;
}
.show .go-top-button{
	animation: popup .3s ease-in-out;
	width: 70px;
	height: 70px;
	z-index: 11;
}
.show i{
	transform: translate(-50%, -50%) scale(1);
}
@keyframes popup{
	0%{
		width: 0rem;
		height: 0rem;
	}
	50%{
		width: 8rem;
		height: 8rem;
	}
	100%{
		width: 70px;
		height: 70px;
	}
}

/*----------------Estilos del Banner----------------*/
.banner {
    margin-top: -55px;
    position: relative;
}
.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    top: 0;
}
.banner__img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.banner__imgcli {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner__content {
    width: 90%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.5em;
    font-weight: bold;
}
/*----------------Estilos Principales----------------*/
.group--color .container {
    background: #FF0000;
    color: white;
    padding: 10px;
    text-align: center;
}
.img-index-izq {
	display: block;
	width: 100%;
	max-width: 100%;
    height: 200px;
}
.img-index-izqbus {
	width: 90%;
    margin-left: 14px;
}
.img-contac-mapa {
	display: block;
	width: 100%;
	max-width: 100%;
    height: 500px;
}
.img-index-der {
	width: 300px;
	height: 200px;
	margin-left: 30px;
}
.img-aviso-der {
	width: 250px;
    margin-left: 60px;
    text-align: center;
    object-fit: contain;
}
.img-vende {
	width: 250px;
	height: 250px;
	margin: auto;
	margin-bottom: 30px;
}
.main__title {
    margin: 15px 0;
    font-size: 1.8em;
    font-family: 'Pacifico', cursive;
    font-weight: 100;
}
.main__title2 {
    margin: 15px 0;
    font-size: 1.8em;
    font-family: 'Pacifico', cursive;
    font-weight: 100;
}
.tituni {
    margin: 15px 0;
    font-size: 1.8em;
    font-family: 'Pacifico', cursive;
    font-weight: 100;
}
.nosotros-titulo {
		font-size: 40px;
	}
.column__title {
    font-size: 1.3em;
}
.cajared {
        background-color: #FF0000;
}
.main__about__description .column:nth-child(2) {
    padding: 10px;
}
.main__about__description .column2:nth-child(2) {
    padding: 10px;
}
.column__title2 {
    font-size: 2em;
    color: #ffffff;
}
.column__txt2 {
    font-size: 1.1em;
    color: #ffffff;
    line-height: 35px;
}
.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 160px;
    background: #FF0000;
    color: #ffffff;
    padding: 10px;
    margin: 10px auto;
}
.btnbu {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 160px;
    background: #FFFFFF;
    color: #000000;
    padding: 10px;
    margin-bottom: 13px;
    transition: transform 0.3s ease-in-out; 

     &:hover {
                transform: scale(1.05);
                box-shadow: variables.$box-shadow-hover;
            }
}
.btnavisos {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 160px;
    background: #FF0000;
    color: white;
    padding: 10px;
    margin: 10px auto;
}
.btngrande {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 160px;
    background: #FF0000;
    color: white;
    padding: 10px;
    margin: 10px auto;
}
.group__title {
    font-family: 'Pacifico', cursive;
    text-align: center;
    font-weight: 100;
    font-size: 1.8em;
    margin: 30px;
}
.group__title2 {
    font-family: 'Pacifico', cursive;
    text-align: center;
    font-weight: 100;
    font-size: 1.8em;
    margin: 30px;
}
.group__title3 {
    font-family: 'Montserrat', cursive;
    text-align: justify;
    font-weight: 100;
    font-size: 1.8em;
    margin: 30px;
}

.fotopie {
	height: 200px;
	width: 800px;
	margin: auto;
	display: block;
}
.piedefoto {
    font-family: 'Pacifico', cursive;
    text-align: center;
    font-size: 20px;
}

.group__title__detal {
    text-align: left;
    font-weight: 100;
    font-size: 1.8em;
    margin: 30px;
}

.today-special .column {
    margin-bottom: 30px;
    text-align: center;
}
.today-special__img {
    margin: auto;
    max-width: 350px;
}
.today-special__title {
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 20px;
}
.today-special__price {
    font-size: 1.5em;
    color: #DE423A;
    font-weight: bold;
}

.youtube {
	margin-top: 50px;
    text-align: center;
}

.videoyoutube {
	width: 300px;
	height: 200px;
}

.rec2 {
	height: 100%;
    overflow: hidden;
}


.rec1 {
	width: 95%;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	overflow: hidden;
    box-shadow: 0 0.063rem 0.313rem 0 rgb(70 70 70 / 15%), 0 0.125rem 0.125rem 0 rgb(70 70 70 / 15%), 0 0.188rem 0.125rem -0.125rem rgb(70 70 70 / 15%);
    border-radius: 0.375rem;
}

.rimg {
	width: 100%;
    height: 200px;
	border-radius: 17px;
}

.rtit {
	font-size: 2.0em;
    margin-top: 10px;
	margin-left: 5px;
    margin-right: 5px;
	text-align: center;
	font-weight: bold;
}

.rtxt {
	font-size: 22px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    color: gray;
    text-align: justify;
}

.lineac {
	border-left-color: var(--medium-tint);
    border-bottom: 1px solid;
    border-bottom-color: var(--medium-tint);
    border-right-color: var(--medium-tint);
    border-top-color: var(--medium-tint);
}


/*----------------Estilos del Footer----------------*/
.main-footer {
    background: #222;
    color: white;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .8em;
}
.copy {
    text-align: center;
    margin: auto;
    line-height: 25px;
}
.main-footer [class*="icon-"] {
    color: white;
    text-decoration: none;
}
.main-footer [class*="icon-"]:before {
    position: relative;
    top: 3px;
    right: 5px;
}
.img_desc_app {
    width: 150px;
}


/*----------------Boton Whats App----------------*/
.btn-wsp{
	position: fixed;
    width: 50px;
    height: 50px;
    line-height: 59px;
    bottom: 30px;
    right: 20px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 38px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
    text-decoration: none;
    z-index: 1000;
}	

.btn-wsp:hover{
	text-decoration: none;
	color: #0df053;
	background: #fff;
}

/*---------------- Banner Des App ----------------*/

.dapp{
	display: none;
    width: 100%;
    height: 100px;
    text-align: center;
    background: red;
	z-index: 1000;
    position: fixed;
    bottom: 5px;
}

.dapp.activo{
	display: block;
}

.dappc{
	width: 100%;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.dappx{
	font-size: 25px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    background: red;
    border: 0;
    height: 25px;
}

.dappimg{
	width: 55px;
    height: 42px;
    margin-top: 34px;
    margin-left: 13px;
}

.dapptxt{
	margin-left: 5px;
}

.dapptit{
	margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.dappdes{
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}

.dappbtn{
	vertical-align: middle;
    margin-top: 35px;
    margin-bottom: auto;
    margin-left: auto;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 5px;
    white-space: nowrap;
    font-family: 'Helvetica Neue';
    color: #000000;
    font-weight: bold;
    border: 1px solid #eeeeee;
    background: #eeeeee;
    border-radius: 50px;
}

.dappbtn222{
	width: 160px;
    height: 50px;
    background: #595959;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-left: 7px;
    font-weight: 800;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 23px;
    font-size: 13px;
}
.cajatxtindx{
    margin-left: 20px;
    margin-right: 20px;
}

/*----------------Tarjetas de Presentacion----------------*/
.card {
    position: relative;
    width: 250px;
    height: 350px;
    border-radius: 10px;
    box-shadow: 2px 3px 5px rgba(73, 69, 52, 0.4);
    margin: 10px;
}

.card .content {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;  
    text-align: center;  
    padding: 20px;
    background: #fff;
}

.card .content .img {
    height: 50%;
    margin-bottom: 20px;
}

.card .content .img img {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.card .content span {
    position: absolute;
    width: 350px;
    height: 200px;
    background: linear-gradient(to right, #5e2066, #b332c7);
    transform: rotate(-35deg);
    top: -50px;
    left: -100px;
}

.card .content h4 {
    font-size: 18px;
    color: #1a1919;
    margin-bottom: 5px;
}

.card .content h6 {
    font-size: 13px;
    color: #5e2066;
}

.card .content p {
    font-size: 13px;
    color: #1a161f;
    margin-top: 10px;
}

.card .links {
    position: absolute;
    z-index: 90;
    width: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 3px 5px rgba(73, 69, 52, 0.4);
    padding: 20px;
    align-items: center;
    right: 10px;
    top: 15px;
    transition: .5s;
}

.card:hover .links {
    right: -50px;
    border-radius: 0 10px 10px 0;
}


.card .links a {
    font-size: 20px;
    color: #646069;
}

.card .links a:nth-child(1):hover {
    color: #0158ca;
}

.card .links a:nth-child(2):hover {
    color: #1C93E4;
}

.card .links a:nth-child(3):hover {
    color: #5D277D;
}

.card .links a:nth-child(4):hover {
    color: #FE0000;
}

/*----------------Actualizacion Index 2025----------------*/
.imgwhatsindsup {
  display: inline-flex; 
  align-items: center; 
  text-decoration: none;
  color: #ffffff;
  gap: 10px;
}

.imgwhatsindsup img {
  max-width: 60px; 
  height: auto;
}

.imgwhatsindsup span {
  font-size: 1.5em; 
  font-weight: bold;
}


section.quienes-somos {

    background-color: #c9c9c9;

    .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: variables.$spacing-md;
        padding: variables.$spacing-md 0;

        .card {
            width: 81%;
            background-color: #ffffff;
            border-radius: 10px;
            padding: 1rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease-in-out;
            margin: 0px auto;
            margin-top: 15px;
            margin-bottom: 15px;

            &:hover {
                transform: scale(1.05);
                box-shadow: variables.$box-shadow-hover;
            }

            img {
                max-height: 80px;
                width: auto;
                max-width: 96px;
            }

            h3 {
                margin-top: 1rem;
                font-size: 1.2rem;
                color: #000000;
            }

            p {
                margin-top: 0.5rem;
                font-size: 0.9rem;
                color: #000000;
            }
        }
        .card:last-child img {
            margin: 25px 0;
        }

        @media screen and (min-width:768px) {
            .card {
                width: 90%;
                margin-top: 25px;
                margin-bottom: 25px;
            }
        }
    }

}    

/*----------------Estilos Responsive----------------*/
/*----------------Estilos Responsive----------------*/
/*----------------Estilos Responsive----------------*/
@media screen and (min-width:480px) {
    .logo {
        color: white;
    }
	.img_logo {
		width: 180px;
		height: 90px;
	}
    .main-header__contactInfo {
        text-align: right;
    }
	.main-header__contactInfo__phone {
        background: none;
		text-align: center;
    }
    .main-header__contactInfo_address {
        color: white;
    }
    .main-nav {
        background: rgba(0,0,0,0.85)
    }
    .banner {
        margin-top: -200px;
        z-index: -1000;
    }
    .banner___img {
        height: 600px;
    }
    .banner__content {
        font-size: 2em;
    }
    .main {
        padding-bottom: 15px;
    }
    .main__about__description .column:nth-child(2) {
        padding-left: 20px;
        font-size: .9em;
    }
	.main__about__description .column2:nth-child(2) {
        padding-left: 20px;
        font-size: .9em;
    }
    .main__about__description .btn {
        margin: 0;
    }
    .main__about__description {
        margin-top: 30px;
    }
    .cajared {
        margin-top: 30px;
        background-color: #FF0000;
    }
    .today-special .column {
        border: 5px solid #ddd;
        padding: 5px;
    }
    .today-special__img {
        height: 200px;
        object-fit: cover;
    }
    .main-footer .container--flex{
        align-items: flex-start;
    }
    .column--50 {
        width: 49%;
    }
    .column--50-25 {
        width: 49%;
    }
    /*columnas footer*/
    .column--33 {
        width: 32%;
    }
	.rtxt {
		font-size: 18px;
	}     

}

@media screen and (min-width:768px) {
    .main__title {
        font-size: 2.2em;
    }
	.main__title2 {
        font-size: 2.2em;
    }
	.tituni {
        font-size: 2.2em;
    }	
	.main__about__description .column--50:nth-child(1) {
        font-size: 1.3em;
    }
    .main__about__description .column--50:nth-child(1)
    .column__txt {
        line-height: 30px;
    }
    .main__about__description .column--50:nth-child(2) {
        font-size: 1.3em;
    }
    .main__about__description .column--50:nth-child(2)
    .column__txt {
        line-height: 30px;
    }
	.banner__content {
		top: 70%;
    }
    .column--50-25 {
        width: 24.5%;
    }
    .column__title {
        font-size: 2.5em;
    }
	.nosotros-titulo {
		font-size: 60px;
	}
    .group__title {
            font-size: 50px;
			margin-left: 120px;
			margin-right: 120px;
			text-align: center;
    }
	.group__title2 {
            font-size: 50px;
			margin-left: 120px;
			margin-right: 120px;
			text-align: left;
    }
    .column_txt2{
        line-height: 25px;
    }
    .img_desc_app {
        width: 190px;
    }
    .img-index-izqbus {
	display: block;
	width: 100%;
	max-width: 100%;
    height: 200px;
}
    .copy {
        font-size: 1.5em;
		line-height: 30px;
    }
	.fotopie {
		height: 300px;
		width: 900px;
		margin: auto;
		display: block;
	}
	.piedefoto {
		font-family: 'Pacifico', cursive;
		text-align: center;
		font-size: 20px;
	}
	.videoyoutube {
		width: 700px;
		height: 400px;
	}
	.btn-wsp{
		width: 90px;
		height: 90px;
		line-height: 105px;
		right: 50px;
		font-size: 63px;
		bottom: 80px;

	}
	.btngrande {
		display: block;
		text-align: center;
		text-decoration: none;
		width: 400px;
		background: #FF0000;
		color: white;
		padding: 10px;
		margin: 30px auto;
		font-size: 25px;
	}
	.dapp{
		display: none;
	}
	.dapp.activo{
		display: none;
	}
	.rtxt {
		font-size: 22px;
	}
    .cajatxtindx{
        margin-left: 0px;
    }

}	

@media screen and (min-width:1024px) {
    .container {
        width: 1000px;
    }
    .logo {
        font-size: 2em;
        padding: 0;
    }
	.img_logo {
		width: 180px;
		height: 90px;
	}
    .main-header__contactInfo__phone, 
    .main-header__contactInfo__address {
        padding-right: 0;
        font-size: 1.15em;
    } 
	.social-icon {
		margin-top: 0px;
	}
    .banner__img {
        height: 400px;
    }
	.banner__imgcli {
        height: 400px;
    }
    .banner__content {
        font-size: 2.5em;
		top: 70%;
    }
    .icon-menu {
        display: none;
    }
    .menu {
        position: static;
        display: flex;
        height: auto;
        width: auto;
    }
    .menu__link {
        padding: 20px;
    }
    .group--color .container {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px;
    }
    .main__title {
        font-size: 2.2em;
    }
	.tituni {
        font-size: 3.0em;
    }
    .main__txt {
        font-size: 1em;
    }
	.main__txt2 {
        font-size: 1.5em;
		color: #736565;
    }
	.txtuni {
        font-size: 1.6em;
    }
	.fotopie {
		height: 500px;
		width: 1024px;
	}
	.piedefoto {
		font-family: 'Pacifico', cursive;
		text-align: center;
		font-size: 40px;
	}
    .group__title__detal {
        padding-left: 170px;
    }
	/*NUEVO*/
	.main__about__description .column--50:nth-child(1) .column__txt {
        line-height: 50px;
    }
    .main__about__description .column--50:nth-child(2) .column__txt {
        line-height: 50px;
    }
    .today-special__title {
        font-size: 1.4em;
    }
    .today-special__price {
        font-size: 1.8em;
    }
    .main-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.videoyoutube {
		width: 1000px;
		height: 500px;
	}
	.rec1 {
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
	}
	.img-index-der {
		width: 500px;
		height: 300px;
		margin-left: 90px;
	}
	.img-aviso-der {
		width: 440px;
		height: 240px;
		margin-left: 150px;
	}
}

@media screen and (min-width:1600px) {
    .container {
        width: 1400px;
    }
    .banner__img {
        height: 400px;
    }
	.banner__imgcli {
        height: 700px;
    }
	/*  borrado
    .main__about__description .column:nth-child(1) img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }*/
    .today-special__img {
        height: 300px;
    }
	.rtxt {
		font-size: 25px;
	}
    
}
