@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* GLOBALES */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.row {
    justify-content: center;
    padding: 10px;
}

.btn-primary {
    /* padding: 10px;
  background-color: green;
  border: #fff; */


    width: 300px;
    padding: 12px;
    background-color: #25d366;
    text-decoration: none;
    color: white;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    border: none;
}

.btn-primary:hover {
    background-color: white;
    border: 1px solid #000;
    color: #000;
}

.img {
    border-radius: 10px;
    max-width: 100%;

    box-shadow: 10px 10px 20px 1px #888888;
}

.h2 {
    text-transform: uppercase;
    font-weight: bolder;
}

.p {
    padding: 20px;
}

/* NAVBAR ESTILOS */

.navbar {
    background: #000000eb;
}

.nav-link {
    color: #fff;
}

h1 {
    text-transform: uppercase;
}

.logo-inicio {
    border-radius: 50%;
}

/* SECCCION PRINCIPAL */


.texto-content {
    font-size: 1rem;
    text-align: center;
    font-weight: 200;
}


.p-center {
    text-align: center;

}


/* SECCION DE PRECIOS */

.container-precios {
    width: 90%;
    max-width: 950px;
    margin: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.tabla {
    width: 310px;
    height: 550px;
    margin: auto;
    border: 1px solid #343759;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px #343759;
    padding: 60px;
    text-align: center;
    flex-grow: 1;
    color: #343759;

}

.tabla>h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

.tabla>h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.tabla>p {
    display: block;
    margin-bottom: 20px;
}

.boton {
    display: inline-block;
    width: 150px;
    padding: 12px;
    background-color: #25d366;
    text-decoration: none;
    color: white;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    margin: auto;

}

.boton:hover {
    color: white;
}

.tabla:hover {
    background-color: #343759;
    color: #FFF;
    transition: 0.2 all;
    transform: scale(1.1);
    cursor: pointer;
}

/* SECCION DE NOSOTROS */

.button {
    font-size: 100px;
    color: tomato;
}

.col-lg-3 {
    margin: 10px;
}



h2 {
    font-weight: bold;
}

.fa-whatsapp {
    font-size: 25px;

}

.tamaño {
    width: 100%;
    padding: 12px;
    background-color: #25d366;
    text-decoration: none;
    color: white;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    border: none;
}


.seccion-2 {
    margin-top: 100px;
    padding: 50px;
}


.elementos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 90px;
}

h5 {
    text-align: center;
}

.card-body>p {
    text-align: center;
}

.contacto {
    background-color: #25d366;
    color: white;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000000eb;
    margin: 10px;

    font-weight: 500;
}

.contacto:hover {
    background-color: white;
    color: #000;
    border: 1px solid white;

}

.container-nosotros {
    display: flex;
    flex-wrap: wrap;
    color: black;
    padding-bottom: 20px;
}

.lead-nosotros {
    padding: 0rem 8rem 0rem 10rem;
    text-align: justify;
}

.lead-titulo {
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 90px;
}

.img-nosotros {
    width: 80%;
    height: 400px;
    object-fit: contain;
    box-shadow: 10px 10px 20px 2px #888888;
    margin-bottom: 100px;

    border-radius: 50px 10px 10px 50px;
}

.card-title {
    text-transform: uppercase;
    font-weight: bolder;
}

.card {
    box-shadow: 10px 10px 20px 1px #888888;
}

/* LOGO FIXED WHASAPP */

.container-logo-wasap {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;

}

/* #25d366 */
.container-logo-wasap:hover {
    opacity: 0.8;

}

.logo-wasap {
    margin-top: 5px;
    color: white;
}

/* PRIVACIDAD */


.politicas {
    padding: 0px 200px 0px 200px;
    text-align: justify;
}