@import url('https://fonts.googleapis.com/css2?family=Arsenal&family=Heebo:wght@300&family=Libre+Franklin:wght@200&family=News+Cycle&family=Open+Sans:wght@300&display=swap');

/*
font-family: 'Arsenal', sans-serif;
font-family: 'Heebo', sans-serif;
font-family: 'Libre Franklin', sans-serif;
font-family: 'News Cycle', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

* {
margin: 0px;
padding: 0px;
}

.cab-header {
    font-family: 'Heebo', sans-serif;
    display: flex;
    position: relative;
    width: 1150px;        /* 1150px */
    /*border: 1px solid;*/
    margin: 30px auto 0;
    align-items: center;
}

#logo > img {
    height: auto;
    margin-left: 20px;
}

#razonsocial {
    flex: 1;
    margin-bottom: 70px;
    /*margin-left: 300px;*/
    /*background-color: #F4B084;*/
}

#razonsocial > h1 {
    text-align: right;
    margin-right: 15%;
    font-size: 2.45em;
	font-weight: 300;
	color: #849cad;
}

/* ------------------------------------------------------------*/
#menuprincipal {
    display: flex;
    align-items: center; /*flex-end*/
    width: 100%;
    height: 100px;
    padding: 0% 0%;
    background-color: #4B6A87;
    border-top: 1px solid #094660;
    border-bottom: 1px solid #094660;
    justify-content: center;
    
}

#menuprincipal li {
    display: flex;
    height: 70px;  /*35*/
    padding: 15px 30px 0px 30px; /* 15px 10px 0px 10px */
    margin-right: 5px;
    float: right;
    text-align: center;  /*    */
    
}
#menuprincipal li:hover {
background-color: #8497B0;
}
#menuprincipal a {
    font-family: 'Libre Franklin', sans-serif;
    color: #FFFFFF;
    font-size: 1.3em;
    text-decoration: none;
}

/* ------------------------------------------------------------*/
#banner {
    font-family: 'Arsenal', sans-serif;
    display: flex;
    width: 1130px;    /*1130px*/
    height: 90px;
    padding: 0% 0%;
    margin: 0 auto;
    align-items: center;
    background-color: #567B9C;
}

#banner > h2 {
    flex: 1;
    font-weight: lighter;
    font-size: 1.7em;
    line-height: 1.4em;
    text-align: center;
    margin: 0;
    color: #FFFFFF;
    text-decoration-line: none;
}

/* ------------------------------------------------------------*/

/*cajapadre articulos*/
#articulos {
    display: flex;
    width: 1130px;
    margin: 90px auto;
    /*border: 1px solid;*/
    justify-content: center;
    flex-wrap: wrap;
}

/*#articulos > div {
    height: 600px;
    margin: 5px;
    background-color: #CCCCCC;
}*/

#art-1i, #art-2d {                /*cajapadre desplegable*/
    flex: 1;
    /*position: relative;
    width: 365px;
    height: 274px;
    overflow: hidden;*/
}
#cont-img {                /*Contenedor de imagen*/
    position: absolute;
    top: 0px;
    width: 365px;
    height: 324px;
    transition: top 0.5s ease-in-out 0s;
}
#cont-sup {
    
    width: 365px;
    height: 274px;
}
#cont-inf {
    
    font-family: 'Heebo', sans-serif;
    text-align: center;
    padding-top: 0px;
    background-color: rgba(0,0,0,0.45);
}
#cont-inf a {
    
    color: #FFFFFF;
    font-size: 1.7em;
    font-weight: lighter;
    line-height: 1.4em;
    text-decoration: none;
}
#cont-1:hover {
    top: -50px;
}

#art-1d, #art-2i {                /*cajapadre texto*/
    flex: 1;
/*    position: relative;
    width: 365px;
    height: 274px;
    overflow: hidden;*/
}
#cont-txt {                        /*cajapadre de texto*/
    
}

/* ------------------------------------------------------------*/
.contenedor-section{
	display: flex;
    width: 1130px;
	padding-top: 29px;
	padding-bottom: 29px;
	margin-left: 20px;
	margin-right: 30px;
    /*border: 1px solid;*/
	
}

.cuadro1 {
    width: 470px;
    height : auto;
	margin: 30px 60px;
}

.cuadro2 {
	width: 470px;
	height: auto;
	margin-top: 55px;
	margin-left: 35px;
}



.cuadro1 h3 {
	font-weight: bold;
	color: #535151;
	font-family: 'Arsenal', sans-serif;
	font-size: 2.2em;
	line-height: 1em;
	/*padding-top: 38px;*/
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 0;
}

.cuadro1 h4 {
	/*font-weight: bold;*/
	font-weight: 300;
	color: #969696;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.35em;
	line-height: 1em;
	/*padding-top: 38px;*/
	margin-top: 0;
	margin-bottom: 1.3em;
}

.cuadro1 p {
    margin: 0 0 1em 0;
	color: #969696;
	font-family: 'Heebo', sans-serif;
    
}

/* ----------------------------------------------------------*/

#Nota-documentos {
    font-size: 25px;
    text-align: center;
    color: #217821;
    margin: 30px 0 30px;
    text-shadow: rgb(230, 230, 230) 3px 3px 5px;
}




/* ------------------------------------------------------------*/

#footer{
    display: flex;
    background-color: #adacac;
	width: 100%;
	height: 40px;
	margin: 0px auto;
	padding: 40px 0 40px;
	color: #e2e2e2;
	font-size: 14px;
	line-height: 18px;
    color: white;
    justify-content: center;
}

.contenedor-footer{
	display: flex;
    width: 1100px;
	height: auto;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.copyright {
	width: 520px;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.copyright a{
	text-decoration: none;
	color: white;
}

.copyright a:hover {
    color: #aaccaa;
}

.copyright .brand {
    position: relative;
    font-weight: 300;
    font-size: 18px;
}

.copyright div {
    padding-top: 6px;
}

.copyright div a:hover {
	color: #000;
}

.socials a{
	text-decoration: none;
    margin-left: 15px;
    color: #fff;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.socials a:hover {
    color: #849cad; /*#aaccaa*/
}
.socials .fab {
    background-color: #ddd;
    font-size: 25px;
    float: left;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    text-align: center;
}


}
.restaurar {
clear: both;
}