@font-face {
    font-family: BarlowCondensed;
    src: url(./../fonts/BarlowCondensed-Black.eot)format('eot'),
         url(./../fonts/BarlowCondensed-Black.woff)format('woff'),
         url(./../fonts/BarlowCondensed-Black.ttf)format('truetype'),
         url(./../fonts/BarlowCondensed-Black.svg)format('svg');
    font-style: normal;
    font-display: auto;
    font-weight: 900;
  }

@font-face {
    font-family: BarlowCondensed;
    src: url(./../fonts/BarlowCondensed-Light.eot)format('eot'),
         url(./../fonts/BarlowCondensed-Light.woff)format('woff'),
         url(./../fonts/BarlowCondensed-Light.ttf)format('truetype'),
         url(./../fonts/BarlowCondensed-Light.svg)format('svg');
    font-style: normal;
font-display: auto;
    font-weight: 100;
  }

  @font-face {
    font-family: Teko;
    src: url(./../fonts/Teko-SemiBold.eot)format('eot'),
         url(./../fonts/Teko-SemiBold.woff)format('woff'),
         url(./../fonts/Teko-SemiBold.ttf)format('truetype'),
         url(./../fonts/Teko-SemiBold.svg)format('svg');
    font-style: normal;
font-display: auto;
  
  }
:root{
  --tipografia1: BarlowCondensed;
}
body{
    background-image: radial-gradient( circle 59em at 33% 45%,  #0198eb , #0a73d1 , #154db6 , #0b45b7 , #013bb8);
}
.fnd-punto{
  position: fixed;
  background-image: url(../img/fondo-puntos.webp);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: 3;
  background-size: cover;
}
.fnd-milk{
  position: fixed;
  /*background-image: url(../img/fondo-milk.webp);*/
  /* background-repeat: no-repeat; */
  background-size: 107%;
  height: 100%;
  width: 100%;
  z-index: 4;
  background-position: center;
}
.product {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
    width: 100%;
}
.p-left img {
    width: 100%;
}
.p-right img {
    width: 100%;
}
.QueEsProtein{
  width: 100%;
  z-index: 10;
  position: relative;
  margin-top: 30%;
  display: flex;
  justify-content: center;
}
.ini-comentario {
  width: 100%;
  position: absolute;
  top: -50px;
  /* left: 8%; */
  }
.coach-surlat {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 82%;
    overflow: hidden;
    height: 80vw;
    padding-top: 16%;
    position: relative;
    z-index: 9;
}
.coach-surlat img {
    width: 100%;
}
.comment {
    position: absolute;
    top: 0;
    width: 85%;
    left: 33px;
    height: 53%;
}

.titulo {
    background: linear-gradient(45deg, #f3ab39, #bd7b21);
    color: #ffffff;
    text-transform: uppercase;
    width: 83%;
    text-align: center;
    font-size: 3.7vw;
    padding: 5px 0;
    margin: 0 auto;
    position: absolute;
    top: -25%;
    box-shadow: 6px 5px 1px #000000;
    transform: skew(-20deg);
    font-family: var(--tipografia1);
    font-weight: 900;
    line-height: 1.1;
    padding: 5px 0;
    height: 2.7em;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2em;
    /* background-color: #824400; */
}
.descrip {
    width: 89%;
    text-align: center;
    font-family: var(--tipografia1);
    font-weight: 900;
    font-size: 3.54vw;
    line-height: 1.1;
    margin: 0 auto;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    top: 9vw;
    position: absolute;
    left: 1vw;
}
.descrip p {
    margin: 0;
}
.red {
    color: #c10830;
}

.carousel-buttons {
    width: 100%;
    position: absolute;
    left: 0;
    top: 68%;
    display: flex;
    justify-content: space-between;
    left: 0;
}
.carousel-btn {
    border: 1px solid white;
    background: transparent;
    font-size: 19px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    border-radius: 21px;
    color: white;
    margin: -2px 4px;
}

.animation-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}
@-webkit-keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}
/***/
.milk-chocoycaramelo {
    position: relative;
    z-index: 11;
    background-image: radial-gradient(circle 29em at 30% 45%, #af6e00, #b37200, #9f5f00, #8c4d00, #824400);
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
  flex-direction: column;
}
.MilkCaramelo{
/*   -webkit-mask-image: url(../img/mid1.svg);
  mask-image: url(../img/mid1.svg); */
  mask-repeat: no-repeat;
  /* fill: red; */
  background-image:trasnparent  ;
  mask-position: -1%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  mask-size: cover;
  z-index: 11;
}
.MilkCaramelo::before {
    -webkit-mask-image: url(../img/mid1.svg);
    mask-image: url(../img/mid1.svg);
    mask-repeat: no-repeat;
    /* fill: red; */
    transform: rotate(
90deg);
    content: "";
    position: absolute;
    width: 141%;
    height: 77%;
    z-index: -1;
    /* background: #ff00005e; */
    mask-size: cover;
    background-image: radial-gradient(circle 33em at 46% 45%, #f7ca84, #f6c06c, #f5b95c, #dc962e, #bb7a20);
    mask-position: 50px 70px;
}
.titleP {
    width: 100%;
}
.MilkChocho {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.imgP {
    width: 79%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgP img {
    width: 100%;
}
.boxTitleP {
  font-family: var(--tipografia1);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  margin-top: 8%;
  font-size: 8vw;
  color: #ffffff;
}
.boxTitleP p:first-child {
    margin: 0;
    font-size: 0.7em;
}
.boxCantida {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.Litro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.Litro span {
    background: linear-gradient(45deg, #f3ab39, #bd7b21);
    box-shadow: 3px 2px 1px #000000;
    transform: skew(-20deg);
    padding: 0 7px;
    font-family: var(--tipografia1);
    font-weight: 900;
    color: #ffffff;
    font-size: 5vw;
    width: auto;
    text-align: center;
}
.Nlitro {
    display: flex;
    transform: skew(-20deg);
    /* padding: 12px 11px; */
}
.Nlitro p:nth-child(1) {
   /* background: red; */
   font-size: 9vw;
   line-height: 1;
   font-family: var(--tipografia1);
   font-weight: 900;
   display: flex;
   color: #ffffff;
   text-shadow: 3px 2px 1px #000000;
   display: flex;
   margin: 0;
   margin-left: 13%;
}
.Nlitro p:nth-child(2) {
    /* background: rgb(57, 30, 30); */
    /* background: red; */
    /* font-size: 8vw;*/
    line-height: 1;
    font-family: var(--tipografia1);
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-shadow: 3px 2px 1px #000000;
    font-size: 4vw;
    padding: 0 5px;
    margin: 0 4px;
}



.benefice{
  display: flex;
  flex-direction: column;
  z-index: 9;
  position: relative;
  background-image: radial-gradient(circle 59em at 33% 45%, #0198eb, #0a73d1, #154db6, #0b45b7, #013bb8);
}

.benefice::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/fondo-puntos.png);
    background-position: center;
    background-size: cover;
}

.Benef-right{
    background-image: url(../img/Benef-11.webp);
    mask-image: url(../img/mid2.svg);
    background-size: cover;
    mask-size: cover;
    position: relative;
    display: block;
    width: 100%;
    height: 23em;
    mask-position: top;
    background-position: center;
}


.Benef-left {
    margin: 0 auto;
    width: 90%;
    padding: 7% 5%;
    z-index: 12;
    position: relative;
}

.boxBenef {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

.titleBenf {
    background: linear-gradient(45deg, #f3ab39, #bd7b21);
    box-shadow: 3px 2px 1px #000000;
    transform: skew(-20deg);
    padding: 0 7px;
    font-family: var(--tipografia1);
    font-weight: 900;
    color: #ffffff;
    font-size: 7vw;
    width: auto;
    text-align: center;
}
.box-icon {
    width: 63%;
    margin: 9% auto;
}
.iconB {
    display: flex;
    align-items: center;
    margin: 30px auto;
    width: 100%;
}
.iconB i {
    width: 75px;
    height: 75px;
    /* background: red; */
    margin: 0 12px;
}
.iconB p {
    margin: 0;
    font-size: 4vw;
    line-height: 1;
    font-family: 'Teko';
    font-weight: 900;
    display: flex;
    color: #ffffff;
    text-shadow: 2px 2px 0px #000000;
}

.video{
    width: 100%;
}

.box-COWCHconsejos {
    display: flex;
    padding: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 11;
}

.boxCowch {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    padding-top: 30%;
}
.CowchNube {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.COWCH {
    width: 90%;
}
.BOXfotoRRSS {
    margin: 10% auto;
    display: flex;
    width: 300px;
    height: 28em;
    margin-top: 15%;
}

.FOTOrrss {
    display: flex;
    width: 250px;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #ebac2d;
    border-radius: 30px;
    margin: 0 auto;
}
.FOTOrrss::before {
    content: '';
    display: block;
    position: absolute;
    /* top: 0; */
    width: 110%;
    height: 106%;
    border: 2px solid #ffffff;
    border-radius: 32px;
}
.FOTOrrss p {
    font-family: var(--tipografia1);
    font-weight: 900;
    text-align: center;
    line-height: 1;
    font-size: 3em;
    -webkit-text-stroke: 1px #000000;
    color: #ebac2d;
}
.imgnuveCowch{
    position: absolute;
    top: -28px;
    right: 0;
    width: 100%;
}
.imgnuveCowch p{
    font-family: 'Teko';
    /* font-weight: 900; */
    font-size: 1.2em;
    color: #000000;
    position: absolute;
    top: 13%;
    left: 15%;
    /* font-family: var(--tipografia1); */
    /* letter-spacing: 1px; */
    -webkit-text-stroke: transparent;
}
.txtCN p:nth-child(1) {
    /* background: red; */
    /* font-family: var(--tipografia1); */
    font-weight: bold;
    font-size: 13vw;
    transform: skew(-20deg);
    font-family: Teko;
    position: absolute;
    left: 7%;
    top: -4%;
}
.txtCN p:nth-child(2) {
    /* background: red; */
    /* font-family: var(--tipografia1); */
    font-weight: bold;
    font-size: 10.2vw;
    transform: skew(-20deg);
    font-family: Teko;
    position: absolute;
    left: 15%;
    top: 24%;
}
.txtCN2 p:nth-child(1)  {
    /* background: red; */
    /* font-family: var(--tipografia1); */
    font-weight: bold;
    font-size: 5.2vw;
    transform: skew(-20deg);
    font-family: Teko;
    position: absolute;
    left: 5%;
    top: 14%;
    text-align: center;
    line-height: 0.8;
    margin: 0;
    width: 87%;
}
.carousel-buttons2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 68%;
    display: flex;
    justify-content: space-between;
    left: 0;
}





.box-FAQ {
    display: flex;
    position: relative;
    z-index: 11;
    /* background: #ffffff4a; */
    align-items: center;
    margin: 0 auto;
    margin-top: 12%;
    margin-bottom: 3%;
    flex-direction: column-reverse;
}
.fag-left {
    padding: 24px;
    border: 1px solid #ffffff;
    /* width: 460px; */
    margin: 0 auto;
    border-radius: 40px;
    width: 78%;
}

.contfaq p:nth-child(1) {
    /* background: red; */
    font-family: 'BarlowCondensed';
    line-height: 1;
    font-size: 6vw;
    font-weight: 700;
    display: flex;
    color: white;
    align-items: center;
    margin-top: 2%;
}

.contfaq p:nth-child(1) span {
    font-size: 2em;
    margin: 0 10px;
}

.contfaq p:nth-child(2) {
    /* background: red; */
    font-family: 'BarlowCondensed';
    line-height: 1;
    font-size: 1.19em;
    display: flex;
    color: white;
}



.imagefaq {
    display: flex;
    position: relative;
    justify-content: center;
}

.boximgfaq {
    width: 70%;
    position: relative;
}

.imagefaq span {
    position: absolute;
    top: -23%;
    width: 90%;
}
.imagefaq span p {
    position: absolute;
    top: 14%;
    left: 12%;
    font-family: Teko;
    font-size: 6.3vw;
}
.faq-right {
    width: 81%;
}
.flechafaq {
    display: flex;
    margin: 6px 0px;
}


.video span {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto;
    top: 38%;
}

.video span img {
    width: 10%;
    opacity: 0.9;
}





.descrip.cl-text11 {
    font-size: 6.4vw;
    top: 7vw;
}

.descrip.cl-text22 {
    top: 8vw;
    font-size: 3.7vw;
}

.descrip.cl-text33 {
    font-size: 5.2vw;
    top: 8vw;
}

.descrip.cl-text44 {
    font-size: 4vw;
    top: 9.5vw;
}

.descrip.cl-text55 {
    font-size: 4vw;
    top: 8vw;
}

 @media (min-width: 491px) and (max-width: 767px) {
    .coach-surlat {
        height: 26em;
    }
    .titulo {
    font-size: 1.3em;
    height: 2.5em;
    }

    .descrip {
    font-weight: 900;
    font-size: 1.1em;
    line-height: 1.1;
    top: 30%;
    left: 0;
    position: relative;
    height: 3em;
    }
    .contfaq p:nth-child(1) {
        font-size: 4.9vw;
    }


    .descrip.cl-text11 {
        font-size: clamp(25px, 7em, 33px);
        top: clamp(0.7em, 99px, 20px);
    }
.descrip.cl-text22 {
    top: clamp(1.8em, 99px, 20px);
    font-size: clamp(16px, 3.7vw, 20px);
    height: 4em;
}
.descrip.cl-text33 {
        font-size: clamp(25px, 7em, 28px);
        top: clamp(1em, 99px, 20px);
    }
.descrip.cl-text44 {
    font-size: clamp(21px, 4em, 20px);
    top: clamp(2em, 99px, 1.8em);
}
.descrip.cl-text55 {
    font-size: clamp(1rem, 1vw + 1rem, 3rem);
    top: clamp(2em, 99px, 1.8em);
}
.ini-comentario {
    top: -11vw;
    /* left: 8%; */
}
    .Benef-right {
        mask-image: url(../img/mid.svg);
        background-size: cover;
        background-image: url(../img/Benef-11.webp);
        mask-image: url(../img/mid2.svg);
        background-size: cover;
        mask-size: cover;
        position: relative;
        display: block;
        width: 100%;
        height: 62vh;
        mask-position: top;
        background-position: center;
    }
} 
@media (min-width: 768px) and (max-width: 991px) {
    .coach-surlat {
        height: 30em;
    }
    .titulo {
    font-size: 1.3em;
    height: 2.5em;
    }

    .descrip {
    font-weight: 900;
    font-size: 1.1em;
    line-height: 1.1;
    top: 30%;
    left: 0;
    position: relative;
    height: 3em;
    }
    .QueEsProtein {
    width: 78%;
    margin: 0 auto;
    margin-top: 23%;
    } 

    .milk-chocoycaramelo {
    background-image: radial-gradient(circle 29em at 30% 45%, #af6e00, #b37200, #9f5f00, #8c4d00, #824400);
    flex-direction: row;
}
.MilkChocho {
    width: 50%;
}
.MilkCaramelo {
    -webkit-mask-image: url(../img/mid1.svg);
    mask-image: url(../img/mid1.svg);
    mask-repeat: no-repeat;
    background-image: trasnparent;
    mask-position: 0%;
    width: 50%;
    height: auto;
    mask-size: 150%;
    z-index: 11;
    background-image: radial-gradient(circle 33em at 46% 45%, #f7ca84, #f6c06c, #f5b95c, #dc962e, #bb7a20);
}
.MilkCaramelo::before {
    display: none;
}
.Litro span {
    font-size: 1em;
}
.Nlitro p:nth-child(1) {
    /* background: red; */
    font-size: 2em;
}
.Nlitro p:nth-child(2) {
    font-size: 0.9em;
    padding: 0 5px;
    margin: 0 2px;
}
.boxTitleP {
    font-size: 2em;
}

.boxCantida {
    justify-content: space-around;
    width: 100%;
    flex-direction: column;
    margin: 10px 0;
}


.benefice {
    flex-direction: row;
}
.Benef-left {
    margin: 0 auto;
    width: 50%;
    padding: 0;
}
.Benef-right {
    mask-image: url(../img/mid.svg);
    background-size: cover;
    mask-size: cover;
    position: relative;
    display: block;
    width: 50%;
    height: auto;
}
.box-icon {
    width: 85%;
    margin: 3% auto;
}
.iconB {
    margin: 30px auto;
    width: 250px;
}
.iconB i {
    width: 60px;
    height: 60px;
    /* background: red; */
    margin: 0 12px;
}
.iconB p {
    margin: 0;
    font-size: 1.3em;
    line-height: 1;
    font-family: 'Teko';
    color: #ffffff;
    text-shadow: 2px 2px 0 #000000;
}
.titleBenf {
    font-size: 3em;
}

.box-COWCHconsejos {
    padding: 5%;
    flex-direction: row;
}

.boxCowch {
    width: 50%;
    padding-top: 13%;
}

.BOXfotoRRSS {
    margin: 0 auto;
    width: 320px;
    height: 28em;
    margin-top: 5%;
}
.carousel-buttons {
    width: 114%;
    left: 0;
    top: 20%;
    left: -8%;
}
.txtCN p:nth-child(1) {font-size: 8.7vw;}
.txtCN p:nth-child(2) {
    font-size: 7vw;
}
.txtCN2 p:nth-child(1) {
    font-size: 1.8em;

}


.box-FAQ {
    flex-direction: row;
}
.faq-right {
    width: 50%;
}
.fag-left {
    width: 370px;
}
.contfaq p:nth-child(1) span {
    font-size: 3em;
}
.contfaq p:nth-child(1) {
    font-size: 1.4em;
}
.contfaq p:nth-child(2) {
    font-size: 1.19em;
}
.imagefaq span p {
        left: 12%;
        font-size: 3.9vw;
    }

.descrip.cl-text11 {
    font-size: clamp(25px, 7em, 33px);
    top: clamp(0.7em, 99px, 20px);
}
.descrip.cl-text22 {
top: clamp(1.8em, 99px, 20px);
font-size: clamp(16px, 3.7vw, 20px);
height: 4em;
}
.descrip.cl-text33 {
    font-size: clamp(25px, 7em, 28px);
    top: clamp(1em, 99px, 20px);
}
.descrip.cl-text44 {
font-size: clamp(21px, 4em, 20px);
top: clamp(2em, 99px, 1.8em);
}
.descrip.cl-text55 {font-size: clamp(1rem, 0.9vw + 1rem, 3rem);top: clamp(1.5em, 99px, 1.8em);}
.ini-comentario {
    top: -9vw;
    /* left: 8%; */
}
    .Benef-right {
        mask-image: url(../img/mid.svg);
        background-size: cover;
        mask-size: cover;
        position: relative;
        display: block;
        width: 50%;
        height: auto;
        background-position: -5em center;
        mask-position: left;
    }


} 
@media (min-width: 992px) and (max-width: 1199px) {
    .coach-surlat {
        height: 37em;
    }
    .titulo {
    font-size: clamp(19px, 7em, 27px);
    height: 2.5em;
    width: 80%;
    left: 4em;
    }

    .descrip {
    font-weight: 900;
    font-size: 1.1em;
    line-height: 1.1;
    top: 30%;
    left: 0;
    position: relative;
    height: 3em;
    }
    .QueEsProtein {
    width: 78%;
    margin: 0 auto;
    margin-top: 23%;
    } 

    .milk-chocoycaramelo {
    background-image: radial-gradient(circle 29em at 30% 45%, #af6e00, #b37200, #9f5f00, #8c4d00, #824400);
    flex-direction: row;
}
.MilkChocho {
    width: 50%;
}
.MilkCaramelo {
    -webkit-mask-image: url(../img/mid1.svg);
    mask-image: url(../img/mid1.svg);
    mask-repeat: no-repeat;
    background-image: trasnparent;
    mask-position: 0%;
    width: 50%;
    height: auto;
    mask-size: 158%;
    z-index: 11;
    background-image: radial-gradient(circle 33em at 46% 45%, #f7ca84, #f6c06c, #f5b95c, #dc962e, #bb7a20);
}
.MilkCaramelo::before {
    display: none;
}
.Litro span {
    font-size: 1em;
}
.Nlitro p:nth-child(1) {
    /* background: red; */
    font-size: 3em;
}
.Nlitro p:nth-child(2) {
    font-size: 1em;
    padding: 0 5px;
    margin: 0 2px;
}
.boxTitleP {
    font-size: 2em;
}

.boxCantida {
    justify-content: space-evenly;
    width: 85%;
    flex-direction: row;
    margin: 10px auto;
}


.benefice {
    flex-direction: row;
}
.Benef-left {
    margin: 0 auto;
    width: 50%;
    padding: 0;
}
.Benef-right {
    mask-image: url(../img/mid.svg);
    background-size: cover;
    mask-size: cover;
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    mask-position: center;
}
.box-icon {
    width: 85%;
    margin: 3% auto;
}
.iconB {
    margin: 30px auto;
    width: 250px;
}
.iconB i {
    width: 60px;
    height: 60px;
    /* background: red; */
    margin: 0 12px;
}
.iconB p {
    margin: 0;
    font-size: 1.3em;
    line-height: 1;
    font-family: 'Teko';
    color: #ffffff;
    text-shadow: 2px 2px 0 #000000;
}
.titleBenf {
    font-size: 3em;
}

.box-COWCHconsejos {
    padding: 5%;
    flex-direction: row;
}

.boxCowch {
    width: 50%;
    padding-top: 15%;
}

.BOXfotoRRSS {
    margin: 0 auto;
    width: 320px;
    height: 28em;
    margin-top: 5%;
}
.carousel-buttons {
    width: 114%;
    left: 0;
    top: 20%;
    left: -8%;
}
.txtCN p:nth-child(1) {
    font-size: 4em;
}
.txtCN p:nth-child(2) {
    font-size: 3.2em;
}
.txtCN2 p:nth-child(1) {
    font-size: 1.8em;

}
.COWCH {
    width: 75%;
}
.CowchNube {
    width: 22em;
    top: 9%;
    left: 17%;
}


.box-FAQ {
    flex-direction: row;
}
.faq-right {
    width: 50%;
}
.fag-left {
    width: 40%;
}

.contfaq p:nth-child(1) {
    font-size: 2em;
}
.contfaq p:nth-child(1) span {
    font-size: 3em;
    margin: 0 10px;
}
.imagefaq span p {
        left: 12%;
        font-size: 3.9vw;
}

.descrip.cl-text11 {
    font-size: clamp(43px, 7em, 47px);
    top: clamp(0.5em, 99px, 20px);
}
.descrip.cl-text22 {
    top: clamp(1.8em, 99px, 20px);
    font-size: clamp(28px, 7em, 28px);
    height: 4em;
}
.descrip.cl-text33 {
    font-size: clamp(39px, 7em, 28px);
    top: clamp(1em, 99px, 20px);
}
.descrip.cl-text44 {
    font-size: clamp(30px, 4em, 21px);
    top: clamp(2em, 99px, 1.8em);
}
.descrip.cl-text55 {
font-size: clamp(1rem, 1vw + 1rem, 3rem);
top: clamp(2em, 99px, 1.8em);
}
.ini-comentario {
    top: -8vw;
    /* left: 8%; */
}
} 
  @media (min-width: 1200px) and (max-width: 1600px) {
    
    .product {
    width: 85%;
    margin: 0 auto;
    }
    .coach-surlat {
        height: 36em;
        width: 36em;
    }
    .titulo {
    font-size: 1.7em;
    height: 2.5em;
    left: 15%;
    width: 480px;
    }

    .descrip {
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1.1;
    top: 30%;
    left: 0;
    position: relative;
    height: 3em;
    }
    .QueEsProtein {
    width: 670px;
    margin: 0 auto;
    margin-top: 13%;
    } 

    .milk-chocoycaramelo {
    background-image: radial-gradient(circle 29em at 30% 45%, #af6e00, #b37200, #9f5f00, #8c4d00, #824400);
    flex-direction: row;
}
.MilkChocho {
    width: 50%;
}
.MilkCaramelo {
    -webkit-mask-image: url(../img/mid1.svg);
    mask-image: url(../img/mid1.svg);
    mask-repeat: no-repeat;
    background-image: trasnparent;
    mask-position: 0%;
    width: 50%;
    height: auto;
    mask-size: 144%;
    z-index: 11;
    background-image: radial-gradient(circle 33em at 46% 45%, #f7ca84, #f6c06c, #f5b95c, #dc962e, #bb7a20);
}
.MilkCaramelo::before {
    display: none;
}
.Litro span {
    font-size: 1.4em;
}
.Nlitro p:nth-child(1) {
    /* background: red; */
    font-size: 3.5em;
}
.Nlitro p:nth-child(2) {
    font-size: 1.4em;
    padding: 0 5px;
    margin: 0 2px;
}
.boxTitleP {
    font-size: 3em;
}

.boxCantida {
    justify-content: space-evenly;
    width: 86%;
    flex-direction: row;
    margin: 10px auto;
}


.benefice {
    flex-direction: row;
}
.Benef-left {
    margin: 0 auto;
    width: 50%;
    padding: 0;
}
.Benef-right {
    mask-image: url(../img/mid.svg);
    background-size: cover;
    mask-size: cover;
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    mask-position: center;
}
.box-icon {
    width: 85%;
    margin: 3% auto;
}
.iconB {
    margin: 30px auto;
    width: 250px;
}
.iconB i {
    width: 60px;
    height: 60px;
    /* background: red; */
    margin: 0 12px;
}
.iconB p {
    margin: 0;
    font-size: 1.3em;
    line-height: 1;
    font-family: 'Teko';
    color: #ffffff;
    text-shadow: 2px 2px 0 #000000;
}
.titleBenf {
    font-size: 3em;
}

.box-COWCHconsejos {
    padding: 5%;
    flex-direction: row;
}

.boxCowch {
    width: 40%;
    padding-top: 10%;
    margin: 0 auto;
}

.BOXfotoRRSS {
    margin: 0 auto;
    width: 50%;
    height: 28em;
    margin-top: 5%;
}
.carousel-buttons {
    width: 114%;
    left: 0;
    top: 20%;
    left: -8%;
}
.txtCN p:nth-child(1) {
    font-size: 4em;
}
.txtCN p:nth-child(2) {
    font-size: 3.2em;
}
.txtCN2 p:nth-child(1) {
    font-size: 1.8em;

}
.COWCH {
    width: 75%;
}
.CowchNube {
    width: 22em;
    top: 9%;
    left: 17%;
}

.p-left {
    width: 40em;
}

.p-right {
    width: 52em;
}


.box-FAQ {
    flex-direction: row;
    width: 85%;
}
.faq-right {
    width: 50%;
}
.fag-left {
    width: 40%;
}

.contfaq p:nth-child(1) {
    font-size: 2em;
}
.contfaq p:nth-child(2) {
    font-size: 1.19em;
}
.imagefaq span p {
        left: 11%;
        font-size: 3.4vw;
}
.contfaq p:nth-child(1) span {
    font-size: 3em;
    margin: 0 10px;
}

.descrip.cl-text11 {
    font-size: clamp(2.5rem, 1vw + 1.8rem, 3rem);
    top: clamp(0.5em, 99px, 20px);
}
.descrip.cl-text22 {
    top: clamp(1.5em, 99px, 20px);
    font-size: clamp(1rem, 0.7vw + 1rem, 3rem);
    height: 4em;
}
.descrip.cl-text33 {
    font-size: clamp(39px, 7em, 28px);
    top: clamp(1em, 99px, 20px);
}
.descrip.cl-text44 {
    font-size: clamp(1rem, 0.8vw + 1rem, 3rem);
    top: clamp(1.8em, 100px, 1.4em);
}
.descrip.cl-text55 {
    font-size: clamp(1rem, 0.9vw + 1rem, 3rem);
    top: clamp(2em, 99px, 1.8em);
}
.ini-comentario {
    top: -6em;
    /* left: 8%; */
}
} 
  @media (min-width: 1601px) and (max-width:1920px) {
    
    .product {
    width: 85%;
    margin: 0 auto;
    }
    .coach-surlat {
        height: 36em;
        width: 36em;
    }
    .titulo {
    font-size: 1.7em;
    height: 2.5em;
    left: 15%;
    width: 480px;
    }

    .descrip {
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1.1;
    top: 30%;
    left: 0;
    position: relative;
    height: 3em;
    }
    .QueEsProtein {
    width: 670px;
    margin: 0 auto;
    margin-top: 13%;
    } 

    .milk-chocoycaramelo {
    background-image: radial-gradient(circle 29em at 30% 45%, #af6e00, #b37200, #9f5f00, #8c4d00, #824400);
    flex-direction: row;
}
.MilkChocho {
    width: 50%;
}
.MilkCaramelo {
    -webkit-mask-image: url(../img/mid1.svg);
    mask-image: url(../img/mid1.svg);
    mask-repeat: no-repeat;
    background-image: trasnparent;
    mask-position: 0%;
    width: 50%;
    height: auto;
    mask-size: 137%;
    z-index: 11;
    background-image: radial-gradient(circle 33em at 46% 45%, #f7ca84, #f6c06c, #f5b95c, #dc962e, #bb7a20);
}
.MilkCaramelo::before {
    display: none;
}
.Litro span {
    font-size: 2em;
}
.Nlitro p:nth-child(1) {
    /* background: red; */
    font-size: 4em;
}
.Nlitro p:nth-child(2) {
    font-size: 1.5em;
    padding: 0 5px;
    margin: 0 2px;
}
.boxTitleP {
    font-size: 5em;
    margin: 0;
    padding-top: 5%;
}

.boxCantida {
    justify-content: space-evenly;
    width: 75%;
    flex-direction: row;
    margin: 10px auto;
}


.benefice {
    flex-direction: row;
}
.Benef-left {
    margin: 0 auto;
    width: 50%;
    padding: 0;
}
.Benef-right {
    mask-image: url(../img/mid.svg);
    background-size: cover;
    mask-size: cover;
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    mask-position: center;
}
.box-icon {
    width: 85%;
    margin: 3% auto;
}
.iconB {
    margin: 30px auto;
    width: 250px;
}
.iconB i {
    width: 60px;
    height: 60px;
    /* background: red; */
    margin: 0 12px;
}
.iconB p {
    margin: 0;
    font-size: 1.3em;
    line-height: 1;
    font-family: 'Teko';
    color: #ffffff;
    text-shadow: 2px 2px 0 #000000;
}
.titleBenf {
    font-size: 3em;
}

.box-COWCHconsejos {
    padding: 5%;
    flex-direction: row;
    width: 85%;
    margin: 0 auto;
}

.boxCowch {
    width: 40%;
    padding-top: 10%;
    margin: 0 auto;
}

.BOXfotoRRSS {
    margin: 0 auto;
    width: 50%;
    height: 28em;
    margin-top: 5%;
}
.carousel-buttons {
    width: 114%;
    left: 0;
    top: 20%;
    left: -8%;
}
.txtCN p:nth-child(1) {
    font-size: 4em;
}
.txtCN p:nth-child(2) {
    font-size: 3.2em;
}
.txtCN2 p:nth-child(1) {
    font-size: 1.8em;

}
.COWCH {
    width: 75%;
}
.CowchNube {
    width: 22em;
    top: 9%;
    left: 17%;
}

.p-left {
    width: 40em;
}

.p-right {
    width: 52em;
}


.box-FAQ {
    flex-direction: row;
    width: 80%;
}
.faq-right {
    width: 50%;
}
.fag-left {
    width: 40%;
}

.contfaq p:nth-child(1) {
    font-size: 2em;
}
.contfaq p:nth-child(2) {
    font-size: 1.19em;
}
.imagefaq span p {
        left: 12%;
        font-size: 3.1vw;
}

.contfaq p:nth-child(1) span {
    font-size: 3em;
    margin: 0 10px;
}

.descrip.cl-text11 {
    font-size: clamp(2.5rem, 1vw + 1.8rem, 3rem);
    top: clamp(0.5em, 99px, 20px);
}
.descrip.cl-text22 {
    top: clamp(1.5em, 99px, 20px);
    font-size: clamp(1rem, 0.7vw + 1rem, 3rem);
    height: 4em;
}
.descrip.cl-text33 {
    font-size: clamp(39px, 7em, 28px);
    top: clamp(1em, 99px, 20px);
}
.descrip.cl-text44 {
    font-size: clamp(1rem, 0.8vw + 1rem, 3rem);
    top: clamp(1.8em, 100px, 1.4em);
}
.descrip.cl-text55 {
    font-size: clamp(1rem, 0.9vw + 0.8rem, 3rem);
    top: clamp(2em, 99px, 1.8em);
}
.ini-comentario {
    top: -6em;
    /* left: 8%; */
}
} 