.footer-cont{
    width: 100%;
    height: auto;
    background-color:#808080;
    margin: 0;
    padding: 0;
}

.footer{
    width: 80%;
    height: auto;
    margin: 0 auto;
    
}

.footer h5{
    color: #e6e6e6;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 15px;
	letter-spacing: 1px;
	text-align: left;
}

.footer ul li{
    list-style: none;
    font-family: 'Lato', sans-serif;
    color:#e6e6e6;
    padding-bottom: 5px;
	text-align: left;
	letter-spacing: 1px;
}

.footer ul li a{
    text-decoration: none;
    color:#e6e6e6;
}

.footer ul li a:hover{
    text-decoration: none;
    color:#FF8f00;
    
}

.item{
    width: 30%;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    box-sizing:content-box;
}

/*-----------Avisos legales -----------*/

.cont-aviso{
	width: 100%;
	margin: 150px 0;
}

.aviso{
	width: 80%;
	margin: 0 auto;
}


.aviso h2, .aviso h3, .aviso h4{
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}

.aviso h2, .aviso h3{
	text-transform: uppercase;
}

.aviso h3, .aviso h4, .aviso h5{
	color:#696969;
	text-align: left;
}

.aviso h2{
    font-size: 2em;
    color:#008AC9;
    text-align: center;
    }

.aviso h3{
    font-size: 1.2em;
	margin: 45px 0px 15px;
	padding: 0px;
}

.aviso h4{
    font-size: 1em;
	margin-bottom:5px;
   }

.aviso h5{
    font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
   }

.aviso p, .aviso a, .aviso ol li, .aviso ul li{
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color:#696969;
	letter-spacing: 1px;}


.aviso p{
	text-align: left;
	margin-bottom: 20px;
}

.aviso a {
	text-decoration: none;
}

.aviso a li:hover{
	color: #FF8f00;
}

.aviso ol{
list-style-type: none;
	column-count: 2;
}

.aviso ol li, .aviso ul li{
	text-align: left;
	margin-bottom: 10px;
}

.aviso ul{
	padding-left: 30px;
	padding-bottom: 15px;
}






/*-----------Copy-----------*/

.copyright-cont{
    width: 100%;
    background-color: #e6e6e6;
    height: auto;
}


.copyright{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    height: auto;
	padding-bottom: 40px;
}

.copyright p{
    color: #999999;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding-bottom: 5px;
	letter-spacing: 1px;
    }

.copyright img{
    padding: 15px;
	width: 170px;
}

/* -----------------------------------------------
--------------------Responsivo---------------------
-------------------------------------------------*/


@media only screen and (max-width:980px){
    
    .item{
        padding: 1%;
    }
    
    /*>>>>>>>  COPYRIGHT  <<<<<<<<*/
    .copyright{width: 90%;}
    .copyright img{width: 30%;}
    .copyright p{font-size: .75em;}
}

@media only screen and (max-width:850px){
     /*>>>>>>>  Footer  <<<<<<<<*/
    .footer{width: 90%;}   
    
     .item{
         display:list-item;
        text-align: center;
        width: 90%;
        border-bottom: 1px solid #e6e6e6;
        list-style: none;
        padding: 10px;}
    
    .item:nth-child(3){border-bottom: 0px;}
    .item:nth-child(4){border-bottom: 0px;}
}

@media only screen and (max-width:720px){
      /*>>>>>>>  Footer  <<<<<<<<*/
    
    
    .footer h4{
        padding-top: 0px;
        font-size: .9em; }
        
    .footer ul li{
        padding-bottom: 2px;
        font-size: .8em; }

.aviso ol{
	column-count: 1;
}
    
}
@media only screen and (max-width:550px){
    /*>>>>>>>  COPYRIGHT  <<<<<<<<*/
    .copyright img{
        padding: 10px;
        width: 40%;}
      /*>>>>>>>  Footer  <<<<<<<<*/
   
    
}

