*{
  font-family: 'Montserrat', sans-serif;
   color: white;
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   
} 
 

body{
background: url(fondo.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
} 

#ul{  
  list-style-type: none;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  }
.navbar {
    background-color: rgba(0, 0, 0, 0.705);
  }
#items{
  color: #ff0000;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  font-size: larger;
}
#items:hover{
transform:translate(-5%);
color: #ff0000;
opacity: .75;
background: #00000016 150px;
border-radius: 30px;
transition: all 1s;

}
/* encabezado */
  
#uno {
  color: #ffffff;
  text-shadow: 5px 5px 5px rgb(0, 0, 0);
  padding-top: 130px;
  font-size: 70px;
  text-align: center;
  font-family: 'Arvo', serif;
}

#dos{
  text-shadow: 5px 5px 5px black;
  font-size: 45px;
  font-family: 'Arvo', serif;
  color:rgb(255, 255, 255); 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero #uno{
  font-size: 20px;
  font-weight: 400;
}

#cc{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;        /* centrado horizontal */
  font-size: 30px;
  text-shadow: 5px 5px 5px black;
  
  
}
/* fin encabezado */


/* botones direccioneales */

.botones-container{
  display: flex !important;
  align-items: center;
  justify-content: center; 
  flex-wrap: wrap; 
  margin-bottom: 300px; 
}
@media (max-width: 770px) {
  .botones-container {
    flex-direction: column;
    align-items: center;
  }
}


.direccionales{   
  background-color:#00afc26c;
  color: white;
  padding: 15px 30px;
  margin: 5px;
  font-size: 1.1rem;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-family: 'Arvo', serif;
  padding: 10px 45px;
  min-width: 150px;
}

.direccionales:hover{
  background-color: rgb(255, 0, 0);
  color: black;
  transform: translateY(-3px);
  transition: all 0.6s;
}


button{
  padding: 10px 5px;
  background-color: transparent;
  border: transparent;  
  color: red;
  
}
/* Fin botones dirreccionales */


/*Cards*/
.container-card{
width: 100%;
display: flex;
max-width: 1100px;
margin: auto;
}
.title-cards{
width: 100%;
max-width: 1080px;
margin: auto;
padding: 20px;
margin-top: 100px;
text-align: center;
}
.title-cards h2{
font-size: 43px;
text-shadow: 5px 5px 5px black;
font-family: 'Rubik Dirt', cursive;
color: rgb(255, 255, 255);
  
}

.card{
width: 100%;
margin: 20px;
padding-left: ;
border-radius: 10px;
overflow: hidden;
background:#fff;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
transition: all 400ms ease-out;
cursor: default;
font-size: 18px;
}
.card:hover{
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
transform: translateY(-2%);
transition: all 0.5s;
}
.card img{
width: 100%;
height: 300px;
}


.card.contenido-card.tres{
  padding-bottom: 100px;
}


.card .contenido-card{
padding: 10px;
text-align: center;
}
.card .contenido-card h3{
  
margin-bottom: 5px;
color: #ff0000;
}
.card .contenido-card p{
  
line-height: 1.8;
color: #000000;
font-size: 160px;
margin-bottom: 1px;
}


.lista-plan {

    list-style: none; 
    padding: 0;
    margin: 0;
}

.lista-plan li {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
}
.lista-plan li span{
  color: #ff0000;
  margin-right: 5px;
}


.card .contenido-card a{
cursor:none;
display: inline-block;
padding: 10px;
margin-top: 5px;
text-decoration: none;
color: #000000;
border: 1px solid #ff0000;
border-radius: 10px;
transition: all 400ms ease;
margin-bottom: 5px;
font-size: 25px;
 font-weight:550;
}
.card .contenido-card a:hover{
background: lch(53.23% 104.58 40);
color: #fff;
}
@media only screen and (min-width:320px) and (max-width:768px){
.container-card{
  flex-wrap: wrap;
}
.card{
  margin: 15px;
}
}



/*Fin-Cards*/


/* Inicio Icon Whatsapp */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	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;
	transform: translateY(-7%);
  transition: all .7s;
  
}

.my-float{
	margin-top:16px;
}
/* fin icon Whatsapp */

/* Fotter */
#insta:hover{
  transform: translateY(-7%);
  transition: all .4s;
}

#face:hover{
  transform: translateY(-7%);
  transition: all .4s;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/*:::::Pie de Pagina*/
.pie-pagina{
    width: 100%;
    background-color: #0a141d;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
    padding: 45px 0px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    
    color: #efefef;
    margin-bottom: 10px;
}

.pie-pagina .grupo-1 .red-social a{
    
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    
    text-align: center;
    transition: all 300ms ease;
}


footer{
  width: 100%;
  margin-top: 550px;
  padding-bottom: 5px ; 
  padding: 10px;
}
@media screen and (max-width:800px){
  .pie-pagina .grupo-1{
      width: 90%;
      grid-template-columns: repeat(1, 1fr);
      grid-gap:30px;
      padding: 35px 0px;
  }
}