body{

background-image: url('../assets/fondo.png');

background-repeat: no-repeat;
background-size: 100% auto;

}


.head1{

max-width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 80px;

}

.texto-head{

color: white;
text-align: left;
margin: auto;


}
h1{

    max-width: 90%;
    text-align: left;
    font-size: xxx-large;

}

.enc-text{

    background-color:#333a81;
    color: white;
    text-align: center;
    
}

.text{

    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;

}

.form-ext{

max-width: 78%;
margin-left: auto;
margin-right: auto;
background-color:#5d88cf;


}

.formulario{

width: 100%;
padding-left: 0px;
padding-right: 0px;

}

.formulario-cont{

    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;

}

.texto-head-2{
    margin-top: 80px;
    font-size: xxx-large;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;

}


.webinar{

    font-size: xxx-large;

}


.btn-primary{

background-color:#333a81; ;

}




@media only screen and (max-width: 600px) {
    body {

        background-image: url('../assets/fondo.png');
    
        background-repeat: no-repeat;
        background-size: 100% 100%;

    }
  }


