@import url('https://fonts.googleapis.com/css2?family=Anton&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
   
}


.contenedor{
width: 100%;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
background-image: url(../img/Fondo_webp.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
/*background-image: url(../img/Fondo.png);*/
}

.primerbox{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*border-style: solid;
    border-color: #0f5bbe;
    border-width: 1px;*/
}

.primerbox-uno{
    width: 1000px;
    height: 100%;
    display: flex;
    flex-direction: row;
    /*border-style: solid;
    border-color: #f4a300;
    border-width: 1px;*/
}

.fondologo{
    width: 100%;
    height: 100px;
    /*border-style: solid;
    border-color: aqua;
    border-width: 1px;*/
    display: flex;
    flex-direction: row;
    background-image: url(../img/fondologoweb.png);
}


.primerboxmitaduno{
    width: 50%;
    height: 100%;
    /*border-style: solid;
    border-color: #ffffff;
    border-width: 1px;*/
    display: flex;
    flex-direction: column;
    order: 1;
}

.fondopuntos{
    width: 100%;
    height: 350px;
    /*border-style: solid;
    border-color: aqua;
    border-width: 1px;*/
    background-image: url(../img/fondopuntos.png);
}

.primerboxmitaddos{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    /*border-style: solid;
    border-color: #2cf305;
    border-width: 1px;*/
    order: 2;
}

.primerboxmitaddosimg{
    width: 340px;
    height: 470px;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 10px;
    padding-right: 10px;
    background-image: url(../img/trbjdr_webp.webp);
    background-size: cover;
    order: 1;
}

.encabezado{
    width: 1000px;
    height: 110px;
    background-color: #ffffff;
    color: white;
    /*border-style: solid;
    border-color: #ff0000;
    border-width: 1px;*/
    display: flex;
    flex-direction: row;
}


.highlight {
      color: #f4a300;
}


.logo{
    width: 100px;
    height: 100px;
    padding-top: 10px;
    padding-left: 30px;
    order: 1;
}

.nombre{
    margin-left: 10px;
    margin-top: 15px;
    /*border-style: solid;
    border-color: #0f5bbe;
    border-width: 1px;*/
    order: 2;
}


.nombre h1{
    /*font-family: Arial, sans-serif;*/
    font-family: "Anton", sans-serif;
    font-size: 25px;
    font-weight:400;
    font-style: normal;
    color: #0f5bbe;
}

.cuerpo{
    width: 1000px;
    height: 600px;
    /*border-style: solid;
    border-color:#7bf16c;
    border-width: 1px;*/
}

.contienecuerpo{
    width: 100;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.contentleyenda{
    width: 100%;
    /*border-style: solid;
    border-color:#08f808;
    border-width: 1px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
}

.leyenda{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 500px;
    height: 150px;

    /*border-style: solid;
    border-color:#2911af;
    border-width: 1px;*/
}

.leyenda h1{
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    color: rgb(114, 114, 117);
    font-weight:700;
    font-style: normal;
    text-align: center;
}

.contentcarrusel{
    width: 40%;
}

.carruselgalery{
    width: 50%;
    height: 90%;
}


.contact{
    width: 100%;
    height: 600px;
    /*border-style: solid;
    border-color: black;
    border-width: 1px;*/
    
}



.contienebtn1{
    padding-top: 90px;
    padding-left: 10px;
}
.contienebtn2{
    padding-top: 12px;
    padding-left: 10px;
}

.icon-box {
    display: flex;
    align-items: center;
    background-color: #004aad;
    color: white;
    border-radius: 30px;
    padding: 5px 15px;
    margin-bottom: 10px;
    width: 400px;
    font-size: 14px;
    font-weight: bold;
}

.icon-circle {
    background-color: white;
    color: #004aad;
    border: 3px solid #f4a300;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-right: 10px;
}

.social-icons img {
      width: 24px;
      margin-left: 10px;
}



.segundobox{
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*border-style: solid;
    border-color: #0f5bbe;
    border-width: 1px;*/
}

.tercerbox{
    width: 100%;
    height: 720px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*border-style: solid;
    border-color: #0f5bbe;
    border-width: 1px;*/
}

/*---------- formulario ---------*/

.contieneformulario{
    width: 1000px;
    height: 720px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    /*border-style: solid;
    border-color: aqua;
    border-width: 1px;*/
}

.cajaform{
    width: 400px;
    height: 690px;
    /*border-style: solid;
    border-color: #ff0404;
    border-width: 3px;*/
}
.contieneformularioizq{
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    /*border-style: solid;
    border-color: rgb(9, 255, 0);
    border-width: 1px;
    order: 1;*/
}

.contieneformularioder{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border-style: solid;
    border-color: rgb(255, 115, 0);
    border-width: 1px;*/
    order: 2;
}

.contact-form {
      background: #f5b32f;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      width: 100%;
      max-width: 400px;
    }

    .contact-form h2 {
      margin-bottom: 20px;
      font-size: 24px;
      text-align: center;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .contact-form button {
      width: 100%;
      padding: 10px;
      background-color: #0f5bbe;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
    }

    .contact-form button:hover {
      background-color: #0056b3;
    }

    .contienemapa{
        width: 460px;
        height: 420px;
        display: flex;
        align-items: center;
        align-content: center;
        border-radius: 30px;
        border-style: solid;
        border-color:#f5b32f;
        order: 2;
    }

.titubicacion{
    padding-top: 50px;
    height: 100px;
    /*border-style: solid;
    border-color: #0f5bbe;
    border-width: 1px;*/
    order: 1;
}

.titubicacion h2{
    font-size: 25px;
}
.contienemapa iframe{
    padding: 10px;
    border-radius: 30px;
    width: 450px;
    height: 410px;
}

.cuartobox{
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-style: solid;
    border-color: #0f5bbe;
    border-width: 1px;
}


.footer{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-around;
    background-color: black;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}


.contactfooter{
    width: 300px;
    height: 150px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
}

.contactfooter i{
    padding-left: 10px;
    padding-top: 10px;
    width: 100px;
    height: 100px;
    font-size: 25px;
    color: #ffffff;
}

.socialfooter{
    width: 300px;
    height: 150px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
}


.titcontfooter{
    height: 50px;
    padding-top: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-style: solid;
    border-color: #ffffff;
}

.titcontfooter h2{
    color: #ffffff;
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif
}


.error {
      color: red;
      font-size: 14px;
      margin-bottom: 10px;
    }


/*
@media (min-width: 1301px){
    .encabezado{
     width: 1500px;
    }
}
    /*