#363739

#3a8e96

#AAD1BE

#f0f2e5


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    font-size:10px;
    font-family:'Lato', sans-serif ;
    font-weight: 400;
}

a{
    text-decoration: none;
    
}

body {
    background-color: #f0f2e5;
    font-size:1.6rem;
}


#contenedor{
    width:auto;
    margin:auto;
}


main{

    margin-top:4rem;
    
    }



#portada{

    width: 100%;
    
    }
   

.datauba{
    width: 75%;
    margin: auto;
    padding-top: 20px;
}

header{
    padding-top: 5px;
}


h1{
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-size:3rem;
    color:#3a8e96;
    padding-bottom: 20px;
    
    width: 100%;
    text-align:center;
   
}


h2{
    font-family: 'Lato', sans-serif;
    font-size:1.5rem;
    color:#3a8e96;
    margin-left:10px;
    font-weight: 700;
    text-align: center;
    
    
    
}

h3{
    font-family: 'Lato', sans-serif;
    font-size:1.5rem;
    color:#3a8e96;
    margin-left:10px;
    font-weight: 700;
}

h4{
    font-family: 'Lato', sans-serif;
    font-size:1.5rem;
    color:#363739;
    margin-left:10px;
    font-weight: 400;
}

nav {
    background-color: #3a8e96;
}

nav ul {
    list-style:none;
}

nav ul li {
	text-align:center;
	padding: 20px 0;
}


nav ul li a {
    color:#f0f2e5;
    font-size:1.3em;
    font-weight: 700;
    text-decoration:none;
    text-align:center;
    margin:auto;
    height:3rem;
    line-height:3rem;
}

nav ul li a:hover{
    color: #AAD1BE;
}

.principales{
    display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-around;
	align-content: center;
}


@media handheld, only screen and (max-width: 00px) 

{
.principales{
	flex-direction: column;
}
nav ul li {
    width:100%;

}
}



.nosotros{
    
      
    display: flex;
	flex-direction: column;
	justify-content: center;
	justify-content: space-around;
	align-content: center;
    
    background-color: #AAD1BE;
    list-style:none;
    text-align:center;
	padding: 5px 0;
        
        
}

.nosotros a{
    
   color:#f0f2e5;
    font-size:1.3em;
    font-weight: 600;
    text-decoration:none;
    text-align:center;
    margin:auto;
    height:3rem;
    line-height:3rem;
}


.nosotros a:hover{
    color: #3a8e96;
	
}


footer{
    
    background-color:#AAD1BE;  
	margin:auto;
	margin-top: 80px;
	text-align:left;
}

.pie {
	display: flex;
	flex-direction: row;
	justify-content: center;
    
}

h5{
    font-family: 'Lato', sans-serif;
    font-size:1.2rem;
    color:#363739;
    margin-left:10px;
    padding: 1em;
}



#mapa{

    width: 100%;
    
    }

#dgpc{

    margin-left: 1rem;
    
    }


#logouba{

    margin-left: 1rem;
   
    
    }


#video{
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.25%;
}

#video iframe{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0px
    left:0px
}




