
* {
    box-sizing: border-box;
    font-family: "Noto Sans", "Raleway", sans-serif;
}

footer {
    background-color: #2A467C; 
    padding: 2% 5% 2% 5%;
/*    min-width: 1217px;*/
}

.footer{
    width: 100%;
    background-color: #2A467C;
    display: grid;
    grid-template-columns: 20% 16% 32.75% 12%; 
    gap: 6.41%;	
}

.footer a p:hover{
    color: #ff914d;
}

.footer h2 {
    font-size: 1.5em;
    color: white;   
}


.img_foot{	
    text-align: center;
    width: 100%;
}

.img_foot img{  
    text-align: center;
    width: 68%;
}

.futiz p{	
color: white;	
font-weight: bold;
font-size: 1em;	
text-decoration: none;
text-align: center;
}

.futiz a{
    text-decoration: none;

}

.magen{
    cursor: pointer;
}

.arriz{
    display: grid;
    grid-template-columns: 50% 38%;	
}

.imgcol{
    padding: 10%;	
    display: block;	
    background-color: white;
    text-align: center;
    opacity: 0.8;
}


.linea{
   margin-top: 2vw;
   width: 110%;
}


.futcenter{
    display: block;	
}

.futcenter a{
    text-decoration: none;
    color: white; 
}

.futcenter a:visited {
    text-decoration: none;
    color: white; 
}



.futcenter2 p{
   font-size: 1em;
   color: white;
   font-weight: bold;
   padding-top: 0.5em;    
}

.futcenter2 a{
    text-decoration: none;  
}

.futcenter a{
    text-decoration: none; 
}


.futcenter span{
    font-size: 0.9vw;
    color: white;
    font-weight: bold;
    padding-top: 0.5vw;	
}

.futcenter p{
    color: white;
    font-weight: lighter;	
    padding-bottom: 1vw;
}


.futcenter hr{
    margin-bottom: 1vw;	
}

.futcenter2 hr{
    width:8em; 
    margin-left: 0;
    margin-right: 0;
}

.futder{
    display: block;
}


.futder p{
    font-weight: bold;
    color: white;
    font-size: 1em;
    padding-bottom: 1em;
}

.futder hr{
    margin-bottom: 1vw;		
}

.futder iframe{
    width: 21vw;
    height: 10vw;	
    border-radius: 10px;
}

.futder a{
    text-decoration: none;    
}

.mail{
   text-decoration: none;   
}

.colab{
    display: flex;
    justify-content: space-around;
    background-color: white;
    align-items: center;
    border-radius: 20px;
    width: 50%;
    text-align: center;
    margin: 0 25%;
    margin-top: 2%;
    min-width: 670px;
    min-height: 60px;
    padding: 1%;
}


.colab .logos-cnse-cermi {
    width: 10%;
    height: auto;
}

.colab .logos-imserso-melilla {
    width: 30%;
    object-fit: contain;
}

.logos-once {
    width: 10%;
    object-fit: contain;
}

.caja-creadores {
    color: white;
    margin-top: 1%;
    font-weight: lighter;
text-align: center;
}

.map{
   font-size: 3vw;   
}

/*REDES SOCIALES*/

.redes-footer{
   position: relative;    
}

.redes-footer main {
    display: flex;
    justify-content: center;
}

.hover-icono {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px;
    border-radius: 50%;
    transition: all .8s;
    cursor: pointer;
}



/*Hover redes sociales*/
.hover-icono:hover i.bx.bxl-instagram{
    color: #e60073;
    transition: color .4s linear;
}
.hover-icono:hover i.bx.bxl-facebook-circle{
    color: #1877F2;
    transition: color .4s linear;
}
.hover-icono:hover i.bx.bxl-whatsapp{
    color: #25D366;
    transition: color .4s linear;
}


.hover-icono i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.9rem;
}
svg circle {
    stroke-dasharray: 32;
    transition: all .5s linear;
    stroke-width: 2.5;
}

.hover-icono:hover circle {
    stroke-dasharray: 220;
    stroke: white;

}
.hover-icono i.bx.bxl-instagram{
    color: white;
}

.hover-icono i.bx.bxl-facebook-circle {
    color: white;
}

.hover-icono i.bx.bxl-whatsapp{
    color: white;
}
.hover-icono i.bx.bxl-twitter{
    color: #08a0e9;
}

.wtp-reponsive{
    display: none;
}

@media screen and (max-width:699px){

 .footer{
    height: 100%;  
    display: block;  
    padding-top: 15%; 
}

.footer h2 {
    font-size: 1.5em;
    margin-bottom: 5%;
}


.footer span {
    font-size: 1.2em;
}

.footer p{
    font-size: 1.3em;
    text-align: center;   
}

.futcenter2{
 position: relative;    
 padding: 0;
}


.img_foot{  
    text-align: center;
    width: 100%;
}

.img_foot img{  
    text-align: center;
    width: 35%;
}


.hover-icono circle{
    width: 20vw;
    height: 20vw;
}


.mail{
 text-decoration: none;   
}

.futcenter{
   text-align: center; 
   margin-top: 17%;    
   margin-bottom: 17%;
}


.futcenter hr{
    margin-bottom: 5vw;   
}


.futcenter2{
    text-align: center;
    margin-top: 15vw;  
    margin-bottom: 15vw; 
}


.futcenter2 p{
  text-decoration: none;  
}

.futcenter2 a{
 text-decoration: none;   
}

.futcenter2 hr{
    width:100%; 
}


.futder iframe{
 width: 100%;  
 height: 20vw;

}
.futder{
    text-align: center;
    padding-left: 0;   
}


.colab{
    min-width: 100%;
    min-height: 60px;
    align-items: center;
    margin: 0;
}


.futcenter2 p{
  font-size: 4vw;  

}



.wtp-reponsive{
    display: block;
}

.wtp-pc {
    display: none;
    
}

}    



@media screen and (min-width:700px) and (max-width:1024px){

.footer{
    height: 100%;  
    display: block;  
    padding-top: 10%; 
}

.footer h2 {
    font-size: 1.7em;
}

.footer p {
    font-size: 1.2em;
}

.footer span {
    font-size: 1.5em;
}

.futcenter2{
    position: relative;    
    padding: 0;
}


.img_foot{
    width: 100%;
}

.img_foot img {
    width: 30%;
}

.hover-icono circle{
    width: 20vw;
    height: 20vw;
}

.mail{
    text-decoration: none;   
}

.futcenter{
    text-align: center; 
    margin-top: 10%;    
    margin-bottom: 10%;
}


.futcenter hr{
    margin-bottom: 5vw;   
}

.futcenter2{
    text-align: center;
    margin-top: 10%;  
    margin-bottom: 10%; 
}

.futcenter2 a{
    text-decoration: none;   
}

.futcenter2 hr{
    width:100%; 
}

.futder iframe{
    width: 100%;  
    height: 20vw;

}
.futder{
    text-align: center;
    padding-left: 0;   }


.colab{
    min-width: 100%;
    min-height: 60px;
    align-items: center;
    margin: 0;
}


} 





