html,body{
    margin:0px;
    height:100%;
    font-family: 'Oswald', sans-serif;
    src: url("<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">");
    color: white;
}
.panel {
    padding-top: 10px;
    text-align: right;
    padding-right: 20%;
    padding-top: 1%;
    padding-bottom: 15px;
}



.panel a{	
    padding-left: 2em;
    color: #E91E63;
    text-decoration-line: none;

}

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

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

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

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

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


.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;
}

.designers p{
	color: #E91E63;
	margin-left: 50%;
}
.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{
    width: 30%;
    display: inline-table;
    padding-right: 2em;
    text-align: justify;
    padding-top: 1em;
}

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

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

.footer{
    background:#F44336;
    padding-left:270px;
    padding-bottom: 80px;
    display: flex;
    
}


.uba{
    background:#F44336;
    padding-left:230px;
    padding-bottom: 80px;
    display: flex;
    font-size: xx-small;
    font-style: oblique;
}





