
body {

    font-family: "Barlow Condensed";
    margin: 0;

}

header, section, footer {
    width:100%;
}

footer{

}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1em;
}

a{
    text-decoration: none;
    color: #3cd52e;
}

#header-main{
    display: flex;
    justify-content: space-between ;
    flex-wrap: wrap;
    padding:1em;
}

.logos{
    display: flex;
    justify-content: center;
    align-items: center;
}



#nav-main {
    margin: 1em 0;
}
#nav-main a {
    margin: .5em;
    color: #000;
    font-weight: bold;
}

#nav-main a:hover {
   color: #3cd52e;

}


@media (max-width: 640px) {
    #nav-main {
	display: flex;
	flex-direction: column;
	padding: 1em 0;
    }
}

#header-call{
    background-color: #3cd52e;
    text-align: right;
    padding: .2em;
    color: white;
}

#section1{
}

#section3{
    background-image: url("section3.jpg");

}

#section5{
    background-image: url("section5.png");

}


.section{
    padding: 2em;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: larger;
    max-width: 1200px;
    margin: 0 auto;

}
.fgc1 {
    color: #3cd52e;
}

.fgc2 {
    color: #33CCCC;
}

.fgc3 {
    color: #FFFFFF;
}



#bases {
    /*
    display:flex;
    align-items:center;
    justify-content: space-around;
    flex-wrap: wrap;
*/
    /*
    background-image: url("section1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
*/
}








#timeline {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around; 
}

#timeline > div {
    margin: 2em;
    max-width: 18%;
    text-align:center;
}

#timeline > div > img{
    width:90%;
}








#elvideo{
    display:flex;
    align-items:center;
    justify-content: space-around;
    flex-wrap: wrap;
    
}
#elvideo > div {
    max-width: 30em;
    vertical-align:middle;
    

}

#requisitos > div  {
    display:flex;
    align-items:center;
    margin: .5em;
}
#requisitos > div  img{
    width: 3em;
    margin: .5em;
}


.msg-info {
    color: #1919C5;
}

.vpanels {
    display:flex;
    flex-wrap: wrap;
    justify-content: center ;
    column-gap: 2em;

    
}
.vpanel {
    padding: 1em;
    margin:1em 0;
    width: 20%;
    min-width: 240px;

    text-align:center;
}
































#premios {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around; 

}

#premios > div {
    margin: 2em;
    max-width: 25%;
    text-align:center;
}

#premios > div > img{
    width:90%;
}






#inscribe {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around; 

}

#inscribe > div {
    margin: 2em;
    max-width: 18%;
    text-align:center;
}

#inscribe > div > img{
    width:90%;
}


#contacto {
    display: flex;
    align-items: center;
    justify-content: center; 
    
}

#contacto > div  {
    display:flex;
    align-items:center;
    flex-direction: column;
}
#contacto > div  img{
    margin: .5em;
}


#footer {
    background-color: black;
    color: white;
    padding: 3em;
}


.widget {
    max-width: 30em; 
    text-align: right;
}

.widget-group {
    margin-bottom: 1em;
}

label{
    text-align: right;
    padding: 0 1em;
}

@media (max-width: 620px) {
    .widget {
	text-align: initial;
	margin-bottom: .3em;
    }

.widget-group {
    margin-bottom: 2.5em;
}

    label {
	text-align: initial;
	display:block;
	padding: 0 ;
    }
    
}

input:invalid{

}



.row {

    display:flex;
    flex-wrap: wrap;
    justify-content: space-between ;
}






.ganadores {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around; 

}

.ganadores > div {
    margin: 2em;
    max-width: 18%;
    text-align:center;
}

.ganadores > div > img{
    width:90%;
}


.ganadores > div > p {
    font-size: smaller;
}

.ganadores > div > video {
    width: 100%;
    max-height: 150px;
}



