﻿body {
    overflow-y: scroll;
    overflow-x: hidden;
}

#breadcrumbs li {
    display: inline-block;
}

    #breadcrumbs li:not(:first-child) {
        margin-left: 0.4em;
    }

        #breadcrumbs li:not(:first-child):before {
            content: '/';
            color: #2e3b63;
            margin-right: 0.4em;
        }

    #breadcrumbs li a:hover {
        color: #73e600;
        transition: 0.3s;
        opacity: 0.9;
    }

.breadcrumb-container {
    position: fixed;
    padding: 0px;
    width: 100%;
    z-index: 2;
    height: 35px;
    margin-top: -10px;
    padding-top: 5px;
    background-color: aliceblue;
    font-weight: 900;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.breadcrumb-container {
    background-color: white;
}

    .breadcrumb-container .item {
        margin-left: 21px;
        color: #606060;
    }

        .breadcrumb-container .item a:hover {
            color: #73e600;
            transition: 0.3s;
            opacity: 0.9;
        }

#myCarousel {
    z-index: -1;
    padding: 0px;
    position: fixed;
    width: 100%;
    height: 60%;
    margin-top: -44px;
}

    #myCarousel .carousel-inner {
        height: 100%;
    }

        #myCarousel .carousel-inner img {
            width: 100%;
            height: 100%;
        }

#title-Polizas {
    height: 50px;
    padding-top: 10px;
    border-radius: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    color: #265072;
    background-color: white;
}

#panel-cards {
    width: 100%;
    padding: 0px;
    background-color: white;
    margin: 0% 0% 0% 0%;
    /*margin: 30% 0% 0% 0%*/
}

#btn-ingresar {
    float: right;
    margin: 5px 20px 0px 0px;
}

@media only screen and (max-width : 900px) {
    #myCarousel {
        height: 50%;
    }

        #myCarousel .carousel-inner {
            height: 100%;
        }

            #myCarousel .carousel-inner .item {
                height: 100%;
            }

            #myCarousel .carousel-inner img {
                width: 100%;
                height: 100%;
            }

    /*#panel-cards {
        margin-top: 60%
    }*/

    #up-arrow {
        display: none;
    }

    #down-arrow {
        display: none;
    }
}

@media only screen and (max-width : 800px) {
    #myCarousel {
        height: 35%;
        padding-top: 6%;
    }

        #myCarousel .carousel-inner {
            height: 100%;
        }

            #myCarousel .carousel-inner .item {
                height: 100%;
            }

            #myCarousel .carousel-inner img {
                width: 100%;
                height: 100%;
            }

    .breadcrumb-container {
        margin-top: 5%;
    }

    /*#panel-cards {
        margin-top: 60%
    }*/

    #up-arrow {
        display: none;
    }

    #down-arrow {
        display: none;
    }
}

@media only screen and (max-width : 768px) {
    #myCarousel {
        height: 40%;
    }

        #myCarousel .carousel-inner {
            height: 100%;
        }

            #myCarousel .carousel-inner .item {
                height: 100%;
            }

            #myCarousel .carousel-inner img {
                width: 100%;
                height: 100%;
            }

    /*#panel-cards {
        margin-top: 50%
    }*/

    #up-arrow {
        display: none;
    }

    #down-arrow {
        display: none;
    }
}

@media only screen and (max-width : 700px) {
    #myCarousel {
        height: 50%;
    }

        #myCarousel .carousel-inner {
            height: 100%;
        }

            #myCarousel .carousel-inner .item {
                height: 100%;
            }

            #myCarousel .carousel-inner img {
                width: 100%;
                height: 100%;
            }

    /*#panel-cards {
        margin-top: 60%
    }*/

    #up-arrow {
        display: none;
    }

    #down-arrow {
        display: none;
    }
}

@media only screen and (max-width : 590px) {
    #myCarousel {
        height: 45%;
        padding-top: 0%;
    }

        #myCarousel .carousel-inner {
            height: 100%;
        }

            #myCarousel .carousel-inner .item {
                height: 100%;
            }

            #myCarousel .carousel-inner img {
                width: 100%;
                height: 100%;
            }

    .breadcrumb-container {
        margin-top: -10px;
    }

    /*#panel-cards {
        margin-top: 75%
    }*/

    #up-arrow {
        display: none;
    }

    #down-arrow {
        display: none;
    }

    #title-Polizas {
        padding-top: 10px;
        font-size: 20px;
    }
}

@media only screen and (max-width : 370px) {
    #myCarousel {
        height: 40%;
    }

        #myCarousel .carousel-inner {
            height: 100%;
        }

            #myCarousel .carousel-inner .item {
                height: 100%;
            }

            #myCarousel .carousel-inner img {
                width: 100%;
                height: 100%;
            }

    /*#panel-cards {
        margin-top: 80%
    }*/

    #up-arrow {
        display: none;
    }

    #down-arrow {
        display: none;
    }
}

#down-arrow {
    font-size: 40px;
    color: #2e3b63;
    background-color: white;
    position: fixed;
    z-index: 2;
}

    #down-arrow i:hover {
        color: rgb(243, 191, 59);
        transition: 0.3s;
    }

#down-arrow {
    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#up-arrow {
    font-size: 40px;
    color: #2e3b63;
    background-color: white;
    position: fixed;
    z-index: 2;
}

    #up-arrow i:hover {
        color: rgb(243, 191, 59);
        transition: 0.3s;
    }

#up-arrow {
    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}