/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 27 jun 2023, 14:56:10
    Author     : Seba
*/
body{
    color:#555555;
}

.navbar{
    border: 1px solid;
    border-right: 0;
    border-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.carousel {
    margin-bottom: 10px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: right;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0rem;
    margin-left: 0;
    background: #000;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
    background-color: #178c00;
    opacity: 1;
}
#carousel-cinta-2{
    padding: 0 40px;
    margin: 15px 0;
}
#carousel-cinta-2 .carousel-item{

}
#carousel-cinta-2 .card{
    border-radius: 0;
    background: black;
    border-right: 5px solid #323232;
}
#carousel-cinta-2 .card-text{
    height: 160px;
    overflow-y: auto;
    color: white;
}
#carousel-cinta-2 .carousel-control-next, #carousel-cinta-2 .carousel-control-prev{
    background: #4d4d4d;
    opacity: 1;
    width: 35px;
}
#carousel-cinta-2 .carousel-control-next:hover, #carousel-cinta-2 .carousel-control-prev:hover{
    background: #6e6e6e;
}


.contact-box{
    background-color: #2c2c2c;
    color: #fff;
    padding: 20px;
    height: 740px;
}
.contact-title{
    padding: 0 0 10px 0;
    border-bottom: 1px #fff solid;
}
.contact-title h3{
    font-weight: 400;
    font-size: calc(1rem + .6vw);
}
.contact-box.secciones{
    height: 400px;
}
.contact-body{
    font-size: 10pt;
}
.contact-body .fila {
    margin: 20px 10px;
}
.contact-body a.link-contacto{
    color: #fff;
    border: 0;
    text-decoration: none;
}
.contact-body a.link-contacto:hover{
    color: #ddd;
}


.contact-box-left{
    background-color: #000;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(-45deg, #e1e1e1 0px, #e1e1e1 0.5px, #000000 0, #000000 50%);
    color: #fff;
    height: 740px;
    position: relative;
}
.contact-box-left .contenido{
    background-color: #000;
    padding: 20px;
}
.contact-left-title{
    padding: 0 0 10px 0;
    border-bottom: 1px #fff solid;
}
.contact-left-title h3{
    font-size: calc(1rem + .6vw);
    color: #2bd808;
}
.contact-left-body .fila {
    margin: 20px 10px;
}

.contact-left-body .accordion{}
.contact-left-body .accordion .accordion-item{
    background-color: #000;
    color: #fff;
    border: 0;
}
.contact-left-body .accordion .accordion-button{
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 700;
}
.contact-left-body a.link-contacto{
    background-color: #000;
    color: #fff;
    border: 0;
    text-decoration: none;
}
.contact-left-body a.link-contacto:hover{
    color: #ddd;
}

.img-boton-home{
    width: 100%;
    border-bottom: 1em solid #999;
}
.img-boton-derecha{
    width: 100%;
    border-bottom: 1em solid #999;
    margin-top: 5px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

footer{
    background: rgb(153,153,153);
    background: linear-gradient(180deg, rgba(153,153,153,1) 0%, rgba(119,119,119,1) 18%, rgba(51,51,51,1) 100%);
    color: #d7d7d7;
}



/*responsive*/
@media(max-width:1400px) {
    .contact-box,.contact-box-left{
        height: 639px;
    }
    
}
@media(max-width:1200px) {
    .contact-box,.contact-box-left{
        height: 538px;
    }
}
@media(max-width:991px) {
    .contact-box{
        height: 403px;
    }
    .contact-box-left{
        height: inherit;
    }
}
@media(max-width:768px) {
    .contact-box{
        height: inherit;
        margin-top: 10px;
    }
    .contact-box-left{
        height: inherit;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    #carousel-cinta-2 .carousel-inner {
        display: flex;
    }
    #carousel-cinta-2 .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }
}