/***ESTILOS GENERALES DE LA SECCION ******/
.fix-home-bg-image {
	background-image: url(../media/1932/foto-home-ajustada-febrero-2023-1.jpg);
    background-position: center center;
    background-size: cover;
}

.home-content {
    position: absolute;
}

.breadcrumb {
    display: none !important;
}


.main-nav li > a:hover{
	color: #00bb55 !important;
}

.margenTituloHome {
    margin: 10px 0 20px 50px;
}

.margenParrafoHome {
    margin: 0 0 20px 50px;
}

.tamano18 p {
    font-size:18px;
}


.fondoCirculo {
    /*

    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    height: 556px;
    width: 556px;
    border-radius: 50%;
    margin-top: -90px;
    margin-left: 10px;*/
    position: relative;
    width: 100%;
    border-radius: 50%;
    height: auto;
    padding-top: 100%;
    background: rgba(255, 255, 255, 0);
}

.fondoCirculo .TextoPrincipal h3{
	font-size: 1.6vw !important;
	padding: 0 0px;
	font-style: oblique;
}

.circuloPlay {
    Background: rgba(186, 187, 98, 0.41);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    vertical-align: middle;
    /* padding: 23px; */
    font-size: 16px;
    color: #fff;
    margin-top: -5px;
}

.textHome {
    font-size: 64px;
    font-style: oblique;
    font-weight: bold;
    line-height: 1.3;
}
/*
.subTextHome {
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}
*/

#home .home-wrapper {
    z-index: 1;
    position: absolute;
    left: 0px;
    right: 0px;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    text-align: center;
}


.wrapperNutricion {
    position: absolute;
    left: 0px;
    right: 0px;
   
    bottom: 100px;
}

.text-yellow {
	color: #ffed00;
}




/*--------PLATILLOS MAS NUTRITIVOS------*/

#left {
    width: 10%;
    float: left;
    margin: 0;
}

#contentRight {
    min-width: 90%;
    margin-left: 0;
    width: auto;
    overflow: hidden;
    padding-top: 100px;
}

.CuadroTexto {
    background-color: #f7f6f3;
    padding: 10%;
}

    .CuadroTexto a {
        margin-top: 40px;
        margin-left: 50px;
    }

.masNutritivo {
    padding-top: 100px
}

.masNutritivoTexto {
    margin-bottom: 0px;
    text-align: left;
    color: #868F9B;
    padding-bottom: 50px;
    font-family: 'Poppins Lt', 'Bree Lt';
}


/*------Familia Maseca*/
.VerDetalle {
    right: 0%;
    position: absolute;
    margin-top: -20px;
    margin-right: 121px;
}

    .VerDetalle h4 {
        font-family: 'Poppins Lt', 'Bree Rg';
        font-weight: bold;
        text-decoration: underline;
    }

.famMaseca {
    margin-top: 80px;
}

    .famMaseca img {
        height: auto !important;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        border: 0;
    }


.margenListPRoductos {
    margin-top: 115px;
}

.btnFamiliaMaseca {
    letter-spacing: 5px;
}

    .btnFamiliaMaseca h4 {
        font-weight: bold;
        margin-bottom: 0px;
    }


.active {
    color: #515357;
}

/*------NUESTRA COCINA*/
.margenCocina {
    margin-top: 60px;
    margin-bottom: 45px;
}

.imgCocina {
    width: 100%;
}

.ColumCocina {
    padding-left: 0px;
    padding-right: 0px;
}

.itemCocina {
    padding-left: 0px;
    padding-right: 0px;
    padding: 10px;
}

    .itemCocina .overlay {
        background: #1C1D21;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        -webkit-transition: 0.2s opacity;
        transition: 0.2s opacity;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .itemCocina:hover .overlay {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 0.8;
    }

    .itemCocina .cocina-content {
        position: absolute;
        left: 25px;
        right: 25px;
        top: 50%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .itemCocina .cocina-content h3 {
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
            opacity: 0;
            color: #FFF;
            margin-bottom: 10px;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

    .itemCocina:hover .cocina-content h3 {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .itemCocina .cocina-content span {
        display: block;
        text-transform: uppercase;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        color: #6195FF;
        margin-bottom: 5px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .itemCocina:hover .cocina-content span {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.tortillero img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.TextoPrincipal {
    position: absolute;
    top: 35%;
    transform: translate(0%,-50%);
    padding: 2rem;
	text-align: left;
}

    .TextoPrincipal h1 {
		font-style: normal;
			  text-shadow: 1px 1px 1px rgba(73, 76, 79, 0.47), 0 0 0.5em rgba(73, 76, 79, 0.41), 0 0 0.2em rgb(73, 76, 79);

		font-size: 32px !important;
    }
/***FIN GENERALES DE LA SECCION ******/
/*
*
**
*/
@media screen and (max-width: 465px) {
	
	#home .home-wrapper {
   
    transform: translateY(30%);
   
	}
	.fondoNutricion {
	width: 100%;

	}
	.TextoPrincipal {
    top: 0%;
    left: 9%;
	}
}

@media screen and (max-width: 768px){
	.fix-home-bg-image {
    background-position: 64% center;
    background-size: cover;
	}
	
	.fondoNutricion {
	width: 100%;

}
	.TextoPrincipal {
    top: 0%;
    left: 9%;
}
	.owl-carousel .owl-item img{
		height: 176.9px;
	}
	
	.img-nutri{
		max-width: none;
		height: 100%;
	}
	
	.fondoCirculo .TextoPrincipal h3 {
    font-size: 5vw !important;
	}
}

/*definition from mobile min*/
@media only screen and (min-width: 230px) {
.fix-home-bg-image {
		max-height: 450px;
	}
}

@media only screen and (min-width: 375px) {
	.fix-home-bg-image {
		max-height: 650px;
	}
}


/*** 992 ******/

@media only screen and (max-width: 992px) {
/*	.fix-home-bg-image {
		max-height: 650px;
	} */
	
	.TextoPrincipal h3{
		/*display:none;*/
		font-size: 3.5vw;
	}
	
	.fondoCirculo .TextoPrincipal h3{
		font-size: 5.5vw;
	}
	
	.fondoNutricion {
	width: 100%;

}
	
	.divCirculo {
	    padding-left: 20px;
   		padding-right: 20px;
	}

    .sectionNutricion {
        height:700px;
    
    }
    .wrapperNutricion {
        bottom: 50px;
    }

    .md-padding {
        padding-top: 30px !important;
        padding-bottom: 55px !important;
    }

    .TextoPrincipal h1 {
        font-style: oblique;
	    font-size: 26px !important;
    }

    .TextoPrincipal h3 {
        font-size: 16px;
    }

    #recomendacion-slider {
        margin-top: 20px;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -45px;
        right: 0%;
        left: 0%;
        z-index: 1;
        width: 100%;
        margin-left: 0%;
        /* padding-left: 0px; */
        /* right: 44% !important; */
        /* list-style: none; */
        text-align: center;
    }

    #left {
        min-width: 0%;
        height: 0px;
    }

    #contentRight {
        min-width: 100%;
        padding-top: 0px !important;
    }

    .CuadroTexto {
        background-color: #f7f6f3;
        width:90%;
        transform: translate(5%,0%);
       
    }

    .imgMasNutritivos {
        height: 380px;
        max-height: 710px !important;
    }

    .CuadroTexto a {
        margin-left: 0px;
    }

    .VerDetalle {
        right: 0%;
        position: absolute;
        margin-top: 0px;
        margin-right: 0px;
    }

    #masNutritivos {
        padding-bottom: 0px !important;
    }

    .btnFamiliaMaseca {
        letter-spacing: 3px;
    }

        .btnFamiliaMaseca h4 {
            margin-top: 2px;
            margin-bottom: 2px;
        }

    .margenListPRoductos {
        margin-top: 25px;
    }
	
	.container-mobile{
		overflow: hidden;
	}
		
}
/***FIN 992 ******/

/*** MENOR A 768 LANDSCAPE ******/
@media only screen and (min-device-width : 1024px) and (max-device-width : 768px) and (orientation : LANDSCAPE) {

    font-size: 45px !important;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 812px) and (orientation : LANDSCAPE) {

    #home .home-wrapper {
        transform: translateY(20%);
    }

    .divCirculo {
        margin-left: 30%;
        width: 40%;
    }

    .TextoPrincipal h1 {
        font-style: oblique;
        font-size: 24px;
    }

    .TextoPrincipal h3 {
        font-style: oblique;
        font-size: 11px;
    }

    .circuloPlay {
        Background: rgba(186, 187, 98, 0.41);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        text-align: center;
        line-height: 45px;
        vertical-align: middle;
        font-size: 12px;
        color: #fff;
        margin-top: -5px;
    }
}

/*** 993 ******/
@media only screen and (min-width: 993px) {

   .col-md-8 {
        width: 65.66666667% !important;
    }


    .CuadroTexto {
        padding:5%;
    }

    .fondoNutricion .col-md-10 {
        width: 100% !important;
    }

    .fondoNutricion .col-md-offset-2 {
        margin-left: 0px;
    }

    #nav.nav-transparent:not(.fixed-nav) .main-nav > li > a {
        color: #fff;
			  text-shadow: 1px 1px 1px rgb(51 51 51), 0 0 0.5em rgb(51 51 51), 0 0 0.2em rgb(51 51 51);

    }

    #nav.nav-transparent:not(.fixed-nav) .dropdown li a {
        color: #fff;
			  text-shadow: 1px 1px 1px rgb(51 51 51), 0 0 0.5em rgb(51 51 51), 0 0 0.2em rgb(51 51 51);

    }

    .navbar-nav {
        border-bottom: 1px solid white;
    }

    #home .home-wrapper {
        transform: translateY(25%);
    }

    #home .home-mas {
        bottom: 10px;
    }
}

/***FIN 993 ******/

/*** 1200 ******/
@media only screen and (min-width: 1200px) {
    #home .home-wrapper {
        transform: translateY(18%);
    }

    .fondoNutricion .col-md-2 {
        width: 20% !important;
    }

    .fondoNutricion .col-md-offset-2 {
        margin-left: 20%;
    }
	
	.img-nutri{
	
}
	.fondoNutricion {
	width: 83.5%;

}
	
	.fondoCirculo {
		position: relative;
		width: 63% !important;
		border-radius: 50%;
		height: auto;
		margin-top: 2vw;
		padding-top: 85% !important;
		background: rgba(255, 255, 255, 0);
	}
	
	
	
}
/***FIN 1200 ******/

@media only screen and (max-width: 1279px) and (min-width: 768px) {
    h4 {
        font-size: 16px !important;
    }

    .wrapperNutricion {
        bottom: 0px;
    }

    .sectionNutricion {
        height: auto;
    }

}

@media only screen and (min-width: 1920px){
	.fondoCirculo .TextoPrincipal h3 {
    	font-size: 1.6vw;
		padding: 0px 35px;
	}
}

@media only screen and (max-width: 768px) {
    h4 {
        font-size: 13px !important;
    }

    .md-padding {
        padding-bottom: 55px !important;
    }
	
	.fondoCirculo .TextoPrincipal h3{		
		padding: 0 30px;
	}
	
	.sombra {
    text-shadow: 1px 1px 12px rgb(73 76 79 / 47%), 0 0 0.5em rgb(73 76 79 / 41%), 0 0 0.2em rgb(0 0 0);
	}
}
