html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.principalHead {
    text-align: center;
}

.p1 {
    font-weight: 800;
    margin-top: 100px;
    font-size: 70px;
}

.p2 {
    text-align: center;
}

.img1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

    .img1 img {
        width: 100%;
        object-fit: cover;
    }

.fonts {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    color: gray;
    font-size: 40px;
}

.p3 {
    text-align: justify;
}

.inf1 {
    display: flex;
    justify-content: space-around;
}

    .inf1 img {
        height: 350px;
    }

.footer1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg1 {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url(/img/fondo1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 60px;
    background-color: lightgray;
    margin-left: 150px;
    margin-right: 150px;
    height: 600px;
    border: 7px purple solid;
    border-radius: 20px;
}

    .about img {
        width: 400px;
        height: 400px;
        margin-left: 20px;
    }

    .about p {
        font-size: 30px;
    }

.p4 {
    color: white;
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 70px
}

.p5 {
    background-color: grey;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .p5 i {
        font-size: 30px;
        color: goldenrod;
        font-weight: bold;
        margin-left: 30px;
    }

.ft {
    bottom: 0%;
    width: 100%;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightslategray;
    width: 800px;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head2 {
    height: 150px;
    width: 100%;
    background-color: burlywood;
}

    .head2 p {
        text-align: center;
        font-weight: 100;
        font-size: 100px;
    }

.p6 {
    text-align: center;
    font-weight: 100;
    font-size: 50px;
    margin-top: 50px;
}

.ctgeneral1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.ctgeneral {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 150px;
    column-gap: 150px;
}

.ct1 {
    width: 250px;
    height: 250px;
    background-color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.ct2 {
    width: 190px;
    height: 190px;
    background-color: aquamarine;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ct3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    background-color: lightgrey;
    border-radius: 100%;
}

.ct2 i {
    color: white;
    font-size: 80px;
}

.ctr2 {
    width: 130px;
    height: 80px;
    background-color: aquamarine;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ctr2 i {
        color: white;
        font-size: 40px;
    }

.elemento-menu {
    width: 190px;
    margin: 0 auto;
    text-align: center;
}

.txt {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.form1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    width: 600px;
    background-color: darkblue;
    border: 10px solid purple;
    border-radius: 30px;
}

    .form1 form {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .form1 input {
        width: 300px;
        height: 50px;
    }

    .form1 label {
        font-size: 20px;
        font-weight: bold;
    }

.ct4 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.ct5 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
}

.ct6 {
    height: 700px;
    width: 600px;
    background-color: gray;
    border: 10px solid black;
    border-radius: 30px;
}

.pays {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.img2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p7 {
    font-weight: bold;
    font-size: 30px;
}

.img3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .img3 img {
        width: 200px;
        height: 200px;
    }

.bt2 {
    background-color: #6c757d;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

    .bt2:hover {
        background-color: #8c959d;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.mi-boton-enviar:active {
    background-color: #5a6268;
    transform: translateY(0);
    box-shadow: none;
}

input[type="text"], input[type="number"] {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

input[type="text"], input[type="number"] {
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

    input[type="text"]:hover,
    input[type="number"]:hover {
        border-color: #a020f0;
        box-shadow: 0 0 8px rgba(160, 32, 240, 0.6);
        cursor: text;
        background-color: lightblue;
    }

.bt2:hover {
    background-color: purple;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.error {
    color: red;
    font-size: 0.9em;
    display: block;
}