﻿html, body {
    background-color: #000000;
    color: white;
    /*background-image: url('/Resources/imagenes/fondo.png');*/
    font-family: 'open sans',sans-serif;
}

footer {
    background-color: #1c2739;
    /*background-image: url('/Resources/imagenes/fondo.png');*/
    /*color: #7F8C8D;*/
    color: white;
}

.title {
    /*background-color: #1c2739;*/
    color: #fff;
    /*font-weight:bold;*/
    font-size:1.5rem;
}

.navbar-inner {
    background-color: #1c2739;
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 0;
    border-width: 0;
    color: white;
}

li a {
    color: #ffffff;
}

 li a:hover {
        color: #fff;
        text-shadow: none;
        background-color: #f98012;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f98012;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover, a:focus {
        color: #f98012;
        text-decoration: none;
        outline: none;
    }

img {
    border-width: 0px;
    /*padding: 10px;*/
    border-radius: 1rem;
    width: 100%;
    
}

.imgcarousel0 {
    width: 1300px;
    height: 500px;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
}



.imgcarousel {
    width: 1300px;
    height: 500px;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
}

.imgcarousel2 {
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-position: center;
    background-size: cover;
    border: 5px solid red;
    border-radius: 1rem;

}
.imgcarousel3 {
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    width:200px;
    height:300px;

}

.imgcarouselaut3 {
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 300px;
}

.imgmobile1 {
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-position: center;
    background-size: cover;
    border: 5px solid red;
    border-radius: 1rem;
}

/*@media screen and (max-width: 768px) {
    .imgmobile1 {
        width: 700px;
        height: 500px;
        background-image: url(/Material/Index/Banner-img-moviles.png);
    }
}

@media screen and (min-width:769)  {
    .imgmobile1 {
        width: 1300px;
        height: 500px;
        background-image: url(/Material/Index/Banner-img-HD.png);
    }
}*/


@media screen and (min-width: 1200px) and (max-width:1399px) {
    .imgmobile1 {
        width: 1100px;
        height: 500px;
        background-image:url(/Material/Index/Banner-img-HD.png)
    }
}

@media screen and (min-width: 1400px) {
    .imgmobile1 {
        width: 1100px;
        height: 500px;
        background-image: url(/Material/Index/Banner-img-HD.png)
    }
}

@media screen and (min-width: 1200px) and (max-width:1399px) {
    .imgmobile1 {
        width: 1100px;
        height: 500px;
        background-image: url(/Material/Index/Banner-img-HD.png)
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .imgmobile1 {
        width: 900px;
        height: 500px;
        background-image: url(/Material/Index/Banner-img-HD.png)
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .imgmobile1 {
        width: 740px;
        height: 500px;
        background-image: url(/Material/Index/Banner-img-moviles.png)
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .imgmobile1 {
        width: 500px;
        height: 500px;
        background-image: url(/Material/Index/Banner-img-moviles.png)
    }
}

@media screen and (max-width:575px) {|
    .imgmobile1 {
        width: 300px;
        height: 500px;
        background-image: url(/Material/Index/Banner-img-moviles.png)
    }
}

@media screen and (min-width: 1200px) and (max-width:1399px) {
    .imgcarousel2 {
        width: 1100px;
        height: 500px;

    }
}

@media screen and (min-width: 1400px) {
    .imgcarousel2 {
        width: 1300px;
        height: 500px;
    }
}

@media screen and (min-width: 1200px) and (max-width:1399px) {
    .imgcarousel2 {
        width: 1100px;
        height: 500px;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .imgcarousel2 {
        width: 900px;
        height: 500px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .imgcarousel2 {
        width: 740px;
        height: 500px;
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .imgcarousel2 {
        width: 500px;
        height: 500px;
    }
}

@media screen and (max-width:575px) {
    .imgcarousel2 {
        width: 300px;
        height: 500px;
    }
}


    .carousel-item p {
        opacity: 0;
        transform: scale(0);
        transition: 0.8s;
        color: white;
        font-size: 3rem;
        font-weight: bold;
    }

.imgmobile1 p {
    opacity: 0;
    transform: scale(0);
    transition: 0.8s;
    color: white;
    font-size: 3rem;
    font-weight: bold;
}

    .imgcarousel2 p {
        opacity: 0;
        transform: scale(0);
        transition: 0.8s;
        color: white;
        font-size: 3rem;
        font-weight: bold;
    }

.imgcarousel3 p {
    opacity: 0;
    transform: scale(0);
    transition: 0.8s;
    color: white;
    font-size: 3rem;
    font-weight: bold;
}
.imgcarousel3 Hover-Text {
    opacity: 0;
    transform: scale(0);
    transition: 0.8s;
    color: white;
    font-size: 3rem;
    font-weight: bold;
}

.imgcarouselaut3 p {
    opacity: 0;
    transform: scale(0);
    transition: 0.8s;
    color: white;
    font-size: 3rem;
    font-weight: bold;
}


    .carousel-item active {
        display: flex;
    }


    .imgcarousel:hover {
        filter: blur(2px);
    }

    .imgcarousel2:hover {
        box-shadow: 0 0 0 400px rgba(0,0,0,0.7) inset;
    }

.imgmobile1:hover {
    box-shadow: 0 0 0 400px rgba(0,0,0,0.7) inset;
}

    .carousel-item:hover p {
        opacity: 1;
        transform: scale(1);
        transform: translateY(-5rem);
        /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    }

.imgmobile1:hover p {
    opacity: 1;
    transform: scale(1);
    transform: translateY(25rem);
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

    .imgcarousel2:hover p {
        opacity: 1;
        transform: scale(1);
        transform: translateY(25rem);
        /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    }

.imgcarousel3:hover p {
    opacity: 1;
    transform: scale(1);
    transform: translateY(25rem);
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.imgcarousel3:hover Hover-Text {
    opacity: 1;
    transform: scale(1);
    font-size: 0.5rem;
    /* transform: translateY(25rem);*/
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.imgcarouselaut3:hover p {
    opacity: 1;
    transform: scale(1);
    transform: translateY(25rem);
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.imgcarouselaut3:hover Hover-Text {
    opacity: 1;
    transform: scale(1);
    transform: translateY(25rem);
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

    .card {
        border-radius: 1rem;
        background-color: #fff8e7;
        border: 3px solid;
        border-color: red;
    }

    .color-negro {
        color: #000000;
    }

    .fondo-negro {
        background-color: #000000;
    }

    .color-azul {
        color: #1c2739;
    }

    .fondo-azul {
        background-color: #1c2739;
        color: white;
    }

    .fondo-beige {
        background-color: #fff8e7;
        color: black;
    }

    .btn-lg {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: 0.8rem;
    }

    .breadcrumb {
        background-color: #fff8e7;
        padding: 0.25rem 0.5rem;
        border-radius: 2rem;
        font-size: 1rem;
    }

    .breadcrumb-item {
        float: none;
    }

    .borde-rojo {
        border: 2px solid;
        border-color: red;
        border-radius: 2rem;
    }

    .modal-dialog {
        max-width: 1000px;
        margin: 30px auto;
    }

    .form-control {
        background-color: #fff8e7;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: orange;
    }

    .navbar-light .navbar-nav .nav-link {
        color: white;
    }

    .underline-rojo {
        text-decoration: underline;
        text-decoration-color: red;
    }

    .socialmediaicons .fa {
        padding: 20px;
        font-size: 30px;
        width: 70px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        background: #3B5998;
        color: white;
    }

    .socialmediaicons2 .fa {
        /* padding: 20px; */
        padding: 13px;
        /* font-size: 30px; */
        font-size: 20px;
        /* width: 70px; */
        width: 47px;
        border-radius: 50%;
        text-decoration: none;
        margin: 5px 2px;
    }

    .barra {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 70%;
        height: 1.5rem;
    }

.circulo {
    display: inline-block; /* Para que los círculos estén uno al lado del otro */
    width: 20px; /* Ancho del círculo */
    height: 20px; /* Alto del círculo */
    background-color: #fff8e7; /* Color del círculo */
    border-radius: 50%; /* Hace que el div sea un círculo */
    margin: 0 5px; /* Espacio entre los círculos */
}

.circulos-container {
    text-align: center; /* Centra los círculos */
    width: 100%; /* Para que el contenedor de círculos ocupe todo el ancho */
}


@keyframes SlideDown {
from{
    transform:translateY(-100px);
    opacity:0;
}
to {
    transform:translateY(0px);
    opacity:1;
}
           }

@keyframes SlideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes PopUp {
    from {
        transform: scale(0.2);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}



.img-animateL {
    animation: SlideDown 2s ease forwards;
}

.img-animateA {
    animation: SlideUp 2s ease forwards;
}

.img-animate-pop {
    animation: PopUp 1.5s ease forwards;
}


@media (min-width:992px){
    .size_imgL{
        width:200px;
    }
}

@media (max-width:991px) {
    .size_imgL {
        width: 300px;
    }
}

@media (min-width:992px) {
    .size_imgA {
        width: 600px;
    }
}

@media (max-width:991px) {
    .size_imgA {
        width: 600px;
    }
}

