@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --color-costa: #039EBA;
    --color-urbano: #D77D03;
    --color-campestre: #A9A716;
    --color-residencial: #639d91;
    --color-blanco: #fff;
    --color-rojo: #e74c3c;
    --color-negro: #000;
    --color-label-login: #026F82;
    --color--gray: #DFE0DF;
    --grisSecundario: #413e37;
    --naranjaSecundario:rgb(214, 179, 109);
    
    --fuente: "Montserrat", sans-serif;
}
/* globales */
html {
    box-sizing: border-box;
    /**para que el border, padding y estilos no afecten nuestros elementos**/
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    font-size: 15px;
    font-family: var(--fuente);
    margin: 0;
    padding: 0;
}
a,p{
    text-decoration: none;
    color: var(--color-negro);
    padding: 0;
    margin: 0;
}
h1{
    margin: 0;
}


/* -----------------------------------------ASIDE------------------------------ */
.headerApp{
    width: 100%;
    height: 5vh;
    background-color: #026F82;
    display: flex;
    justify-content: center;
}
.headerApp a{
    color: var(--color-blanco);
}

.mainPrincipal{
    display: grid;
    grid-template-columns: 15% 85%;
    min-height: 95vh;
}
.asidePrincipal{
    height: 100%;
    background-color: #417477;
    /* background-color: var(--color-costa); */
    display: flex;
    flex-direction: column;
    color: #000;
}
.divPrincipalContenido{
    background-color: #f6f2f2cf;
}
/*MENU LATERAL */
/* Logo */
.logo{
    width: 100%;
    height: 250px; 
    background-image: url("https://grupoconcordia.info/embajadores/VeLB_Blanco_vertica.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.nombre-usuario{
    text-align: center;
    border-bottom: 2px rgb(223, 223, 223) solid;
    padding-bottom:5px ;
}

.nombre-usuario a{
   color: var(--color-blanco); 
}
/* Botones de las campañas */
.contenedor-btn{
    width: 100%;
    height: -webkit-fill-available;
    padding-top: 15px;
}
.titulo-campania{
    font-size: 40px;
    font-weight: bold;
}
.btnCampania{
    display: flex;
    align-items: center;
    padding-left: 15px;
    gap:8px;
    margin-top: 20px;
}
.contenedor-campania{
    background-color: #639d91;
}
.circulo{
    width: 20px;
    height: 20px;
    background-color: #DAC3C3;
    border-radius: 100%;
}
.btnCampania a{
    color: #DAC3C3;
}
.active .circulo {
    background-color: #50CB88;
}

.active  a{
    color: #ffffff;
    font-weight: bold;
}
/* -------------------Contenedor de campañas-------------------------- */
.contenedorPrincipalCampanias{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contenedorPrincipalCampanias h1{
    text-align: center;
    align-self: self-start;
    color: #3d667d;
    width: 100%;
}
.contenedorCampanias{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.titulo-fraccionamiento{
    font-size: large;
    font-weight: bold;
    color: #0C405C;
}
.card{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    gap: 9px;
    border-radius: 8px;
    background-color: var(--color-blanco);
}
.card:hover{
    box-shadow: rgba(81, 155, 205, 0.942) 0px 1px 4px;
}

.descripcion{
    font-size: smaller;
    text-align: justify;
    padding: 8px;
    height: 170px;
}
.imgPublicacion{
    width: 225px;
    height: 220px;
    padding-top: 8px;
}

.btn-compartir{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    background-color: #D2EDEB;
    color: #0C405C;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.btn-compartir:hover{
    background-color: #3d667d;
    color: var(--color--gray);
}
.contenedorPrincipalcampania{
    width: 100%;
    height: 80vh;
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Boton de enviar */
.contenedorBtnEnviar{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;  
    /*height: -webkit-fill-available;*/
    padding: 8px;
}
.contenedorBtnEnviar .btnEnviar{
    width: 200px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background-color: #25a7be; 
    color: var(--color-blanco);
    font-size: large;
}
.btnEnviarCampania{
    background-color: #026F82 !important;
}
.adjuntar{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
/* Crear Variante enlace */
.variante{
    text-decoration: none;
    color: var(--color-blanco);
    border-radius: 5px;
    display: flex;
    justify-content: end;
    width: 95%;
}
.variante a:hover{
    text-decoration: none;
    background-color:#25a7be; 
    color: white;
}
.variante a{
    color: var(--color-blanco);
    padding: 10px;
    background-color: var(--color-label-login);
    border-radius: 8px;
}
/* textarea */
.description{
    width: 100%;
}
/* Boton Cerrar Sesion en menu campañas */
.nav-nuevaCampania{
    width: 100%;
    height:40px ;
    background-color: #026F82;
}
.navbar{
    height: fit-content;
    padding-bottom: 0px;
}

.enlaces {
    width: 20%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.enlaces a{
    color: white;
    font-size: medium;
}
.enlaces a:hover{
    color: var(--color-blanco);
    font-weight: bold;
    text-decoration: none;
}
.enlaceNombre{
    font-weight: bold;
}
.navbar form{
    width: 100%;
}
.btn-logout-menu{
    width: 100%;
    height: 30px;
    border: none;
    border: none;
    background-color: #639d91;
    font-weight: 500;
    color: var(--color-blanco);
}
.btn-logout{
    border:none;
    height: 30px;
    color: var(--color-blanco);
    background-color: var(--color-label-login);
    padding-right: 9px;
    border-radius: 5px;
    margin: 5px 0px;
}
.container-logout{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    background-color: var(--color-label-login);
}
.container-logout .row{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Formulario */
.contenedorPrincipalFormulario{
    width: 100%;
    height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.logoVive{
    height: 100%;
    width: 48%;
    background-image: url("https://i.postimg.cc/28pf4FT8/Toscana4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.logoVive img{
    width: 40%;
}
.contenedorFormulario{
    /* background-color: #4ab8cecc; */
    width: 55%;
    border-radius: 8px;
    height: fit-content;
    padding: 10px;
}
.mb-3 label{
    color: var(--color-blanco);
}
.formularioCliente{
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    justify-content: space-evenly;
}
.formularioCliente .legendEmbajador{
    font-weight: bold;
    font-size: 38px;
    text-align: center;
}

.select-cliente,.select-zona {
    appearance: none;
    /*border: none;*/
    font-size: medium;
    width: 80%;
    padding: 5px;
    color: var(--color-label-login);
    border-radius: 0.25em;
    background-color: var(--color-blanco);
    cursor: pointer;
    outline: none;
}
.select-zona{
    width: 100%;
}
.fila-cliente select {
    width: 100%;
    height: 100%;
}
.x{
    display: none;
}
.contenedorInput{
    width: 100%;
}
.contenedorInput input{
    height: 100%;
    width: 100%;
    border: 1px solid #a7a5a5;
    border-radius: 5px;
}

.span-formulario{
    color: #58c8db;
}
.legendCliente{
    font-weight: bold;
    font-size: 38px;
    text-align: center;
}
.contenedorInput input, .formularioCliente input{
    height: 37px;
}
/* Tabla */
.contenedor-tabla{
    width: 100%;
    justify-content: center;
    align-items: center;
}
.titulo-tabla{
    color: var(--color-label-login);
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.tabla{
    margin-top: 2rem;
    width: 90%;
    border-collapse: collapse;
}
.tr-cabezera{
    background-color: #039EBA;
    color: var(--color-blanco);
}
.tabla th, .tabla td{
 border: 1px solid var(--color-label-login);
 text-align: center;
}
.estado{
    width: 100%;
    border: none;
}
.btn-aprobacion{
    width: 55%;
    height: 17px;
    border-radius: 4px;
    background-color: var(--color-label-login);
    color: var(--color-blanco);
}
.btn-aprobacion:hover{
    background-color: var(--color-costa);
    text-decoration: none;
}
.botones-aprobacion{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
/*------------------- LOGIN-------------------- */
.main-login{
  background-color: aliceblue;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
   
}
.login-parrafo{
    font-size: 35px;
    font-weight: bold;

}
.login-general{
   display: flex;
   background-color: var(--color-label-login);
   gap: 20px;
   border-radius: 15px;
}
.cont-logo{
    display: flex;
    flex-direction: column;
    font-size: x-large;
    height: min-content;
    align-items: center;
    gap: 15px;
    padding: 30px;
}
.cont-logo img{
  width: 300px;
  border-right: 5px white solid;
    
}
.login-container{
    padding: 30px;
    color: var(--color-blanco);
    font-weight: bold;
    height: 100%;
}
.login-body{
    height: 88%;
    display: flex;
    flex-direction: column;
    gap: auto;
    justify-content: space-evenly;


}
.legend-login{
    text-align: center;
}

.login-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: larger;
    gap: 10px;

}
.login-form .datos-inicio{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: -webkit-fill-available;

}

.open-sesion{
    flex-direction: row;
    gap: inherit;

}
.container-btn-login{
    width: 100%;
}
.btn-login{
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 6px;
}
@media (max-height:700px ){
    .imgPublicacion {
        width: 60%;
    }
    .formularioCliente {
        padding: 0px 50px;
        gap: 5px;
    }
    .formularioCliente legend {
        font-size: 31px;
    }
    .contenedorFormulario {
        width: 63%;
    }
    .content-form-registro .contenedorPrincipalFormulario{
        height: fit-content;
    }
 
}
@media (max-width: 1024px){
    .contenedorFormulario {
        width: 90%;
    }
    .contenedorPrincipalCampañas{
        display: flex;
        flex-direction: column;
        gap:6rem;
    }
    .contenedorBtnEnviar {
        align-items: center;
    }
}
@media (max-width: 767px){
    .mainPrincipal {
        display: flex;
        flex-direction: column;
    }
    .logo {
        width: 49%;
        height: 167px;
    }
    .asidePrincipal {
    
        align-items: center;
    }
    .contenedor-btn {
        font-size: small;
        /* width: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
    }
    .contenedorCampanias {
        gap: 10px;
        flex-direction: column;
        margin-bottom: 32px;
        padding-top: 20px;
    }
    .contenedorPrincipalCampañas {
        display: flex;
        flex-direction: column;
    }
    .card{
        width: 90%;
    }
    .contenedorPrincipalCampañas h1{
        margin: 10px;
    }
    .contenedorBtnEnviar {
        align-items: end;
    }
    .headerApp {
        height: 1vh;
    }
    
    .formularioCliente {
        padding: 10px;
        gap: 2px;
    }
    .contenedorInput input {
        height: 80%;
    }
    .formularioCliente legend {
        font-size: 30px;
    }
    .login-general{
        flex-direction: column;
        gap: 0px;
     }
     .cont-logo img {
      
        border-right: none;
        border-bottom: 5px white solid;;
    }
    .logoVive{
    display: none;
    }
    .content-form-registro{
    background-image: url("https://i.postimg.cc/28pf4FT8/Toscana4.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;

    }
    .span-formulario{
    color: #068297;
    }
    .navbar {
    height: fit-content;
    padding-bottom: 0px;
    width: 100%;
    }
    .nombre-usuario{
        width: 100%;
    }
    
}
@media (max-width: 574px){
  
    .contenedorPrincipalCampañas h1 {

        font-size: x-large;
    }
    .contenedorInput {
        height: 35px;
    }
    .formularioCliente legend {
        font-size: 27px;
    }
    .imgPublicacion{
        width: 205px;
        height: 200px;
    }
    .titulo-campania{
        font-size: 30px;
        margin: 10px;
    }
    .contenedorCampanias {

        padding-top: 30px;
    }
    .contenedorBtnEnviar {
        padding-top: 15px;
    }
}
@media (min-width: 768px) and (min-height: 1024px){
    .mainPrincipal{
        grid-template-columns: 20% 80%;
    }
    .contenedorCampanias {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    .card {
        width: 97%;
    }
    .card:nth-child(3){
        grid-column: 1/3;
        width: 50%;
    }
    .descripcion{
        height: 180px
    }
    .contenedorPrincipalFormulario {
   
    flex-direction: column;
    }
    .logoVive {
    width: 100%;
    }
    .logoVive img {
    width: 40%;
    padding: 62px;
    }
    .contenedorBtnEnviar {
        align-items: end;
    }
}
/* Landing */
.logo-landing{
    display: flex;
    justify-content: right;
    padding: 20px;
    align-items: center;
     gap: 15px;
 }
 .logo-landing img{
     width: 80px;
 }
 .textoHeader{
     font-size: x-large;
     border-right: 5px rgb(7, 64, 117) solid;
     padding-right:10px ;
 }
 
 .header-landing{
     width: 100%;
     height: 600px;
     display: flex;
     justify-content: center;
     align-items: center;
     background-image: url('https://grupoconcordia.info/embajadores/banner-principal.jpg');
     background-size: cover;
     background-position: center;
     color: #fff;
     font-size: 50px;
     text-align: center;
 }
 
 .nosotros-seccion{
     width: 100%;
     display: grid;
     grid-template-columns: repeat(2,1fr);
 }
 .nosotros{
     padding: 20px;
     width: 100%;
     font-size: large;
 }
 .nosotros h1{
     color: var(--color-label-login);
 }
 .nosotros-seccion img{
     width: 90%;
     border-radius: 12px;
 }
 .segundaSeccion{
     height: 150px;
     display: flex;
     justify-content: center;
     align-items: center;
     background-color: #f1f1f1d8;
     margin-top: 10px;
     font-weight: bold;
 }
 .segundaSeccion p,.segundaSeccion span{
     font-size: 40px;
 }
 .segundaSeccion p{
     color: var(--color-label-login);
 }
 .segundaSeccion span{
     color: var(--color-campestre);
 }
 .pasosSeccion{
     width: 100%;
 }
 .pasosSeccion img{
     width: 100%;
 }
 .nosotros h1{
     margin-bottom: 20px;
 }
 .info{
     display: grid;
 }
 .info span{
     color: var(--color-costa);
     font-weight: bold;
     font-size: 25px;
 }
 
 
 .pasosSeccion{
     background-color:#f1f1f1d8;
     display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     align-items: center;
     margin-top: 25px;
 }
 .pasosSeccion .titulo_pasos{
    font-size: xx-large;
    padding: 15px;
}
 .pasos{
    width: 100%;
    display: grid;
    grid-template-columns: repeat( 4, 1fr);
    justify-content: center;
    align-items: center;
    justify-items: center;
 }
 .paso{
    width: 200px;
    height: 200px ;
    border-radius: 50%;
    color: white;
    background-size: contain;
}
 #click{
    background-image: url("https://grupoconcordia.info/embajadores/click.png");
 }
 #mail{
    background-image: url("https://grupoconcordia.info/embajadores/mail.png")
 }
 #enlace{
    background-image: url("https://grupoconcordia.info/embajadores/link.png");
 }
 #share{
    background-image: url("https://grupoconcordia.info/embajadores/redes.png");
 }
 .paso a,.pasos p{
    padding: 15px;
    text-align: center;
 }
 .pasosSeccion .titulo_pasos{
    font-weight: bold;
}
 .botonRegistro{
     margin-top: 20px;
     height: 500px;
     width: 100%;
     background-image: url("https://i.postimg.cc/sfS3hB9r/Banner-Puerto-E-1.jpg");
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     display: flex;
     justify-content: center;
     align-items: center;
 
 }
 
 .botonRegistro a{
     /* background-color: #fbf7f1; */
      background-color: #000;
     color: var(--color-blanco);
     font-weight: bold;
     padding: 15px;
     border-radius: 15px;
     /* color: rgb(3, 107, 181); */
     margin-top: 80px;
     font-size: x-large;
 
 }
 .parrafo{
     font-size: 40px;
     color:  var(--color-campestre);
     padding: 55px;
     text-align: center;
 }
 /* Footer */
 footer{
     display: flex;
     justify-content: space-around;
     align-items: center;
     width: 100%;
     height: fit-content;
     background-color: #026F82;
     color: var(--color-blanco);
     height: 80px;
 }
 .info-footer{
  margin-bottom: 10px;
 }
 .info-footer i{
     font-size: 15px;
 }
 .info-footer p{
     color: var(--color-blanco);
 }
 footer p{
     color: var(--color-blanco);
 }
 .iconos{
     display: flex;
     justify-content: center;
     gap: 5px;
 }
 .iconos div{
     padding: 5px;
     border-radius: 50%;
 } 
 footer i{
     font-size: 30px;
 }
 .alerta-validacion{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #f4c714;
    color: #fff;
    text-align: center;
    padding: 4px;
}
