@charset "utf-8";
/* CSS Document */

/*////// PIE DE PAGINA ///////*/

footer{
	
width: 100%;
	height: auto;
	border: 1px solid #000000;
	background: #000;
	position: sticky;
	top: 100%;	
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

.contenedor_info{
	
	width: 769px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	
}

.cuadro_info{
	border-right: 1px dashed #fff;
	border-left: 1px dashed #fff;
	width: 250px;
	height:auto;
		
}

.cuadro_info:nth-child(2) {
	border-left: none;
}

.cuadro_info:nth-child(3) {
	border-left: none;
}

.cuadro_info ul {
	height: auto;
	list-style: none;
	margin: auto;
	font-size: 11pt;
	font-family: "condor", sans-serif;
    font-weight: 800;
    font-style: normal;
	text-align: center;
	color:  #fff;
	
}

.cuadro_info ul li {
	font-size: 11pt;
	font-family: "condor", sans-serif;
    font-weight: 500;
    font-style: normal;
	text-align: center;
	padding: 3px;
	 color:  #fff;
}

.cuadro_info ul li a {
	font-size: 11pt;
	font-family: "condor", sans-serif;
    font-weight: 500;
    font-style: normal;
	text-align: center;
	color:  #fff;
}

.cuadro_info ul li a:hover{
	color:  #1F2553;
	font-weight: 600;
}

.cuadro_info p{
	font-size: 11pt;
	font-family: "condor", sans-serif;
    font-weight: 800;
    font-style: normal;
	text-align: center;
	color:  #fff;
}

.btnWhatsapp{
	
	right: 10px;
	position: fixed;
	bottom: 15px;
	z-index: 4;
}


/* DISEÑO PARA TABLET */

@media (min-width:481px) and (max-width:768px){
	
.contenedor_info {
    width: 250px;
   
}
	
.cuadro_info{
	border-right: none;
	border-left: none;
	border-bottom: 1px dashed #000000;
	width: 250px;
	height:auto;
	padding: 10px;
		
  }		
}


@media (min-width:0px) and (max-width:481px){
	
	 .cuadro_info {
        border-right: none;
        border-left: none;
        border-bottom: 1px dashed #fff;
        width: 250px;
        height: auto;
        padding: 10px;
    }	
}