html,body{
    margin:0px;
    height:100%;
    font-family: 'Open Sans', sans-serif;
    src: url(<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">);
    color: white;
}

.panel {
    padding-top: 1px;
    padding-left: 1%;
    padding-right: 20%;
    padding-top: 1%;
    padding-bottom: 15px;
    display: block;
}

.panel a{	
    padding-left: 2em;
    color: #8b1ee9;
    text-decoration-line: none;
    font-family: fantasy;

}

.imagen1{
	background-image: url('img/trabajo.jpg');
	width: 100%;  
	object-fit: cover;
}
.imagen2{
	background-image: url('img/trabajo5.jpg');
	width: 100%;  
    height: 50%;
	object-fit: cover;
}

.imagen3{
	background-image: url('img/trabajo4.jpg');
	width: 100%;  
    height: 500px;
	object-fit:cover;
    
}

.imagen1 p{
	text-align: left;
    width: 10%;
    font-size: -webkit-xxx-large;
    padding-left: 20%;
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
}

.imagen2 p{
	text-align: left;
    width: 10%;
    font-size: -webkit-xxx-large;
    padding-left: 20%;
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
}

.imagen3 p{
	text-align: left;
    font-size: -webkit-xxx-large;
    padding-left: 20%;
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
}


.h1{ 
    color: #E91E63;
    padding-top: 20px;
    padding-left: 80px;
    padding-bottom: 80px;
    }
        

.aboutUs{
	padding-left:100px;
    color: #E91E63;
    }


.designers{
	background-image:url(img/avatar.jpg)
    width: 15%;
	display: inline-block;
    width: 150px;
    height: 150px;
    padding-left: 70px;
    padding-top: 10px;
}

.designers p{
	color: #850bef;
	margin-left: 5%;
    padding-bottom: 1em;
}
    
.img{ 
    padding-right: 10px;
    height: 30px;
}
.iconos{
      background:#FECB04;
      padding-left:90px;
      padding-top: 60px;
      padding-bottom: 60px;
      padding-right: 90px;
      display:flex;
}

.iconos p { 
    text-align: center;
}

.talentos{
    font-family: 'Open Sans', sans-serif;
    width: 50%;
    display: inline-table;
    padding-right: 2em;
    text-align:left;
    padding-top: 1em;
    text-indent: 1em;
}

.formulario{
    padding-top: 1em;
    padding-left: 35%;
}

.curriculum{
    background:#250045;
    padding-left:60px;
    padding-bottom: 80px;
    display: flex;
    height: 100%;
}

.footer{
    background:#250045;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
    text-align: justify;
    display: flex;
}
.uba{
    font-size: 12px;
    background:#250045;
    padding-left:80px;
    padding-bottom: 80px;
    display: flex;
}

h1 {font-style: black; 
    color: #feeb04;
    font-family: 'Open Sans', sans-serif; 
    font-size: 50px;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 1em;
    padding-bottom: 90px;
    margin-left: 4em;
    margin-right: 100em}

h2 {font-style: black; 
    color: #feeb04;
    font-family: 'Open Sans', sans-serif; 
    font-size: 50px;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 1em;
    padding-bottom: 90px;
    margin-right: 100em}


