*{
    font-family: monserrat;
}
body{
    margin: 0px;
}
/*Div donde esta todo lo del header*/
.header-nav{
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-image: url(/img/fotis-fotopoulos-LJ9KY8pIH3E-unsplash\ \(1\).jpg);
    width: 100%;
    height: 65vh;
}
/*Div del nav*/
.nav-submenu{
    margin: 0px;
    background: linear-gradient(black,transparent);
    width: 100%;
    height: 60vh;
    padding: 25px;
    text-align: right;
    box-sizing: border-box;
}

/*a de los nav*/
.menu-nav{
    padding: 25px;
    text-decoration: none;
    color: white;
    font-size: 20px;
}
.texto-nav{
    color: white;
    font-size: 15px;
    margin: 35px 0px 0px 70px;
    position: relative;
    bottom: 600px;
    width: 450px;
}
/*Caja de la infor de soluciones integrales dentro del div*/
.informacion-header{
    width: 35%;
    height: 150px;
    margin: auto;
    position: relative;
    bottom: 400px;
    border-radius: 25px;
}

.titulo-interior-header{
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.info-interior-header{
    color: white;
    text-align: justify;
    font-weight: bold;
}
/*Contenedor donde ira toda la inforacion de la web*/
.contenido-general{
    box-sizing: border-box;
    margin: 0px;
    width: 70%;
    margin: auto;
}

/*Contenedor cartas tema*/
.tema-cartas{
    margin: 0px;
    margin: auto;
    text-align: center;
    border-bottom: 2px solid black;
    width: 50%;
    font-size: 20px;
    letter-spacing: 5px;
}

/*Contenedor cartas*/
.seccion-cartas{
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding-top: 45px;

}
/*Cartas individuales*/
.carta1, .carta2, .carta3, .carta4{
    background-color: rgb(244, 242, 242);
    border-radius: 45px;
    padding: 45px;

}
.emparejar{
    box-sizing: border-box;
    display: inline-block;
    margin: 10px;
    width: 45%;
    height: 350px;
}
.subtitulo-cartas{
    text-align: center;
}
p{
    text-align: justify;
}

.contenido-general-precio{
    margin: 0px;
    margin: auto;
    width: 70%;
}
 .precio-servicio{
    font-weight: bold;
    font-size: 35px;
 }
 details{
    text-decoration: none;
 }
 summary{
    font-size: 18px;
    list-style: none;
 }
  span{
    font-weight: bold;
  }
 .detalle1, .detalle2, .detalle3, .detalle4,.detalle5{
    margin: auto;
    margin-top: 25px;
    padding: 45px;
    border-radius: 10px;
    width: 75%;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
 }
footer{
    margin-top: 45px;
    color: white;
    background-color:black;
    width: 100%;
    height: 40vh;
}
 .footer-div{
    top: 85px;
    position: relative;
    border: 2px solid white;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    margin: auto;
    width: 20%;
 }
 .redessociales{
    align-content: center;
    margin-top: 100px;
    margin-left: 370px;
    position: relative;
    width: 25%;
}

.instagram-btn{
    border-style: none;
    background-size: cover;
    background-color: transparent;
    background-image: url(/icons/instagram-svgrepo-com.svg);
    width: 35px;
    height: 35px;
}

.facebook-btn{
    margin: 45px;
    border-style: none;
    background-size: cover;
    background-color: transparent;
    background-image: url(/icons/facebook-svgrepo-com.svg);
    width: 35px;
    height: 35px;
}

.linkedin-btn{
    border-style: none;
    background-size: cover;
    background-color: transparent;
    background-image: url(/icons/linkedin-161-svgrepo-com.svg);
    width: 35px;
    height: 35px;
}

.contenedor-general-footer{
    margin: auto;
    box-sizing: border-box;
    width: 50%;
    height: 300px;

}
.acercade{
    border-radius: 25px;
    padding: 45px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin: auto;
    width: 50%;
}
.acercade-titulo{
    text-align: center;
    font-size: 25px;
}
.nombre-empresa{
    letter-spacing: 5px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.parrafo-sobrenosotros{
    font-size: 18px;
    line-height: 2;
}
.link-redes{
    text-decoration: none;
    padding: 15px;
    font-size: 18px;
}
