
@import url('https://fonts.googleapis.com/css2?family=Fredoka&family=Roboto:wght@300&display=swap');
/*font-family: 'Roboto', sans-serif;*/


@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
/*font-family: 'Barlow', sans-serif;*/


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body{
    font-family: 'News Cycle', sans-serif;
    background:white;
    width: 100%;
    height: auto;
    
    display: flex;
    flex-flow: column nowrap;
    justify-content:flex-start;
    align-items:center;
   
}



.padre {
   
background: url(img/fondo3.png);

    
width: 100%;
height:auto;

   
    
background-size: cover;
background-attachment: fixed;
background-repeat:repeat;
    
    
display: flex;
flex-flow: column nowrap;
justify-content:flex-start;
align-items: center;

}


/*barra*/
.barra{
    width: 100% !important;
    height: 50px !important;
    
    position: fixed;
z-index: 5;
    
}

@media (max-width:600px) { .barra{
    width: 100% !important;
    height: 50px !important;
   
    
}}

/*barra*/




/*bienvenidos*/
.bien{
background: white;
width: 100%;
max-width: 950px;
height: auto;
border-radius: 30px;
padding: 20px 0PX;

margin-bottom: 20px;
margin-top: 80px;
    
display: flex;
flex-flow: column nowrap;
justify-content:space-between;
align-items:center;
    
/*https://animate.style/*//*son animaciones preestablecidas*/
animation: zoomInLeft; 
animation-duration: 2s;
animation-delay:  0.5s;
animation-fill-mode:backwards;
}

.logo{
width: 449px;
height: 100px;
margin-top: 50px;
margin-bottom: 50px;
background: url(img/logo.png);
}

@media (max-width:600px) { .logo{
width: 300px;
height: 70px;
padding: 25px;
background: url(img/logo%202.png);
    
}}




.foto{
width: 550px;
height: 330px;
margin-bottom: 50px;
border-radius: 20px;
background: url(img/foto1.png);
}

@media (max-width:600px) { .foto{
width: 300px;
height: 300px;
padding: 25px;
background: url(img/foto1b.png);
    
}}

/*bienvenidos*/




/*xq*/
.xq{
background: white;
color: #1554a8;
width: 100%;
height:auto;
max-width: 950px;




border-radius: 30px;
    
margin-bottom: 20px;
padding: 20px;
overflow: hidden; 
    
display: flex;
flex-flow: column nowrap;
justify-content:center;
align-items: center;
}




.pregunta{
font-size: 20px;

}

@media (max-width:600px) { .pregunta{
   font-size: 15px;
   padding-bottom: 12px;
}}


/*xq*/







/*res*/
.res{
background: white;
width: 100%;
height:auto;
max-width: 950px;
padding: 50px;


border-radius: 30px;
    
margin-bottom: 20px;
overflow: hidden; 
    
display: flex;
flex-flow: column nowrap;
justify-content:space-around;
align-items: center;
}

.respuesta{
    color:gray;
    text-align: center;
    font-size: 20px;
     width: 90%;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 30px;
}

@media (max-width:600px) { .respuesta{
   margin-bottom: 30px;
}}

/*res*/



/*formulario*/
.form{
    width: 100% !important;
    height: 550px !important;
    
}

@media (max-width:600px) { .form{
    width: 100% !important;
    height: 1100px !important;
    
}}
/*formulario*/



/*-----------------------------------------*/


/*bienvenidos*/
@media (max-width:600px) { .bien{
width: 350px;
padding: 25px;
    
display: flex;
flex-flow: column nowrap;
justify-content:space-between;
align-items:flex-start;

}}

/*bienvenidos*/




/*xq*/
@media (max-width:600px) { .xq{
width: 350px;;
border-radius: 30px;
margin-bottom: 20px;
padding: 20px 0px 0px 0px;
}}
/*xq*/

/*xq*/
@media (max-width:600px) { .res{
width: 350px;;
border-radius: 30px;
margin-bottom: 20px;
padding: 20px 0px 0px 0px;
}}
/*xq*/





/*formulario*/


/*formulario*/

    
    
    
    
    
/*-----------------------------------------*/







