footer {
    width: 100%;
    padding: 10px;
    position: relative;
    margin: 56px 0 0 0;
}

#content-footer-p {
    width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	position: relative;
}

.content-more-minus {
	width: 40px !important;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 20px;
	background-color: #267980;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-minus {
	display: none;
}

#content-footer-p>div {
    width: auto;
	display: flex;
	flex-direction: column;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
}

#content-footer-p>div>img {
	width: 50%;
	margin-bottom: 20px;
}

#content-footer-p>div>a {
	color: #7C7C7C;
	display: flex;
	font-size: 14px;
	align-items: center;
	margin-bottom: 5px;
	transition: ease all 0.3s;
    font-family: "lato medium";
    text-align: center;
}

#content-footer-p>div>a:hover {
	transform: scale(1.06);
	color: #000000;
}

#content-footer-p>div>a>span:first-child {	
	font-family: "lato black";
	margin-right: 5px;
	font-size: 15px;
}

#content-footer-p>div>h4 {
	margin-bottom: 15px;
	/* margin-top: 90px; */
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #000;
    font-family: "lato bold";
}

#content-footer-p>div>h5 {
	margin: 0px 0px 15px;
	font-size: 16px;
	color: #7C7C7C;
	font-family: "lato bold";
}

#content-footer-p>div>p {
	font-size: 13px;
	color: #7C7C7C;
	margin-bottom: 5px;
    font-family: "lato medium";
}

#content-red-social-footer{
	margin-top: 20px;
}
#content-red-social-footer a{
	transition: ease all 0.3s;
}

#content-red-social-footer a:not(:first-child){
	margin-left: 15px;
}

#content-red-social-footer a:hover{
	transform: scale(1.2);
}

#content-red-social-footer a:hover svg path {
	fill: #267980
}

#ver-mas-footer a {
	background-color: green !important;
	color: #fff;
}

#content-icon-Attention {
	width: 113% ;
	padding: 10px;
	background-color: #E5E5E5;
	border-radius: 20px 0px 0px 20px;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* #content-icon-Attention:hover {
	transform: scale(1.1);
	bottom: 50px;
	right: 14px;
} */

#content-icon-Attention>div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#content-icon-Attention>div>div:first-child {
	margin-right: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

#content-icon-Attention>div>div:first-child h5 {
	color: #7C7C7C;
	font-size: 15px;
    font-family: "lato black";
}

#content-icon-Attention>div>div:first-child p {
	color: #7C7C7C;
	font-size: 15px;
    font-family: "lato medium";
}

#content-icon-Attention>div>div:first-child span {
	color: #7C7C7C;
	margin-top: 15px;
	font-size: 15px;
    font-family: "lato black";
}

#content-icon-Attention>div>div:last-child {
    width: 182px;
    position: absolute;
    bottom: -13px;
    right: -12px;
}

#content-icon-Attention svg {
	width: 100%;
}


div#content-footer-p p {
    font-size: 14px;
}

@media screen and (min-width: 1366px) {
	#content-icon-Attention {
		width: 30% ;
	}
}

@media screen and (min-width: 992px) {
	#content-footer-p {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	#content-footer-p>div {
		justify-content: start;
		align-items: flex-start;
	}


	#content-footer-p>div>img {
		width: 55%;
	}

	#content-icon-Attention {
		width: 20%;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

	.content-more-minus {
		display: none;
	}

    #content-footer-p>div>a {
        text-align: start;
    }
}


@media(max-width:768px){
	a#content-icon-Attention {
        display: none !important;
    }
}

@media(max-height:800px){
    #content-icon-Attention {
        width: 30%;
    }
    
}

/* popup */
div#newsletter {
	margin: -128px 0 25px 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
	div#newsletter a {
	z-index: 1 !important;
}

.poppup.popup-newsletter.active{
	display:block;
}
.poppup.popup-newsletter {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000061;
	z-index: 999;
	display:none
}

.poppup.popup-newsletter .content {
	background: #fff;
	width: 500px;
	max-width: 95%;
	margin: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 13px;
	max-height: 267px;
}

.popup-head svg {
float: right;
cursor: pointer;
background: #fff;
border-radius: 50px;
margin: -50px -50px 0 21px;
padding: 5px;
transition: ease all 0.5s;
}

.popup-newsletter h1 {
font-size: 16px;
color: #267980;
padding: 10px;
font-family: 'lato Semibold';
text-align: center;
border-bottom: 1px #2679803d solid;
/* max-width: 99px; */
margin: auto;
}

.popup-newsletter .head {
border-bottom: 1px #00000014 solid;
padding: 10px 0 21px 0;
}

.popup-newsletter .input {
display: flex;
display: inline-grid;
width: 49%;
}


.popup-newsletter input{
border: 1px solid #B4B4B4;
margin: 10px 0px;
border-radius: 20px;
padding: 10px;
color: #B4B4B4;
}

.popup-newsletter button {
color: #ffffff;
background-color: #267980;
border-radius: 20px;
padding: 2px 20px;
font-size: 16px;
transition: ease all 0.3s;
border: none;
margin-top: 15px;
/* width: 100%; */
padding: 6px;
justify-content: center;
align-items: center;
margin: 10px auto;
width: 100px;
display: flex;
}

div#newsletter a {
background: #267980;
padding: 19px 20px;
color: #fff;
border-radius: 30px;
display:flex
}

.popup-newsletter form{
padding:10px 15px
}

div#newsletter a span {
margin: -2px 0 0 7px;
/* display: flex; */
font-size: 16px;
font-family: 'lato medium';
}

#conten-logo-f {
	width: 35% !important;
}

#conten-logo-f a{
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#conten-logo-f img{
	width: 100%;
}


@media(max-width:991px){
div#newsletter {
	margin: -22px 0 25px 0;
}

.popup-newsletter .input {
	width: 100%;
}

.poppup.popup-newsletter .content {
	height: 27vh;
	min-height: 323px;
}

.popup-head svg {
	margin: -90px 0px 0 21px;
}
}

.copy {
    text-align: center;
}

