.contacto.contenedor{
    width: 100%;
    height: 66vh;
    margin-top: 4rem;
    margin-bottom: 5rem;
    justify-content: center;    
}
.info-2{
    display: none;
    
}
.contacto-card{
    width: 100%;
    height: 100%;
    display: flex;    
    flex-wrap: wrap;
    justify-content: space-between;  
    bottom: 0;
    border-top: solid .4rem var(--color-secundario);
    
}
.columna-card{
    display: block;
    position: relative;
    width: 49%;
    height: 25vh; 
    margin-top: -10rem; 
    bottom: -12rem;    
    line-height: 1.4;           
    overflow: hidden;                 
}
.columna-card h4{
    display:block;
    margin-top: 2.5rem;
    text-transform: uppercase;
    
}
.mapa-card{
    display: none;
}

.lista-contenido{
    display: block;
    list-style: none;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 2rem 2rem 2rem 1rem;
    color: var(--color-terciario);
    margin: auto;
    justify-content: center;
    align-items: center; 
    line-height: 2;         
}
.lista-contenido span{
    display: inline-block;       
}
a {
    color: var(--color-secundario);
}
.footer.contenedor{
    margin-top: 10rem;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#63b160;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

/* @media screen and (min-width: 360px){

    .contacto.contenedor{
        
        position: relative;
        width: 100%;
        height: 50vh;         
    }
    .info-2{
        display: none;        
    }
    .contacto-card{
        display: flex;
        width: 100%;
        height: 100%;
        display: flex;    
        flex-wrap: wrap;
        justify-content: space-between;  
        bottom: 0;
        border-top: solid .4rem var(--color-secundario);
        
    }
    .columna-card{
        display: block;
        position: relative;
        width: 49%;
        height: 25vh; 
        margin-top: -10rem; 
        bottom: -12rem;    
        line-height: 1.4;           
        overflow: hidden;                 
    }
    .lista-contenido{
        list-style: none;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 2rem 2rem 2rem 1rem;
        color: var(--color-terciario);
        margin: auto;
        justify-content: center;
        align-items: center; 
        line-height: 2;         
    }
    .lista-contenido span{
        display: inline-block;       
    }
    a {
        color: var(--color-secundario);
    }
    
    .mapa-card{
        display: none;
    }
   
    .footer.contenedor{
        margin-top: 30rem;
    }
    
    
} */

@media screen and (min-width: 1024px){

    .contacto.contenedor{
        position: relative;
        width: 100%;
        height: 20vh; 
        
    }
    .info-2{
        display: none;        
    }
    .contacto p{
        margin-bottom: -15rem;            
    }
    .contacto-card{
        width: 100%;
        height: 100%;
        display: flex;    
        flex-wrap: wrap;
        justify-content: space-between;  
        bottom: 0;
        border-top: solid .4rem var(--color-secundario);
        
    }
    .columna-card{
        position: relative;
        width: 49%;
        height: 25vh; 
        margin-top: -10rem; 
        bottom: -12rem;    
        line-height: 1.4;           
        overflow: hidden;                 
    }
    .columna-card h4{
        margin-top: 2.5rem;
        text-transform: uppercase;
        
    }
    
    .lista-contenido{
        list-style: none;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 2rem 2rem 2rem 1rem;
        color: var(--color-terciario);
        margin: auto;
        justify-content: center;
        align-items: center; 
        line-height: 2;         
    }
    .lista-contenido span{
        display: inline-block;       
    }
    a {
        color: var(--color-secundario);
    }
    .mapa-card{
        width: 100%;
        height: 100%;
        display: flex;  
        margin-top: 2rem;  
        flex-wrap: wrap;
        justify-content: space-between;  
        bottom: 0;
    }
    .columna-mapa{
        width: 49%;
        height: 50vh;
        margin-top: -10rem;
        border: solid 1.2rem rgb(216, 219, 224);
        overflow: hidden;
    }
    

    .footer.contenedor{
        margin-top: -4rem;
    }

}
@media screen and (min-width: 1600px){

    
    .columna-card{
        bottom: -15rem;    
        line-height: 1.4;           
        overflow: hidden;                 
    }
    
    .columna-mapa{
        margin-top: -10rem;
        border: solid 1.2rem rgb(216, 219, 224);
        overflow: hidden;
    }
}