:root {

    /* Fuentes y colores */
    --main-font-face: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu;    
    --primary-font-size: 18px;
    --secondary-font-size: 18px;
    --form-font-size: 18px;
    
    /* Ancho de pantalla */
    --primary-width: 1100px;
    --secondary-width: 900px;
    --terciary-width: 600px;
    
    /* Altura Headder */
    --header-height: 100px;
    
}


body {
    font-family: var(--main-font-face);
    margin: 0px;
    color: #2D2424;
    font-size: 16px;
    overflow-x: clip;
}


input, textarea, button {
    font-family: var(--main-font-face);
    font-size: var(--form-font-size);
}


.glowing {
    animation: glowing 2300ms infinite;
    margin-top: -14px;
}


@keyframes glowing {
        0% {
          background-color: #15ab7d;
          box-shadow: 0 0 5px #15ab7d;
        }
        50% {
          background-color: #35aa87;
          box-shadow: 0 0 20px #35aa87;
        }
        100% {
          background-color: #78d1b6;
          box-shadow: 0 0 5px #78d1b6;
        }
      }

   
.scroll-watcher {
    height:10px;
    position:fixed;
    top: 0px;
    z-index: 1000;
    background-color: #00C6ED;
    width: 100%;
    scale: 0 1;
    transform-origin: left;
    animation: scroll-watcher linear;
    animation-timeline: scroll(y);
}





@keyframes scroll-watcher {
    to {scale: 1 1;}
}

.header {
    height: var(--header-height);
    width: 100%;
    display: flex;
    flex-flow: column wrap;
}


.logoHead{
    margin-top: 25px;
    width: 300px;
}

.menuHead {
    padding-right: 20px;
    vertical-align: middle;
    height: var(--header-height);
    display: flex;
    justify-content: right;
}

.menuHeadOption {
    min-width: 150px;
    padding-top: 35px;
    text-align: center;
    cursor: pointer;
    /* border: 1px solid black; */
}


.menuHeadOption a {
    text-decoration: none;
    color:#2D2424;
    margin-left: 50px;
    margin-right: 50px;
}

.menuHeadOption:hover a {
    color: #4ebbe5;
}

.botonAcceso {
    background-color: #15ab7d;
    border-color: #15ab7d;
    color: white;
    min-width: 140px;
    padding: 1em 1em;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}


#botonAcceso:hover {
    background-color: #1cd59c;
}

.botonContacto {
    background-color: #FAFAFA;
    border-color: #FAFAFA;
    color: #2EACCA;
    min-width: 140px;
    padding: 10px;
    font-size: 12px;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}


botonContacto:hover {
    background-color: #FFFFFF;
}


.container {

}



/* 1. Frontal */

.title1 {
    color: #00C6ED;
    font-family: "Mazzard";
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
}

.title2 {
    margin-top: 10px;
        margin-top: 40px;
        color: #057EAD;
    font-family: "Mazzard";
    font-size: 60px;
    line-height: 1em;
}

.contentMainText {
    margin-top: 15px;
    margin-top: 55px;
    font-size: 16px;
    max-width: 600px;
}

.homeFront {
    display: block;
    background-image: url('./img/home2.jpg');
    width: 100%;
    min-height: 680px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}

.leftPadding10 {
    padding-left: 10%;
}

.centeredBoxes {
    padding-top:120px;
    display: table;
    justify-self: center;
    width: var(--primary-width);
    position: absolute;
}

.centeredBoxItem {
    display: table-cell;
    width: 320px;
    min-height: 200px; 
    padding-left: 20px; 
    padding-right: 20px; 
}


.boxIt1 {
    position: relative;
    right: 600px; 
    opacity: 0.3;
    animation: b-scroll-right linear forwards;
    animation-duration: 1s;
}

.boxIt2 {
    position: relative;
    top: 600px; 
    opacity: 0.3;
    animation: b-scroll-up linear forwards;
    animation-duration: 1s;
}

.boxIt3 {
    position: relative;
    left: 600px; 
    opacity: 0.3;
    animation: b-scroll-left linear forwards;
    animation-duration: 1s;
}

@keyframes b-scroll-up {
    to { top: 0px; opacity: 1;}

}
@keyframes b-scroll-left {
    to { left: 0px; opacity: 1;}

}
@keyframes b-scroll-right {
    to { right: 0px; opacity: 1;}

}



.centeredBoxItemInner {
    text-align: center;
    padding: 30px 20px 40px 20px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.centeredBoxItemInner img {
    margin-top:25px;
    margin-bottom:25px;
    height: 80px;
    width: 80px;
    border: 0.5px solid white;
    
}

.fontB18 {
    font-weight: bold;
    font-size: 22px;
     font-family: "Urbanist", sohne, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fontN12 {
    font-size: 14px;
}

.fontN18 {
    font-size: 18px;
}


.fontW12 {
    font-size: 12px;
    color: white;
}

.sectionTitle {
    padding-top: 60px; 
    font-weight: bold;
    font-size: 33px;
    font-family: "Urbanist", sohne, "Helvetica Neue", Helvetica, Arial, sans-serif

}


.sectionDesc {
    padding-top: 10px;
    font-size: 18px;
    padding-bottom:30px;
}


/* 2. Mas que receta */

.masQueReceta {
    margin-top: 300px;
    background-color: #F6FFFC;
    background-image: url('img/fondo02.jpg');
    background-size: contain;
}


.masQueRecetaInner {
     width: var(--primary-width);
     justify-self: center;
     padding-bottom: 45px;
}

.featureTable {
    display: table;
    justify-self: center;
    width: var(--primary-width);
}

.featureTableRow {
    display:table-row;
}


.featureItem {
    display: table-cell;
    width: 400px;
    min-height: 180px; 

    justify-self: center;
    padding: 20px;
    
    
    scale: .6; opacity: 0;
    animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range:  100px 400px; 
}


.featureTable2 {
    display: table;
    justify-self: center;
    width: var(--primary-width);    
    border-spacing: 30px;
}

.featureTable2Row {
    display:table-row;
}


.featureItem2 {
    display: table-cell;
    width: 400px;
    min-height: 180px; 
    background: #FFFFFF;

    justify-self: center;
    padding: 50px 50px 30px 50px;
    
    
    scale: .6; opacity: 0;
    animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range:  100px 400px; 
    
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin:10px;
}

.featureItem2:hover {
    background: #edfaff !important;

}

.featureItem2B  {
    background:#F5F1EC !important;

}

.featureItem2B:hover {
    background:#fff9f2  !important;

}


.featureItem2Title {

    font-family: "Mazzard";
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    color: #0A6182;
    padding-left: 90px;
    height: 70px;
}

.featureItem2Sub {
    font-size: 18px;
    color: #0A6182;
    padding-bottom: 20px;
        min-height: 65px;
}

.featureItem2Content {
    font-size: 16px;
    color: #4D545A;
    padding-left: 30px;
    lin
}

.featureItem2Content fIBR {
    content: "";
  margin: 2em;
  display: block;
  font-size: 70%;
}

.featureItem2Img {
    position: absolute;
    margin-top: 5px;
}

.featureItem2Img img {
    width:60px;
    height: 60px;

}

@keyframes fade-in {
    to { scale: 1; opacity: 1;}
}



.featureItemInner {
    background-color: white;
    padding-left: 20px; 
    padding-right: 20px; 
    border-radius: 12px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 120px;
   min-height: 125px;
}

.featureItemInner:hover {
    background-color: #4EBBE5;
    color: white;
}

.featureItemInner:hover .fIITitle{
    color: white;
}

.featureItemInner:hover .fIIIcon{
    background-color: white;
}

.fIII2con {
  
  height: 10px;
  width: 10px;
  margin: 5px 10px 0px 0px;
  border: 1px solid #95E5F5;
  clear: both;
  background-color: #95E5F5;
      position: absolute;
          left: 60px;

}

.fIIIcon {
  float: left;
  height: 15px;
  width: 15px;
  margin: 5px 10px 0px 0px;
  border: 1px solid #95E5F5;
  clear: both;
  background-color: #95E5F5;
}

.fIITitle {
    font-weight: bold;
    font-size: 18px;
    color: #0A6182;
    padding-top: 5px;
    padding-top: 20px;
     font-family: "Urbanist", sohne, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fIIText {
    font-size: 16px;
    padding: 5px 0px 10px 0px;
    padding: 7px 0px 10px 0px;
        margin-left: 27px;
}



/* 3. Demostracion */
.demoReceta {
    margin-top: 50px;
    background-color: #FFFFFF;
    
}

.demoRecetaInner {
    width: var(--primary-width);
    justify-self: center;
}

.video-container {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.demoRecetaInnerLeft {
    display:table-cell; width: 250px; vertical-align: top;
    width: 300px; 
}

.demoRecetaInnerRight {
    display:table-cell; float:right;padding-right:20px;padding-top:50px; vertical-align: top;
}



/* 4. Clientes */
.clientesPartners {
    margin-top: 50px;
    background-color: #F5F5F5;
    padding-top: 50px;
}

.clientesPartnersInner {
    width: var(--primary-width);
    justify-self: center;
    padding-bottom: 50px;
}

.clientesPartnersInnerImg {
    width: 95%;
    padding-bottom: 60px;
    justify-self: center;
}

.clientesPartnersInnerImgList {
    display:table; 
    width: 100%;
}

.clientLogo {
    display: table-cell;
    justify-self: center;
}

.clientLogo img {
     height: 130px;
    filter: grayscale(1);
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.clientLogo:hover img {
    filter: grayscale(0);
}


/* 5. Seguridad */
.seguridad {
    margin-top: 50px;
    background-color: #FFFFFF;
    margin-bottom: 50px;
    

}

.seguridadRightImg {
   position: absolute;
    left: 65%;
    height: 700px;
    margin-top: 90px;
}


.seguridadInner {
    width: var(--secondary-width);  
    justify-self: center;
   
   

}

.seguridadItem {
    display: table-row;
    height: 130px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #D5F2FC;   
    position: relative;
    right: 800px; 
    opacity: 0.3;
    animation: scroll-right linear forwards;
    animation-timeline: view();
    animation-range:  10px 400px; 
    
    
}


@keyframes scroll-right {
    to { right: 0px; opacity: 1;}
}


.seguridadItem:hover {
    background-color: #f8fDfD;
}

.seguridadItemTitle {
    font-weight: bold;
    font-size: 22px;
    color: #0A6182;
    padding: 10px 0px 10px 10px;
        padding: 15px 0px 12px 17px;
         font-family: "Urbanist", sohne, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.seguridadItemText {
    color: #3E3232;
    font-size: 16px;
    padding: 0px 15px 22px 19px;
    margin-right: 250px;
}


.seguridadItemImg {
    position: absolute;
    float: right;
    width: 300px;
    right: 0px;
    top: 0px;
     
    
}

.seguridadItemImg {
    max-width: 200px;
}

.seguridadImage {
     width: 400px;
}

.seguridadImage img{
    width:260px;
    height:490px;
   
}


.seguridadTable {
    display:table; 
    padding-bottom:30px;
    vertical-align: top;
}

.seguridadRP {
    width: 250px;
    display:table-cell;
}
                


/* 6. Temas Relacionados */
.relacionados {
    margin-top: 50px;
    padding-top:30px;
    background-color: #F6FFFC;
    background-image: url("img/relacionados.jpg");
    background-size: cover;
    min-height: 700px;
}

.relacionadosInner {
    width: var(--primary-width);
    justify-self: center;
}

.relatedItems {
    padding-top: 20px;
    padding-bottom: 20px;
    width: var(--primary-width);
}

/* 7. Contacto */
.contacto {
    padding-top: 10px;
    background-color: #F6FFFC;
    padding-bottom: 40px;
    padding-bottom: 60px;
}

.contactoInner {
    width: var(--primary-width);
    justify-self: center;
    
}

.contactoInner a {
    color: #2D2424;
    text-decoration: none;
}

.contactoInnerTable {
    display:table; 
    border-spacing: 30px 0px; 
    margin-top:10px;
    width: 100%;
    justify-self: center;
    align-content: center;
}

.contactInnerBox1 {
    background-color: #95E5F5;
    display:table-cell; 
    width: 50%;
    width: 450px;
    height:75px;
    font-size: 16px;
}

.contactInnerBox2 {
    background-color: #D2F4F9;
    display:table-cell; 
    width: 50%;
    width: 750px;
    height:75px;
    font-size: 16px;
}

.contactRounded {
    width: 150px;
    border: 0.5px solid #B5BEC5;
    padding: 5px 20px 5px 20px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 16px;
     font-family: "Urbanist", sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
     background: rgba(200,200,255,0.3);
}

.contactInnerForm {
    vertical-align: top;
    background-color: #F5F5F5;
    width: 100%;
}

.contactInnerFormRow {
     background-color: white; /* #F5F5F5; */
     color: #2D2424;
     height: 50px;
     width: 90%;
}

.contactInnerFormRow input {
     padding-left: 5px;
     border: none;
     height:50px;
     width: 100%;
     background: none;
}

.contactInnerFormRow textarea {
     padding-left: 5px;
     border: none;
     height:130px;
     width: 100%;
     background: none;
}

/* Footer */

.footer {
    background-color: #07404b;
}

.footerInner {
    width: var(--secondary-width);
    justify-self: center;
    display: table;
    min-height:600px;
}

.footerInnerCell {
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 30px;
    vertical-align: top;
    width: 50%;
}

.footerImages {
    display: table;
    justify-self: right; 
}

.footerImages img {
    height: 200px;
    margin-left: 20px;
    box-shadow: rgba(210, 210, 210, 0.24) 0px 3px 8px;
}

.footerInnerBlack {
    display:block;
    width:100%;
    float: left;
    height: 32px;
    background: black;
    color: white;
    align-content: center;
    text-align: center;
    font-size:12px;    
    
}

.footerInnerBlack a {
    text-decoration:none;
    color: white;
}

.footerInnerBlack a:visited {
    text-decoration:none;
    color: white;
}

.footerHead {
    width: 100%;
    float:left;
    padding-top:40px;
    padding-bottom: 40px;
}

.footerRow1 {
    display: table-row;
    padding:10px;
}

.footerCell1 {
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 30px;
    vertical-align: top;
    color: #cbd5d8;
    align-content:left;
    text-align: left;
    font-size:20px;
}

.footerCell2 {
    align-content:right;
    text-align: right;
    vertical-align: bottom;
}

.footerCellImg {
    margin-bottom:10px;

}


.footerCellText {
    line-height:40px;
        font-size:18px;
}

.footerCellText a{
    text-decoration: none;
    color: #cbd5d8;
}

.footerCellImg img {
    width: 100px;
    height: 100px;
}

.footerCite {
    font-size:22px;
    color: #fafafa;
}



@media (max-width: 1024px) {

    .menuHead {
        display:none;
    }

}

@media (max-width: 600px) {

    .container {
        max-width: 600px;
       
    }
    .homeFront {
        background-image: url('./img/fondo03.jpg');
       background-size: auto;
    }
    
    .title2 {
        font-size:40px;
    }

    .centeredBoxes {
        width: 90%;
        min-height: 100px;
        justify-self: center;
        display: table;
        border-spacing: 0px 20px; 
        padding-top: 0px;
    }
    .centeredBoxItem {
        display: table-row;
    }
    .featureIcon {
        display:block; height: 10px;
    }
    
     .featureIcon img {
        position: absolute;
        width: 30px;
        height: 30px;
        margin-left: -48%;
        margin-top: -10%;
     }
     
     .masQueReceta {
            margin-top: 420px;
            background-size: cover;
     }
     
     .masQueRecetaInner {
        width: 100%;
     }
     
     .featureTable2 {
        width: 85%;
        border-spacing: 0px 20px; 
        
     }
     
     .featureTable2Row {
        display: block;
        border-spacing: 0px 20px; 
     }
     
     .featureItem2 
     {
        display: table-row !important;
        border-spacing: 0px 20px !important; 
        
     }
     
     .featureItem2Img {
        margin-top: 7px;
        margin-left: 7px;
     }
     
     .featureItem2Title {
        font-size: 20px;
    }
    
    .featureItem2Sub {
        width: 95%;
        padding-left: 15px;
     }
     
     .featureItem2Content {
        padding-left: 50px;
        margin-right: 25px;
     }
     
     .fIII2con {
        left: 28px;
     }
     
     .masQueRecetaInner {
        
     }
     
     .sectionTitle {
        padding-left: 40px;
     }
     
     .sectionDesc {
        padding-left: 40px;
        padding-bottom: 0px;
     }
     
     .demoRecetaInner{
        width: 100%;
     }
     
     .demoRecetaInnerLeft {
        display:table-row;
    }

    .demoRecetaInnerRight {
        display:table-row; 
        padding-right: 20px;
    }
    
    .demoRecetaInnerRight iframe{
        width: 350px;
        height: 250px;
        justify-self: center;
    }
    
    .demoRecetaInnerLeft .botonAcceso {
        margin-left: 30px; 
        margin-top: 20px;
    }
    
    .clientesPartnersInner {
        width:100%;
    }
    
    .clientesPartnersInner .sectionTitle {
        width: 90% !important;
        text-align: center;
        display: table-row !important;
    }
    
    .clientesPartnersInner .sectionDesc {
        padding-left: 30px !important;
        padding-right: 30px !important;
        width: 90% !important;
        text-align: center;
    }
    
    .clientesPartnersInnerImgList {
        display:block; 
        width: 90%;
        }
    
    .clientLogo {
        display: contents;
    }
    
    .clientLogo img {
        width: 60px;
        height: 60px;
        padding: 5px;
        
    }
    
    .seguridadInner {
        width: 100%;
    }
    
    .seguridadInner .sectionTitle {
        width: 90% !important;
    }
    
    .seguridadInner .sectionDesc {
        padding-left: 30px !important;
        padding-right: 10px !important;
    }
    
    .seguridadImage {
        display: none !important;
    }
    .seguridadItemImg {
        display: none !important;
    }
    .seguridadItemTitle {
        font-size: 20px;
    }
        
    .seguridadTable {
        width: 95%;
        justify-self: center;
            margin-left: 10px;
    }
    
    .seguridadRP {
        width: 10px;
    }
    
    .seguridadRightImg {
        display:none;
    }
    
    .seguridadItem {
        width: 95%;
    }
    
    .seguridadItemText {
        margin-right: 0px;
    }
    
    .relacionadosInner {
        width: 100%;
    }
    
    
    .contactoInner {
        width: 100%;
    }
    
    .contactoInner .fontN12{
        padding-left:40px;
        padding-top:10px;
    }
    
    .contactoInnerTable {
       border-spacing: 15px 0px;
    }
    
    .contactInnerBox1 {
                 display: block !important;
        width: 90%;
        padding-bottom:20px;
        
    }
    
    .contactInnerBox2 {
    margin-top:10px;
                 display: block !important;
        width: 90%;
         padding-bottom:10px;
    }
    
    .contactMap {
        display: none !important;
    }
     
     .footerInner {
        width: 90%;
     }
     
     .footerImagesLogo {
        width: 150px;
     }
     
     .footerInnerBlack {
        height: 60px;
     }
     
     .footerInnerBlack a {
        font-size: 10px;
     }
     
      .footerInnerCell {
        padding-left:20px;
      }
      
      .footerInnerCell2 {
        width: 30% !important;
      }
      
     .footerImages img {
        height: 100px;
     }
      
      .footerInnerCell a {
        display:none;
      }
     
     .footerCellText {
    line-height:40px;
        font-size:12px;
}
     
     .botonAcceso {
            padding: 0.5em 1em; 
    }
     
}
