.cintillo_pre{background-color: #cccccc; margin-top: 80px;}

.cintillo {
            width: 1200px;
            overflow: hidden;
            background: #cccccc;
            padding: 10px;
            
            
       z-index: 9;
	margin: auto;
        }
@media only screen and (max-width: 618px) {
.cintillo {
            width: 100%;
        }
}
        .logos-container {
            display: flex;
            width: 100%;
            overflow: hidden;
            position: relative;
			z-index: 9;
        }
        .logos {
            display: flex;
            gap: 40px;
            animation: scroll 30s linear infinite;
            width: max-content;
        }
        .logo {
            min-width: 300px;
            height: 75px;
            display: flex;
            justify-content: center;
            align-items: center;
			z-index: 9;
        }
        .cintillo img {
            max-width: 300px;
            max-height: 75px;
			z-index: 9;
        }
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }






.foot_pre {
width: 100%;
display: grid;
background: linear-gradient(rgba(0,15,12,0.9)50%, rgba(0, 54, 41, 1)120%), url('corcovado.jpg');
background-size: cover;
background-position: bottom;
padding: 60px 0px;

}

.foot{width:1200px; color: white;   display: grid;
grid-template-columns: 1fr 1fr 1fr 1.5fr;
justify-items:left;
align-items:flex-start;
grid-column-gap:10px; margin: auto; }

.foot-titulo{color: #AA6900; font-weight:500;}
.foot-b{ width:1200px; border-bottom:1px solid rgba(255,255,255,0.3); display: block; margin:20px auto;}
.foot-titulo{color: #E58D00; font-weight:500; font-size: 16px;}
.foot-txt:link, .foot-txt:visited{color: #ffffff; font-weight:300; text-decoration: none; margin: 10px 0px; display: block}
.foot-txt:hover{color: #ff0000; font-weight:300;}
.cien{width: 100%;}

@media only screen and (max-width: 618px) {
.foot{width:100%; 
grid-template-columns: 1fr ;
text-align: center; justify-content: center;
}
.foot-b{ width:100%;}
}		

