@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Varela+Round);





*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 
html{
    scroll-behavior: smooth;
}


:root {
    /* --padding-container: 90px 0; */
    --padding-container: 30px 0;
    --banner-container:  0;
    --color-title: #02708f;
}

body {
    font-family: 'Poppins', sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
   /*  padding: var(--padding-container);*/
}

.h2{font: normal 14px Varela Round, sans-serif;}

#kontiene{ text-align: center;}


#cambiarIdioma {
    font: normal 14px Varela Round, sans-serif;
    position: relative;
    width: 150px;
    height: 40px;
    background-color: #02708f;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block; /* Cambiar a inline-block */
  }
  
  
  #cambiarIdioma::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -4px;
    top: -1px;
    margin: auto;
    width: 158px;
    height: 48px;
    border-radius: 5px;
    background: linear-gradient(-45deg, #ff0000 0%, #00f7ff 100% );
    z-index: -10;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  #cambiarIdioma::after {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background: linear-gradient(-45deg, #ff0000 0%, #00f7ff 100% );
    transform: translate3d(0, 0, 0) scale(0.95);
    filter: blur(20px);
  }
  
  #cambiarIdioma:hover::after {
    filter: blur(30px);
  }
  
  #cambiarIdioma:hover::before {
    transform: rotate(-180deg);
  }
  
  #cambiarIdioma:active::before {
    scale: 0.7;
  }
  
  



/* Testimony *//* Testimony *//* Testimony *//* Testimony *//* Testimony *//* Testimony */

/* Testimony *//* Testimony *//* Testimony *//* Testimony *//* Testimony *//* Testimony */


  



/* Testimony *//* Testimony *//* Testimony *//* Testimony *//* Testimony *//* Testimony */



/* inspired form gumroad website */





.testimony{
    background-color: hsl(182, 100%, 50%,);
    
    /*#ffab7a;*/
    width: 100%;
  height: 100%;
  --s: 200px; /* control the size */

  --_g: #b9faff 25%, hsl(184, 100%, 88%) 0 50%, #0000 0;
  --_l1: rgb(206, 241, 255) 0 1px, #0000 0 calc(25% - 1px), rgb(199, 239, 255) 0 25%;
  --_l2: rgb(195, 238, 255) 0 1px, #0000 0 calc(50% - 1px), rgb(189, 236, 255) 0 50%;
  background: repeating-linear-gradient(45deg, var(--_l1)),
    repeating-linear-gradient(-45deg, var(--_l1)),
    repeating-linear-gradient(0deg, var(--_l2)),
    repeating-linear-gradient(90deg, var(--_l2)),
    conic-gradient(from 135deg at 25% 75%, var(--_g)),
    conic-gradient(from 225deg at 25% 25%, var(--_g)),
    conic-gradient(from 45deg at 75% 75%, var(--_g)),
    conic-gradient(from -45deg at 75% 25%, var(--_g)),
    repeating-conic-gradient(rgb(193, 238, 255)  0 45deg, rgb(203, 240, 255)  0 90deg);
  background-size: var(--s) var(--s);
    
}

.testimony__container{
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    gap: 1em;
    align-items: center;
    
}

.testimony__body{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
   /*grid-template-columns: 1fr max-content;*/

    justify-content: space-between;
    align-items: center;
    gap: 2em;
    grid-column: 2/3;
    grid-row: 1/2;
    opacity: 0;
    pointer-events: none;
}


.testimony__body__dos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
   /*grid-template-columns: 1fr max-content;*/

    justify-content: space-between;
    align-items: center;
    gap: 2em;
    grid-column: 2/3;
    grid-row: 1/2;
    opacity: 0;
    pointer-events: none;
}


.testimony__body__tres{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
   /*grid-template-columns: 1fr max-content;*/

    justify-content: space-between;
    align-items: center;
    gap: 2em;
    grid-column: 2/3;
    grid-row: 1/2;
    opacity: 0;
    pointer-events: none;
}



.testimony__body--show{
    pointer-events: unset;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}


.testimony__body--show__dos{
    pointer-events: unset;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}

.testimony__body--show__tres{
    pointer-events: unset;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}
.testimony__img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 30%;
  
   /* codigo añadido quitar si se daña*/
    grid-column: 2/3;
    grid-row: 1/2;
    /* codigo añadido quitar si se daña*/
}




.testimony__texts{
    max-width: 700px;
   
    
}

.testimony__course{
    background-color: royalblue;
    color: #fff;
    display: inline-block;
    padding: 5px;
}



.testimony__arrow{
    width: 90%;
    cursor: pointer;
}






 /*padding: 0;
    transition: padding .3s;
    border: 1px solid #00c6ff;
    border-radius: 6px;
    background: #FFF;*/
    
  
    
     
.banner{
    text-align: center;
   
}


.banner__container{

/**/
    position: grid; 
/**/
     grid-template-columns: 1fr 1fr 1fr;
     grid-template-rows: 1fr;
    display: grid;  
    gap: 2em;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    padding-left: 10px; 
    padding-right: 10px;
   
    
    
}


.banner__padding{
   

    background: #FFF;
    cursor: pointer;
    border: none;
    padding: 16px 32px;
    color: azure;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    border-radius: 6px;
    grid-column: 1/4;
    grid-row: 1/2;
}

.banner__padding:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
   
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, red, #00f7ff, deeppink, #00f7ff , red, #00f7ff , deeppink, #00f7ff );
    background-size: 800%;
    border-radius: 12px;
    filter: blur(8px);
    animation: glowing 20s linear infinite;
    
    
}

.banner__padding:hover .questions__title {
    opacity: 0;;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

    
.banner__image {
    margin: auto;
    padding: 0px;
    align-items: center;
    grid-column: 1/3;
    grid-row: 1/2;

    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantiene las proporciones originales de la imagen sin distorsionar */
    /*filter: blur(5px); *//* Inicialmente desenfocada */
    transition: filter 0.5s ease; /* Transición suave para el efecto de enfoque */
    
}

.rectangulo{
    position: relative;
    background: black;
    width: 50%;
    height: 100%;
    padding:0;
    margin: 0;
    z-index: 7;
    grid-column: 1/3;
    grid-row: 1/2;
}


.banner__padding:hover .banner__image {
    filter: blur(0); /* Al hacer hover, eliminamos el desenfoque */
    
    
}
.rectangulo{
    position: relative;
    background: black;
    width: 50%;
    height: 100%;
    padding:0;
    margin: 0;
    z-index: 7;
    grid-column: 1/3;
    grid-row: 1/2;
}

.banner__title {
    position: relative;
    font-size: 50px;
    padding: 50px 0 30px;
    cursor: pointer;
    align: center;
    justify-content: space-between;
    
}







@keyframes tipsy {
    0 {
      transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
  }
  
  .c {
    font-family: helvetica, arial, sans-serif;
    background-color: #2e2e31;
  }
  
  .er {
      
    font: normal 140px Varela Round, sans-serif;
    display: grid;
    grid-column:3/4 ;
    grid-row: 1/2 ;
    color: #ffffff;
    text-shadow: 0 5px 10px #131314, 0 10px 15px #101011;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1em;
  }
  
  .er:before,
  .er:after {
    content: '';
    padding: .9em .4em;
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    display: block;
    border: 5px solid red;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    animation: 10s infinite alternate ease-in-out tipsy;
  }
  
  .er:before {
    border-color: hsl(255, 255, ) #ff0d00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    z-index: -1;
  }
  
  .er:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) hsl(182, 100%, 50%) hsl(182, 100%, 50%);
    box-shadow: 10px 10px 10px rgba(46, 46, 49, .8);
  }

















h1 {

    display: flex;
    z-index: 15;
    color: hsla(0, 0%, 0%, .9);
    font: normal 140px Varela Round, sans-serif;
    height: 140px;
    left: 0;
    letter-spacing: 5px;
    margin: -80px 0 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
    animation: move linear 2000ms infinite;  
  }
  
  @keyframes move {
    0% {
      text-shadow:
        4px -4px 0 hsla(0, 100%, 50%, 1), 
        3px -3px 0 hsla(0, 100%, 50%, 1), 
        2px -2px 0 hsla(0, 100%, 50%, 1), 
        1px -1px 0 hsla(0, 100%, 50%, 1),
        -4px 4px 0 hsla(180, 100%, 50%, 1), 
        -3px 3px 0 hsla(180, 100%, 50%, 1), 
        -2px 2px 0 hsla(180, 100%, 50%, 1), 
        -1px 1px 0 hsla(180, 100%, 50%, 1)
      ;
    }
    25% {    
      text-shadow:      
        -4px -4px 0 hsla(180, 100%, 50%, 1), 
        -3px -3px 0 hsla(180, 100%, 50%, 1), 
        -2px -2px 0 hsla(180, 100%, 50%, 1), 
        -1px -1px 0 hsla(180, 100%, 50%, 1),
        4px 4px 0 hsla(0, 100%, 50%, 1), 
        3px 3px 0 hsla(0, 100%, 50%, 1), 
        2px 2px 0 hsla(0, 100%, 50%, 1), 
        1px 1px 0 hsla(0, 100%, 50%, 1)      
      ;
    }
    50% {
      text-shadow:
        -4px 4px 0 hsla(0, 100%, 50%, 1), 
        -3px 3px 0 hsla(0, 100%, 50%, 1), 
        -2px 2px 0 hsla(0, 100%, 50%, 1), 
        -1px 1px 0 hsla(0, 100%, 50%, 1),
        4px -4px 0 hsla(180, 100%, 50%, 1), 
        3px -3px 0 hsla(180, 100%, 50%, 1), 
        2px -2px 0 hsla(180, 100%, 50%, 1), 
        1px -1px 0 hsla(180, 100%, 50%, 1)
      ;
    }
    75% {
      text-shadow:
        4px 4px 0 hsla(180, 100%, 50%, 1), 
        3px 3px 0 hsla(180, 100%, 50%, 1), 
        2px 2px 0 hsla(180, 100%, 50%, 1), 
        1px 1px 0 hsla(180, 100%, 50%, 1),
        -4px -4px 0 hsla(0, 100%, 50%, 1), 
        -3px -3px 0 hsla(0, 100%, 50%, 1), 
        -2px -2px 0 hsla(0, 100%, 50%, 1), 
        -1px -1px 0 hsla(0, 100%, 50%, 1)      
      ;
    }
    100% {
      text-shadow:
        4px -4px 0 hsla(0, 100%, 50%, 1), 
        3px -3px 0 hsla(0, 100%, 50%, 1), 
        2px -2px 0 hsla(0, 100%, 50%, 1), 
        1px -1px 0 hsla(0, 100%, 50%, 1),
        -4px 4px 0 hsla(180, 100%, 50%, 1), 
        -3px 3px 0 hsla(180, 100%, 50%, 1), 
        -2px 2px 0 hsla(180, 100%, 50%, 1), 
        -1px 1px 0 hsla(180, 100%, 50%, 1)
      ;
    }  
  }



/* Questions */

.questions{
    text-align: center;
}

.questions__container{
    display: grid; 
    text-align: center;
    gap: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
}


.questions__padding{
    padding: 0;
    transition: padding .3s;
    border: 1px solid /*hsl(182, 100%, 50%)*/#00c6ff;
    border-radius: 6px;
    background: #FFF;
}

.questions__padding--add{
    padding-bottom: 30px;
}

.questions__answer{
   
    padding: 0 30px 0;
    overflow: hidden;
     

    
  
}

.questions2__img{
    margin: auto;
    padding: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    align-items: center;
    grid-column:1/3 ;
    grid-row: 1/2 ;
}

.recomendacion{
    grid-column:1/3;
    grid-row: 2/3 ;
    text-align: left;
    padding: 20px;

}

.questions__title{
    text-align: left;
    display: flex;
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    color: var(--color-title);
    justify-content: space-between;
}


.questions__arrow{
    border-radius: 50%;
    background-color: var(--color-title);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-left: 10px;
    transition:  transform .3s;
}

.questions__arrow--rotate{
    transform: rotate(180deg);
}


.arecomendacion{
    grid-column:1/3;
    grid-row: 2/3 ;
    text-align: left;
    padding: 20px;

}

.questions__showb{
    /* new */
     display: grid;
     grid-template-columns: 1fr 1fr ;
     grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr ;
     
 
 
     
     height: 0;
     transition: height .3s;
    
 
    
 }


.asection{
  
	display: flex;

    width: 90%;
	height: 330px;

    width: calc(100% + 60px); /* 100% del ancho del contenedor + 2 * 20px de padding */
    /*height: calc(100% + 40px);  100% del alto del contenedor + 2 * 20px de padding */
    
    

    
  
    margin: 30px -30px;
    
    align: center;
    object-fit: cover;
   
    grid-column:1/3 ;
    grid-row: 5/6;
    justify-content: space-between;

  }

.asection img{
    
	width: 0px;
	flex-grow: 1;
	object-fit: cover;
	opacity: .8;
	transition: .5s ease;
    padding: 0 ;
    padding: inherit;
}
.asection img:hover {

	cursor: crosshair;
	
    width: 300px;


	opacity: 1;
	filter: contrast(120%);


}

.amapa{
  
    text-align: center;
    font-size: 20px;
   
    padding: 30px 0 ;
    
    color: var(--color-title);

    grid-column:1/3;
    grid-row: 6/7 ;

}



.amenu_class{
    display: grid;
  
    text-align: center;
    align-items: center;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    color: var(--color-title);
    justify-content: space-between;
 
  
 

}
.button {
    cursor: pointer;
    text-align: center;
    color: var(--color-title);
    grid-column: 1/3;
    grid-row: 6/7;
    --bg: #000;
    --hover-bg: #00f7ff; /* Corregido el nombre de la variable */
    --hover-text: #000;
    color: #fff;
    cursor: pointer;
    border: 1px solid var(--bg);
    border-radius: 4px;
    padding: 0.8em 2em;
    background: var(--bg);
    transition: 0.2s;
}

.button:hover {
    color: var(--hover-text);
    transform: translate(-0.25rem, -0.25rem);
    background: var(--hover-bg);
    box-shadow: 0.25rem 0.25rem var(--bg);
}

.button:active {
    transform: translate(0);
    box-shadow: none;
}





.questions__show{
   /* new */
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;



    
    height: 0;
    transition: height .3s;
   

   
}
.mapa{
  
    text-align: center;
    font-size: 20px;
   
    padding: 0;
    
    color: var(--color-title);

    grid-column:1/3;
    grid-row: 3/4 ;

}

.location_img
{
    
    text-align: left;
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    color: var(--color-title);
  

}




.menu_class{
  
    text-align: center;
    align-items: center;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    color: var(--color-title);
    justify-content: space-between;
 
    grid-column:1/3;
    grid-row: 4/5 ;

}

.menu_img{
  
    text-align: center;
    align-items: center;
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    color: var(--color-title);
    justify-content: space-between;
 
    grid-column:1/3;
    grid-row: 4/5 ;

}


.questions__img{
    display: block;
}

.questions__copy{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.testimony__img{
    
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 30%;
}
/* Footer */

.footer{
   
    
    background-color: #ff0d00/*#02708f;*/;
    clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 9%);
}

.footer__title{
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 30px;
}

.footer__title, .footer__newsletter{
    color: #fff;
}


.footer__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 60px;
}

.nav--footer{
    padding-bottom: 20px;
    display: grid;
    gap: 1em;
    grid-auto-flow: row;
    height: 100%;
}

.nav__link--footer{
    display: flex;
    margin: 0;
    margin-right: 20px;
    flex-wrap: wrap;
}

.footer__inputs{
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
}

.footer__input{
    background-color: #fff;
    height: 50px;
    display: block;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    border: none;
    margin-right: 16px;
    margin-bottom: 16px;
}

.footer__submit{
    margin-left: auto;
    display: inline-block;
    height: 50px;
    padding: 0 20px ;
    background-color: #2091F9;
    border: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.footer__copy{
    --padding-container: 30px 0;
    text-align: center;
    color: #fff;
}

.footer__copyright{
    font-weight: 300;
}

.footer__icons{
    margin-bottom: 10px;
}

.footer__img{
    width: 30px;
}



/* Media queries */

@media (max-width:800px){
    .nav__menu{
        display: block;
    }

    .nav__link--menu{
        position: fixed;
        background-color: #000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
       
        opacity: 0;
        pointer-events: none;
        transition: .7s opacity;
    }

    .nav__link--show{
        --show: block;
        opacity:1 ;
        pointer-events: unset;
    }

    .nav__close{
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        cursor: pointer;
    }

    .hero__title{
        font-size: 2.5rem;
    }


    .about__main{
        gap: 2em;
    }

    .about__icons:last-of-type{
        grid-column: 1/-1;
    }


    .knowledge__container{
        
        grid-template-columns: 1fr;
        grid-template-rows: max-content 1fr;
        gap: 3em;
        text-align: center;
        color:#002d39;
    }

    .knowledge__picture{
        grid-row: 1/2;
        justify-self: center;
    }

    .testimony__container{
        grid-template-columns: 30px 1fr 30px;
        
    }

    .testimony__body{
        grid-template-columns: 1fr;
        grid-template-rows: max-content max-content;
        gap: 3em;
        justify-items:center ;
    }


    .testimony__body__dos{
        grid-template-columns: 1fr;
        grid-template-rows: max-content max-content;
        gap: 3em;
        justify-items:center ;
    }

    .testimony__body__tres{
        grid-template-columns: 1fr;
        grid-template-rows: max-content max-content;
        gap: 3em;
        justify-items:center ;
    }



    .testimony__img{
        width: 200px;
        height: 200px;
        
    }



    .questions__copy{
        width: 100%;
    }

    .footer__container{
        flex-wrap: wrap;
    }

    .nav--footer{
        width: 100%;
        justify-items: center;
    }

    .nav__link--footer{
        width: 100%;
        justify-content: space-evenly;
        margin: 0;
    }

    .footer__form{
        width: 100%;
        justify-content: space-evenly;
    }

    .footer__input{
        flex: 1;
    }

}

@media (max-width:600px){
    .hero__title{
        font-size: 2rem;
    }

    .hero__paragraph{
        font-size: 1rem;
    }

    .subtitle{
        font-size: 1.8rem;
    }

    .price__element{
        width: 90%;
    }

    .price__element--best{
        width: 90%;
        /* padding: 40px; */
    }

    .price__price{
        font-size: 2rem;
    }

    .testimony{
        --padding-container: 60px 0;
    }

    .testimony__container{
        grid-template-columns: 28px 1fr 28px;
        gap: .9em;
    }

    .testimony__arrow{
        width: 100%;
    }

    .testimony__course{
        margin-top: 15px;
    }




    .testimony__container2{
        grid-template-columns: 28px 1fr 28px;
        gap: .9em;
    }

    .testimony__arrow2{
        width: 100%;
    }

    .testimony__course2{
        margin-top: 15px;
    }



    .questions__title{
        font-size: 1rem;
    }

    .footer__title{
        justify-self: start;
        margin-bottom: 15px;
    }

    .nav--footer{
        padding-bottom: 60px;
    }

    .nav__link--footer{
        justify-content: space-between;
    }

    .footer__inputs{
        flex-wrap: wrap;
    }

    .footer__input{
        flex-basis: 100%;
        margin: 0;
        margin-bottom: 16px;
    }

    .footer__submit{
        margin-right: auto;
        margin-left: 0;
        

        /* 
        margin:0;
        width: 100%;
        */
    }


@media (max-width:600px){
    .hero__title{
        font-size: 2rem;
    }

    .hero__paragraph{
        font-size: 1rem;
    }

    .subtitle{
        font-size: 1.8rem;
    }

    .price__element{
        width: 90%;
    }

    .price__element--best{
        width: 90%;
        /* padding: 40px; */
    }

    .price__price{
        font-size: 2rem;
    }

    .testimony{
        --padding-container: 60px 0;
    }

    .testimony__container{
        grid-template-columns: 28px 1fr 28px;
        gap: .9em;
    }

    .testimony__arrow{
        width: 100%;
    }

    .testimony__course{
        margin-top: 15px;
    }



    .testimony__container2{
        grid-template-columns: 28px 1fr 28px;
        gap: .9em;
    }

    .testimony__arrow2{
        width: 100%;
    }

    .testimony__course2{
        margin-top: 15px;
    }


    .questions__title{
        font-size: 1rem;
    }

    .footer__title{
        justify-self: start;
        margin-bottom: 15px;
    }

    .nav--footer{
        padding-bottom: 60px;
    }

    .nav__link--footer{
        justify-content: space-between;
    }

    .footer__inputs{
        flex-wrap: wrap;
    }

    .footer__input{
        flex-basis: 100%;
        margin: 0;
        margin-bottom: 16px;
    }

    .footer__submit{
        margin-right: auto;
        margin-left: 0;
        

        /* 
        margin:0;
        width: 100%;
        */
    }

}