
:root {
    --bg-color-azul: rgb(76,88,115); /*#04347b;*/
    --bg-color-marron: rgb(190,169,120); 
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    /* font-family: 'Baloo Da 2', cursive !important;*/
    /*SIMILAR AL Myriad Pro*/
    font-family: 'PT Sans', sans-serif !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-top: 0 !important;
    margin-top:0 !important;
}



/* INICIO - HEADER */
header {
    width: 100%;
    height: 40px;
    padding-top: 5px;
}

h3 {
    line-height: 140%;
}

.menu-top {
    text-align: right;
    font-size: 15px;
}

.menu-top a {
    text-decoration: none !important;
    color: black;
}

.fabpage {
    color: var(--bg-color-azul);
}

.twtpage {
    color: var(--bg-color-azul);
}

.mailpage {
    color: var(--bg-color-azul);
}
/* FIN - HEADER */


/* INICIO - SEPARACION */
.separacion {
    height: 30px;
}
/* FIN - SEPARACION */


 /* INICIO -FOOTER */
footer {
    width: 100%;
    background-color: var(--bg-color-azul);
    color: white;
    text-align: center;
}

footer .top-footer {
    padding-top: 20px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
}

footer .center-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .center-footer a {
    text-decoration: none;
    color: white;
}

.fabpagefooter {
    color: white;
}

.twtpagefooter {
    color: white;
}

.mailpagefooter {
    color: white;
}


.bottom-footer {
    font-size: 14px;
    background-color: var(--bg-color-azul); 
}

.menu-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 800px;
    justify-content: space-between;
    margin: auto;
}

.menu-footer a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
/* FIN - FOOTER */




/* INICIO - SLIDER SWIPPER */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* FIN - SLIDER SWIPPER */




/* INICIO - CONTENIDO */
.contenedor {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

    .contenedor .campo {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        width: 800px;
        margin: auto;
        justify-content: center;
        padding-bottom: 10px;
    }

    .contenedor .letra {
        display: flex;
        font-weight: bold;
        justify-content: center;
        font-size:18px;
    }

    .contenedor .data {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .contenedor .validacion {
        max-width: 100%;
        width: 760px;
        text-align: center !important;
    }


    /*etiqueta*/
    .contenedor .data .etiqueta {
        width: 280px;
    }

    /*texto*/
    .contenedor .data input {
        width: 480px;
    }

    .contenedor .data .texto-cb {
        width: 480px;
    }


    .contenedor .data .etiqueta-check {
        width: 760px;
    }

    .contenedor .data .check-input {
        width: 50px !important;
    }

    .contenedor .campo .anuncio p {
        font-size: 12px;
        text-align: justify;
    }


    .contenedor .campo .upload-file {
        width: 480px;
    }

    .contenedor .campo .upload-boton {
        width: 280px;
    }

.progress-div {
    width: 760px;
}

.neg {
    font-weight: bold;
}

/*.contenedor .campo .progress .label{
   max-width:100%;
   background-color:red;
}*/
.contenedor .campo .btn-web {
    width: 80px;
    height: 25px;
    font-size: 13px;
    background-color: var(--bg-color-azul);
    color: white;
    border: 0px solid;
    letter-spacing: 1.4px;
    border-radius: 5px;
    outline: none;
}

/*.contenedor .campo .btn-web:hover {
    background-color: var(--bg-color-marron);
}*/

.contenedor .titulo-url {
    font-size: 20px;
    font-weight: bold;
}
/*  FIN - CONTENIDO */



/*  INICIO - CONTENIDO  - TABLA */

.contenedor .campo .celda {
    /*background-color: red;*/
    width: 200px;
    position:relative;

    /*text-align: center;*/
    /*    padding-bottom: 5px;
    padding-top: 7px;
    margin-bottom: 0px;
    margin-top: 0px;*/
}

.contenedor .campo .filaTitulo {
    background-color: #EEEEEE;
    text-align: center;
    width: 100%;
}


.contenedor .campo .filaDetalle {
    /*background-color: yellow;*/
    text-align: center;
    width: 100%;
}

.contenedor .campo .filadoble {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    /*background-color: yellow;*/
}

.contenedor .campo .filadoble .input {
    padding-top: 20px;
    width:100%;
}


.contenedor .campo .filadoble .foto {
    width: 120px;
    height: 120px;
    /*background-color: skyblue;*/
}

/*.contenedor .campo .filadoble .filaTitulo {
    background-color: blue;
    text-align: center;
    width: 100%;
}


.contenedor .campo .filadoble .filaDetalle {
    background-color: orange;
    text-align: center;
    width: 100%;
}*/


/*  FIN - CONTENIDO  - TABLA */



     


/* INICIO - BOTON ENVIAR*/
.campo .boton input{
    width: 180px;
    height: 30px;
    font-size: 16px;
    background-color: var(--bg-color-azul);
    color: white;
    border: 0px solid;
    letter-spacing: 1.4px;
    border-radius: 5px;
    outline: none; /*para quitar el border al hacer click*/
}

    .campo .boton input:hover {
        background-color: var(--bg-color-marron);
    }
/* FIN - BOTON ENVIAR*/




/*INICIO - COLORES DEL INPUT*/
input:hover {
    /*border: 2px solid var(--bg-color-azul);*/
    border: 2px solid var(--bg-color-azul);
    border-radius: 4px;
}

/*input:focus {
    background-color: var(--bg-color-marron);
    opacity:0.3;
}*/
/*FIN - COLORES DEL INPUT*/




/*INICIO TITULO*/
.contenedor .titulo{
    font-size:25px;
    font-weight:bold;
   color: var(--bg-color-azul);
}
/*FIN TITULO*/




/* INICIO CSS MEDIA QUERY*/
@media all and (max-width:520px) {
    .contenedor .campo .etiqueta {
        padding-left: 5px;
    }

    .contenedor .campo .etiqueta-check {
        padding-left: 5px;
    }

    .contenedor .campo .texto {
        padding-left: 10px;
    }

    .contenedor .campo .texto-cb {
        padding-left: 10px;
    }

    .contenedor .campo .anuncio {
        padding-left: 8px;
        padding-right:8px;
    }

    .contenedor .data input {
        width: 350px;
    }
    .contenedor .campo {
        width:380px;
    }

    .contenedor .campo .titulo{
        text-align:center;
    }



    .contenedor .logo img {
        padding-top:35px;
        width:380px;
    }

    .contenedor .titulo-rpta  h1{
        font-size: 25px;
        text-align:center;
    }
}
/* FIN CSS MEDIA QUERY*/