﻿
/*------------CAROUSEL HOME PRINCIPAL-------------*/

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    width: 20px;
    height: 35px;
    background-color: #af151b;
    vertical-align: middle;
    margin-right: auto;
    border-radius: 50px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    width: 20px;
    height: 35px;
    background-color: #af151b;
    vertical-align: middle;
    margin-left: auto;
    border-radius: 50px;
}


.carousel-indicators li {
    background-color: #2D2A69 !important;
    height: 8px;
    width:35px;

}

.carousel-indicators .active {
    background-color: #2D2A69 !important;
    height: 8px;
    border-radius: 5px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-inner {
    margin-bottom: 35px;
}


.shadow-carousel {
    -webkit-box-shadow: 0px 10px 10px #CFCBBB;
    -moz-box-shadow: 0px 10px 10px #CFCBBB;
    box-shadow: 0px 15px 15px #CFCBBB;
}

.carousel-fade .active.left {
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 2;
}


.carousel-fade .next {
    left: 0;
    opacity: 1;
    z-index: 1;
}


/*------------LINEA GRADIENTE HOME-------------*/
hr {
    border: 0;
    height: 4px;
    background: linear-gradient(to right, #3333cc 0%, #cc0000 100%); 
}



/*------------CAROUSEL OFERTAS HOME-------------*/

.card-rec :hover {
    -webkit-box-shadow: 7px 9px 15px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 9px 15px -8px rgba(0,0,0,0.75);
    box-shadow: 7px 9px 15px -8px rgba(0,0,0,0.75);
}



/*------------CARDS RECOMENDACIONES HOME-------------*/

.c-card {
    padding: 15px;
    margin-top: 30px;
    /*box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0 14px rgb(96,189,234);
    /*background: linear-gradient(0deg, rgba(210,245,254,1) 0%, rgba(250,254,255,1) 56%);*/
    background-color: rgb(255,255,255);
    /*background-color: #182c6c;*/
    color: #121557;
    border: 1px rgb(96,189,234);
}



.img {
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    /*border: 3px solid #d83c31;*/
    border: 3px solid #121557;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(24,44,108,0.31);
    -moz-box-shadow: 0px 3px 8px 1px rgba(24,44,108,0.31);
    box-shadow: 0px 3px 8px 1px rgba(24,44,108,0.31);
    /*min-height:22vh;
    min-width:100%;*/
    /*height:22vh;*/
}


.top-sec {
    margin-top: -30px;
    background-color: white;
    position: relative;
    display: block;
    border-radius: 15px;
}


.round-border {
    border-radius: 15px;
    /*border: 2px solid #182c6c;*/
}



.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    background: rgba(0, 21, 104, 0.1);
    border-radius: 15px;
}

.top-sec:hover .overlay {
    opacity: 1;
}



.card-tex {
    font-size: 0.9em;
    padding-top: 1.5vh;
    font-family:'Bookman Old Style';
}



.btn1:focus, .btn1:active {
    outline: none !important;
    box-shadow: none !important;
}


.clearfix-btn {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.icon-overlay {
    color: #182c6c;
    font-size:1.3em;

}


.a-button 
{
    background-color: transparent;
    color: #182c6c;
    border-color: #182c6c;
    border: 1px solid;
    border-radius: 10px;
    width:100%;
    text-decoration: none;
}

.a-button:hover 
{
        background-color: transparent;
        color: #182c6c;
        border-color: #182c6c;
        border: 1px solid;
        width: 100%;
        text-decoration: none;
}


      