/* ----------------------------RESET---------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
    
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}
header {
    width: 100%;
    background-color: #033A20;
}

.boton {
    font-family:'Montserrat', sans-serif;
}


body {width: 100%;
    background-color: rgb(241, 250, 238);
    align-items: center;
    justify-content: center;
    margin: auto;}



/*----------------------HEADER------------------------*/
header {width: 60%;
    margin: auto;
    margin-top: 2em;
    padding: 1em;
    border-radius: .2em;}
    
.header {height: 3em;
width: 100%;
color: white;
background-color:#033A20 ;
display: flex;
flex-direction: column;
font-size: 4vw;
margin-top: 3em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
margin: auto;
text-align: center;;
  

}
.header h3 {padding: .5em;
    margin-bottom: .2em;}
.header p {font-size: 2vw;
            font-weight: 1;
            }







 

    /*-----------------MAIN---------------------*/

    main {width: 60%;
    
        background-color: rgb(255, 255, 255);
        display: block;
        
        font-size: 2vw;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
       margin: auto;
       text-align: center;}
    
/*-----------------------FORMULARIO-----------------------*/

    .registro {display: block;
        width: 100%; 
        margin: auto;
        border-radius: .5em;
        box-shadow: 0px 3px 5px rgba(15, 15 , 15, .5) ;}

    .registrarse {
               
                margin-bottom: 1em;
           
            padding: 1em;}  
    
    .registrarse h5 {margin-bottom: .3em;}
                
    /*------------BOTON REGISTRARSE------------*/
                
    .boton {display: block;
        margin: auto;
        width: 10em;
        text-decoration: none;
        color: #ffffff;
        border-radius: .5em;
        padding: 1em 1em;
        background-color: rgb(40, 71, 56);
        margin-bottom: 1em;}
    
    a:hover { background-color:#4f896a ;
            color: rgb(255, 255, 255);}


    /*---------------CELDA-----------*/
    
    .celda {width: 80%;
        height: 4vw;
        border-radius: .5em;
        box-shadow: 0px 1px 5px rgba(15, 15 , 15, .5) ;
        margin-bottom: .2em;}

    .uno {width: 50%;}
    .dos {width: 50%;}

/*--------------ACOMODAR EL FORMULARIO-------------------*/
.nombre {display: inline-block;
        position: relative;
        margin-bottom: .2em;
        }
.apellido {display: inline-block;
            position: relative;
            margin-bottom: .2em;}
.formulario {display: block;
            margin-bottom: .4em;}

/*----------------FOOTER----------------*/


footer {width: 70%;
    margin: auto;
    margin-top: 2em;
    padding: 1em;
    border-radius: .2em;
    margin-bottom: .5em;}
    
.footer {
    width: 70%;
    color: white;
    background-color: #033A20;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    margin-top: 3em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin: auto;
    text-align: center;


}

.obligatoria  { font-weight: 100;
    width: 100%;
    text-align: center;
    margin: auto;
    
    

}

@media (min-width: 600px) {



/*----------------------HEADER------------------------*/
header {width: 30%;
    margin: auto;
    margin-top: 2em;
    padding: 1em;
    border-radius: .2em;}
    
.header {height: 3em;
width: 80%;
color: white;
background-color:#033A20 ;
display: flex;
flex-direction: column;
font-size: 2vw;
margin-top: 3em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
margin: auto;
text-align: center;
justify-content: center;
justify-items: center;

  

}
.header h3 {padding: .5em;
    margin-bottom: .2em;}
.header p {font-size: 1vw;
            font-weight: 1;
            }







 

    /*-----------------MAIN---------------------*/

    main {width: 30%;
    
        background-color: rgb(255, 255, 255);
        display: block;
        
    font-size: 1vw;
        margin-block-start: 0.83em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
       margin: auto;
       text-align: center;}
    
/*-----------------------FORMULARIO-----------------------*/

    .registro {display: block;
        width: 100%; 
        margin: auto;
        border-radius: .5em;
        box-shadow: 0px 3px 5px rgba(15, 15 , 15, .5) ;}

    .registrarse {
               
                margin-bottom: 1em;
           
            padding: 1em;}  
    
    .registrarse h5 {margin-bottom: .3em;}
                
    /*------------BOTON REGISTRARSE------------*/
                
    .boton {display: block;
        margin: auto;
        width: 10em;
        text-decoration: none;
        color: #ffffff;
        border-radius: .5em;
        padding: 1em 1em;
        background-color: rgb(40, 71, 56);
        margin-bottom: 1em;}
    
    a:hover { background-color:#4f896a ;
            color: rgb(255, 255, 255);}


    /*---------------CELDA-----------*/
    
    .celda {width: 80%;
        height: 2vw;
        border-radius: .5em;
        box-shadow: 0px 1px 5px rgba(15, 15 , 15, .5) ;
        margin-bottom: .2em;}

    .uno {width: 50%;}
    .dos {width: 50%;}

/*--------------ACOMODAR EL FORMULARIO-------------------*/
.nombre {display: inline-block;
        position: relative;
        margin-bottom: .2em;
        }
.apellido {display: inline-block;
            position: relative;
            margin-bottom: .2em;}
.formulario {display: block;
            margin-bottom: .4em;}

/*----------------FOOTER----------------*/


footer {width: 30%;
    margin: auto;
    margin-top: 2em;
    padding: 1em;
    border-radius: .2em;
    margin-bottom: .5em;}
    
.footer {
width: 30%;
color: white;
background-color:#033A20 ;
display: flex;
flex-direction: column;
font-size: 10px;
margin-top: 3em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
margin: auto;
text-align: center;


}

.obligatoria  { font-weight: 100;
    width: 80%;
    text-align: center;
    margin: auto;
    
    

}


}