﻿:root {
    /* Colores primarios aprobados por comunicaciones */
    --color-claro: #abcbd9;
    --color-oscuro: #003d75;
    --color-intermedio: #5b9acc;
    /* Colores secundarios pantone Gestora */
    --color-claro2: #cee5ea;
    --color-claro3: #fdffff;
    --color-oscuro2: #002241;
    /* COLORES GENERALES */
    --blanco: #ffffff;
    --negro: #04040486;
    --plomoOscuro: #242a33;
    --plomo-claro: #c6c6c6;
    --verde-success: #32b74a;
    --verde-oscuro: #1e586e;
    --amarillo-warning-oscuro: #f9c416;
    --amarillo-claro: #ffe285;
    --rojo-delete: #fa5656;
    --rojo-claro: #d37878;
    --celeste: #01ccd3;
    --naranja: #e99516;
    /* COLORES DE PRUEBA */
    --primary: #0988b4;
}

.body {
    background-color: #e4e4e4;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.button-circle-navegacion {
    background: #FFFFFF;
    color: #002241;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: var(--blanco);
    text-align: center;
    box-shadow: 0px 10px 20px var(--primary);
}

.label-button-circle {
    margin-top: 20px;
    color: #FFFFFF !important;
    font-weight: 500;
    font-size: 12px;
}

.label-alert {
    background-color: var(--color-oscuro);
    padding: 1px;
    display: table;
    margin: 0px auto 0px auto;
}

.title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: var(--color-oscuro);
}

.icono-button {
    font-size: 65px;
}

.button-circle-navegacion:hover {
    color: #cee5ea;
    background: #0788b7;
    /* box-shadow: 0px 0px 5px var(--color-oscuro); */
}

.imgCButton {
    max-width: 70%;
    max-height: 70%;
}

@media only screen and (max-width: 768px) {
    .button-circle-navegacion {
        width: 100px;
        height: 100px;
    }

    .label-button-circle {
        margin-top: 20px;
        font-weight: 400;
    }

    .title {
        text-align: center;
        font-size: 18px;
    }

    .icono-button {
        font-size: 55px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    width: 100%;
    background: #1c92d2;
    background: -webkit-linear-gradient(to right, #f2fcfe, #1c92d28f);
    background: linear-gradient(to right, #f2fcfe, #1c92d28a);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

    .header .textos-header {
        display: flex;
        height: 430px;
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

.textos-header h1 {
    font-size: 50px;
    color: #fff;
}

.textos-header h2 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}

.wave {
    position: relative;
    bottom: 0;
    width: 100%;
}



/** SECCIÓN INFORMATE**/
.section-gallery {
    padding: 20px 0;
}

.container-fluid {
    padding: 0px;
}

.overlay-div {
    float: top;
    bottom: 45vw; /*important*/
    background: #f7f7f7;
    position: relative;
}

.parallaxClass {
    max-height: 400px;
}

.owlpers {
    margin: 100px;
}

.carousel {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    font-family: Arial;
}

.carousel__list {
    display: flex;
    list-style: none;
    position: relative;
    width: 100%;
    height: 300px;
    justify-content: center;
    perspective: 300px;
}


/* TODO: CONOCE MAS DE LO NUESTRO */
/** CAROUSEL */
/* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */


.visuallyhidden {
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0;
}

/* .container {
  overflow: hidden;
  padding: 20px;
  margin-top: 2em;
  background: rgba(0,0,0,.1)
} */

.card-carousel {
    --card-width: 0%;
    /* --card-max-width: 280px;
  --card-height: 35px;
  --carousel-min-width: 0px; */
    z-index: 1;
    position: relative;
    margin: 0 auto;
    /* width: 100%; */
    height: var(--card-height);
    min-width: var(--carousel-min-width);
    transition: filter .3s ease;
}

@media screen and (max-width: 640px) {
    .card-carousel {
        margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2)
    }
}

.card-carousel.smooth-return {
    transition: all .2s ease;
}

.card-carousel .card {
    background: whitesmoke;
    width: var(--card-width);
    max-width: var(--card-max-width);
    text-align: center;
    min-width: 250px;
    height: var(--card-height);
    position: absolute;
    margin: 0 auto;
    color: rgba(0,0,0,.5);
    transition: inherit;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    border-radius: 1em;
    filter: brightness(.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card.highlight {
    filter: brightness(1)
}


.card:nth-of-type(1) .image-container {
    background-image: url("../images/dracaena-cinnabari.jpg");
}

.card:nth-of-type(2) .image-container {
    background-image: url("../images/img_lights.jpg")
}

.card:nth-of-type(3) .image-container {
    background-image: url("../images/pexels-photo-414612.jpeg")
}

.card:nth-of-type(4) .image-container {
    background-image: url("../images/rose-blue-flower-rose-blooms-67636.jpeg")
}

.card:nth-of-type(5) .image-container {
    background-image: url("https://helpx.adobe.com/content/dam/help/en/stock/how-to/visual-reverse-image-search/jcr_content/main-pars/image/visual-reverse-image-search-v2_intro.jpg")
}



.image-container {
    width: 8em;
    height: 8em;
    position: relative;
    background-size: cover;
    margin-bottom: 2em;
    border-radius: 100%;
    padding: 1em;
    -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3);
}

    .image-container::after {
        content: "";
        display: block;
        width: 120%;
        height: 120%;
        border: solid 3px rgba(0,0,0,.1);
        border-radius: 100%;
        position: absolute;
        top: calc(-10% - 3px);
        left: calc(-10% - 3px);
    }

h2 {
    padding: 1em;
    margin-top: 1em;
    background: rgba(0,0,0,.3);
    text-align: center;
    color: white;
    border-radius: .2em;
    display: inline-block;
    
}

    h2 a {
        color: #f5b916
    }

/** IMAGE SETTINGS */

.imgCarousel {
    max-width: 100%;
    object-fit: contain;
}

/** CONTAINER TEST */
.ctest {
    height: 800px;
    position: relative;
}

.wcar {
    position: absolute;
    top: 5%;
}

:root {
    --color-oficinavirtual: #0154a3;
    --color-sinanav: rgba(215, 225, 234, 0.7);
    --color-circleButton: #0788b7;
    --color-circleButtonLigth: rgba(7, 136, 183, 0.7);
}

@font-face {
    font-family: 'DIN Pro B';
    src: local('../font/DINPro-Bold/DIN Pro Bold'), local('../font/DINPro-Bold/DIN-Pro-Bold'), url('../fonts/DINPro-Bold.woff2') format('woff2'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: 'DIN Pro Bold', DIN Pro B, monospace;
}

/* TODO: NAV BAR TOP */

.home-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav-styles {
    margin-top: 4%;
    width: 99%;
    margin-left: 1%;
    margin-right: 1%;
}

.sina-nav.navbar-transparent {
    background-color: var(--color-sinanav); /*#087a34; #D7E1EA;*/
}

.oficina-virtual-div {
    display: flex;
    margin-right: 2%;
    margin-left: auto;
    justify-content: center;
}

    .oficina-virtual-div > a {
        display: flex;
        background-color: var(--color-oficinavirtual);
        max-width: 25vh;
        border-radius: 20px;
        color: white;
    }

.oficina-virtual-button-responsive {
    font-family: 'DIN Pro', DIN Pro, monospace;
    margin: auto;
    margin-left: 2%;
}

/* TODO: BUTTON IN 3D SLIDER */

.button-container-padre {
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 1;
    bottom: 20%;
    left: 3%;
    gap: 20px;
}

    .button-container-padre > a:hover {
        color: var(--color-oficinavirtual);
    }

.overlay-absolute {
    position: absolute;
}

.overlay-relative {
    position: relative;
}

.slider-button-div {
    background-color: var(--color-sinanav);
    padding: 10px;
    border-radius: 20px;
    color: var(--color-oficinavirtual);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: fit-content;
}

/* TODO: BOTONES OFICINA VIRTUAL */

/** FLEX PARA ASOCIAR CON CONOCE MAS DE LO NUESTRO */

.ov-cmdln-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    bottom: 5%;
}

    .ov-cmdln-container > a {
    }

/**CONOCE MAS DE LO NUESTRO*/
.cmdln-item {
    margin: 5%;
}

/**CONTENIDO DEL BOTON*/

.ov-container-button {
    display: flex;
    justify-content: space-evenly;
    margin-left: 5%;
    margin-right: 5%;
}


.ov-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
}

.ov-button {
    background-color: var(--color-circleButton);
    box-shadow: 0px 10px 10px var(--color-circleButton);
    border: 2px solid white;
    border-radius: 20px;
    color: white;
    width: 80%;
    padding: 1%;
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}

/**IMG INVERTIDA*/
.ov-brightness:hover {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* TODO: CONOCE LO NUESTRO */
.cln-container {
    display: flex;
    justify-content: space-evenly;
}

    .cln-container > img {
        display: flex;
        align-self: center;
        width: 12%;
        margin-bottom: 100px;
    }

.cln-triptico-image{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.cln-button-34 {
    background: #003d75;
    border-radius: 999px;
    box-shadow: #5E5DF0 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

/* TODO: REGISTRATE AQUI */

.ra-container {
    /* display: flex;
    flex-direction: row;
    justify-content: space-evenly; */
    position: relative;
    text-align: center;
}

.ra-button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20%;
    position: absolute;
    bottom: 5%;
    left: 0%;
    right: 0%;
}

.ra-button-container2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    top: 10%;
    left: 0%;
    right: 0%;
}

.ra-cbutton {
    color: #002241;
    width: 200px;
    height: 200px;
    border: 6px solid white;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    text-align: center;
    /* box-shadow: 0px 20px 20px rgba(0, 0, 0, 1); */
}

.ra-img {
    max-width: 80%;
    max-height: 80%;
}

.ra-text {
    padding: 4px;
    color: white;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    /* box-shadow: 0px 10px 10px var(--color-circleButton); */
}

/* TODO: PARALLAX WINDOWS */

.parallax-window {
    min-height: 994px;
    background: transparent;
}


.pov-container {
    position: relative;
    text-align: center;
}

.parallaxie {
    min-height: 994px;
}

.pov-button-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 10%;
    left: 5%;
}

.pov-image-container {
    width: 10%;
    position: relative;
    top: 70%;
    left: -6%;
}

.pov-text {
    padding: 6px;
    margin-top: 20px;
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    background-color: var(--color-circleButtonLigth);
    border-radius: 15px;
}

/* TODO: GALERIA FOTOGRAFICA */

/**TITULO*/

.gf-title {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

    .gf-title > h1 {
        font-size: 75px;
        margin-left: 10px;
    }

.gf-image {
    width: 5%;
}


/* TODO: REDES SOCIALES */

.rs-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 100px;
    margin-top: 20px;
}

.rs-button-circle {
    background: #FFFFFF;
    color: #002241;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: var(--blanco);
    text-align: center;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 1);
}

.rs-image {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 5%;
    margin-left: 5%;
}


/* TODO: FOOTER */

.f-margin-img {
    margin-left: 50px;
    margin-right: 50px;
}

.f-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.f-gblanca-img {
    right: 1%;
    bottom: -10%;
}

/**/

.dinamic-tab{
    margin: 2%;
}

/* =Responsive Structure
----------------------------------------------- */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {
    .button-container-padre {
        bottom: 25%;
    }

    .slider-button-div {
        font-size: 12px;
    }

    .ov-card {
        flex-direction: row;
    }

    .ov-button {
        margin-left: 5%;
    }

    /**/

    .ra-button-container2 {
        top: 25%;
    }

        .ra-button-container2 > div {
            font-size: 12px;
        }

    .ra-button-container {
        gap: 15%;
        bottom: 0%;
    }

    .ra-cbutton {
        width: 75px;
        height: 75px;
    }

    .ra-text {
        font-size: 10px;
    }

    /**/

    .pov-button-container {
        top: 10%;
        left: 5%;
    }

    .pov-image-container {
        left: -6%;
        height: 65%;
        width: 9%;
        top: 76%;
    }
    

    .pov-text {
        padding: 6px;
        margin-top: 20px;
        font-size: 16px;
    }

    /**/
    .gf-title > h1 {
        font-size: 35px;
    }

    /**/
    /**/

    .rs-container {
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 100px;
        margin-top: 20px;
    }

    .rs-button-circle {
        width: 60px;
        height: 60px;
    }

    .rs-image {
        max-width: 80%;
        margin-bottom: 5%;
        margin-left: 5%;
    }

    /**/

    .ov-cmdln-container {
    }
}

@media only screen and (min-width: 600px) {
    .button-container-padre {
        bottom: 20%;
    }

    .button-container-padre {
            bottom: 20%;
    }

    /**/

    .ra-button-container2 {
        top: 20%;
    }

        .ra-button-container2 > div {
            font-size: 16px;
        }

    .ra-button-container {
        gap: 15%;
        bottom: 2%;
    }

    .ra-cbutton {
        width: 125px;
        height: 125px;
    }

    .ra-text {
        font-size: 17px;
        margin-top: 5%
    }

    /**/

    .pov-text {
        padding: 6px;
        margin-top: 20px;
        font-size: 24px;
    }

    /**/
    .gf-title > h1 {
        font-size: 55px;
    }

    /**/
    /**/

    .rs-container {
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 100px;
        margin-top: 20px;
    }

    .rs-button-circle {
        width: 100px;
        height: 100px;
    }

    .rs-image {
        max-width: 80%;
        margin-bottom: 5%;
        margin-left: 5%;
    }

    /**/

    .ov-cmdln-container {
    }

    .ctest {
        height: 550px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .button-container-padre {
        bottom: 20%;
    }

    .slider-button-div {
        font-size: 18px;
    }

    /**/
    .ra-button-container2 {
        top: 15%;
    }


        .ra-button-container2 > div {
            font-size: 36px;
        }

    .ra-button-container {
        gap: 15%;
    }


    .ra-cbutton {
        width: 150px;
        height: 150px;
    }

    .ra-text {
        font-size: 20px;
        margin-top: 5%
    }

    /**/

    .pov-text {
        padding: 6px;
        margin-top: 20px;
        font-size: 30px;
    }

    /**/
    .gf-title > h1 {
        font-size: 65px;
    }

    /**/
    /**/

    .rs-container {
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 100px;
        margin-top: 20px;
    }

    .rs-button-circle {
        width: 120px;
        height: 120px;
    }

    .rs-image {
        max-width: 100%;
        margin-bottom: 5%;
        margin-left: 5%;
    }

    .ov-cmdln-container {
    }

    .ctest {
        height: 550px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .button-container-padre {
        bottom: 15%;
    }

    .ra-button-container2 {
        top: 10%;
    }

        .ra-button-container2 > div {
            font-size: 40px;
        }

    .ra-button-container {
        gap: 20%;
        bottom: 5%;
    }


    .ra-cbutton {
        width: 200px;
        height: 200px;
    }

    .ra-text {
        font-size: 26px;
    }

    /**/

    .pov-button-container {
        top: 10%;
        left: 5%;
    }

    .pov-image-container {
        width: 10%;
    }
     
    
    .pov-text {
        padding: 6px;
        margin-top: 20px;
        font-size: 40px;
    }

    /**/
    .gf-title > h1 {
        font-size: 75px;
    }

    /**/

    /**/

    .rs-container {
        margin-left: 20%;
        margin-right: 20%;
        margin-bottom: 100px;
        margin-top: 20px;
    }

    .rs-button-circle {
        width: 120px;
        height: 120px;
    }

    .rs-image {
        margin-bottom: 5%;
        margin-left: 5%;
    }

    /**/

    .ov-cmdln-container {
    }

    .ctest {
        height: 800px;
    }
}

@keyframes heartbeat {
    0% {
        transform: scale( .75 );
    }

    20% {
        transform: scale( 1 );
    }

    40% {
        transform: scale( .75 );
    }

    60% {
        transform: scale( 1 );
    }

    80% {
        transform: scale( .75 );
    }

    100% {
        transform: scale( .75 );
    }
}

.gesip-container {
    display: flex;
    position: absolute;
    right: 0%;
    top: 0%;
    bottom: 0%;
    flex-direction: column;
    justify-content: center;
    width: 15%;
    animation: heartbeat 2s infinite;
    filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white) drop-shadow(-5px 0 0 white) drop-shadow(0 -5px 0 white);
    -webkit-filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white) drop-shadow(-5px 0 0 white) drop-shadow(0 -5px 0 white);
}
.gesip-container2 {
    display: flex;
    position: absolute;
    right: 0%;
    top: 45%;
    bottom: 0%;
    flex-direction: column;
    justify-content: center;
    width: 5%;
    animation: heartbeat 2s infinite;
    filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white) drop-shadow(-5px 0 0 white) drop-shadow(0 -5px 0 white);
    -webkit-filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white) drop-shadow(-5px 0 0 white) drop-shadow(0 -5px 0 white);
}

.subtitulo-pagina{
    display: flex;
    /*justify-content: end;*/
}



