@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700;900&display=swap');

:root{
	--naranja:#f39013;
	--marron:#3b1d00;
}

html{
	font-size: 16px;
}

body{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}

p{
	font-size: 1rem;
}

h1{
	font-size: 2.2rem
}

h2{
	font-size: 1.8rem
}

h3{
	font-size: 2rem
}

h4{
	font-size: 1.2rem;
}

ul{
	padding-left: 0;
}

ul li {
   font-size:1rem;
	  list-style-type: none;
    margin-bottom: 15px;
    background: url(../images/vaca.svg) no-repeat left top;
	background-size: 30px;
    padding: 0px 0 3px 40px;
}


#contenidos{
	background-color: var(--marron);
	padding-top: 50px;
	padding-bottom: 50px;
}

#contenidos h1{
	text-transform: uppercase;
	margin-bottom: 25px;
	color:#FFF;
}


#contenidos h2{

	color:#FFF;
}

#contenidos h1 span{
	font-weight: 900;
	text-transform: uppercase;
	color:var(--naranja);
	font-weight: 900;
}


#contenidos h3{
	color:var(--naranja);
	font-weight: 900;
	text-align: center;
	margin-bottom: 15px;
}

#contenidos ul li{
	font-size:1rem;
	  list-style-type: none;
    margin-bottom: 1rem;
    background: url(../images/vaca.svg) no-repeat left top;
	background-size: 30px;
    padding: 0px 0 3px 40px;
	color:#FFF;
}

.h2p {
    color: var(--naranja);
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
	font-size: 2rem
}

.logo{
	max-width: 300px;
	height: auto;
	max-height: 150px
}

#financia{
	background-color: #FFF;
}


#noticias{
	background-color: #fdebd4;
}

footer{
	background-color: var(--marron);
	color:#FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}

footer a {
	color:#FFF;
	text-decoration: none;
}
