/* Clear */
video{max-width: 100%;}
/* Text colors */
.color-green{color: #1C3C34;}
.color-cian{color: #006686;}
.color-gray{color: #333333;}
.color-light-gray{color: #d7d6db;}
.color-white{color: #ffffff;}
.color-blue{color: #001a50;}
/* Background Colors */
.white-container{background-color: rgba(255,255,255,0.9);}
.white-container-medium{background-color: rgba(255,255,255,0.8);}
.white-container-light{background-color: rgba(255,255,255,0.6);}
.solid-white-container{background-color: #ffffff;}

.green-container{background-color: #1C3C34; color: white;}
.light-green-container{background-color: #71857e; color: white;}

.dark-container{background-color: #333333; color: white;}
.light-gray-container{background-color: #d7d6db; color: #1C3C34}
.gray-container{background-color: #f5f4f2;}

/* BEGIN: Buttons */
.btn-80-percent{width: 100%;}
@media (min-width: 1250px){
    .btn-80-percent{width: 80%;}
}
@media (max-width: 767px){
    .btn-90-percent-only-xs{width: 90%;}
    .btn-100P-xs{width: 100%;}
}
.btn-green-on,
.btn-green-on:focus{
    color: white;
    background-color: #1C3C34;
    border: 2px solid #1C3C34;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
}
.btn-tp-md,
.btn-green-on.btn-tp-md:focus
.btn-green-invert.btn-tp-md:focus{
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-xl-futura{font-size: 30pt;}
.btn-md-futura{font-size: 25pt;}
.btn-sm-futura{font-size: 20pt;}
.btn-xm-futura{font-size: 25pt;}

.btn-xl-felt-that{font-family: "FeltThat"; font-size: 40pt;}
.btn-md-felt-that{font-family: "FeltThat"; font-size: 30pt;}
.btn-sm-felt-that{font-family: "FeltThat"; font-size: 20pt;}
@media screen and (max-width: 991px){
    .midle-content-sm:before{
        content: "";
        display: inline-block;
        width: 1px;
        height: 110px; 
        vertical-align: middle;;
    }
}
@media screen and (max-width: 991px){
    .btn-xs-felt-that{
        font-size: 23pt;
    }  
}
@media screen and (max-width: 767px){
    .btn-xs-green-on{ padding: 0px 15px; }
    .btn-xs-felt-that{
        font-size: 20pt;
        padding-top: 10px;
        padding-bottom: 10px;
    }    
    .midle-content-xs:before{
        content: "";
        display: inline-block;
        width: 1px;
        height: 110px; 
        vertical-align: middle;;
    }
}
.btn-std{min-width: 230px}

.btn-doble{
    margin: 0;
    position: relative;
    padding: 15px 30px;
    border: 1px solid #1C3C34;
    box-shadow: none;
    background-color: #1C3C34;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;

    -webkit-box-shadow: 10px 10px 0px 0px rgba(215,214,219,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(215,214,219,1);
    box-shadow: 10px 10px 0px 0px rgba(215,214,219,1);

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (max-width: 768px){
    .btn-doble{
        font-size: 18px;
        padding: 15px 24px;
    }
}
@media (max-width: 425px){
    .btn-doble{
        font-size: 16px;
        padding: 12px 20px;
    }

    .btn-doble.block-xs{
        display: block;
        width: 90%;
        margin: 5px auto;
    }
}
.btn-doble:hover,
.btn-doble:active,
.btn-doble:focus{
    text-decoration: none;
}
.btn-doble:focus{
    background-color: #1C3C34;
    color: white;
}
.btn-doble:hover{
    color: #333333;
    background-color: white;
    border-color: #d7d6db;
}
.btn-doble.invert,
.btn-doble.invert:focus{
    background-color: white;
    border-color: white;
    color: #333333;
}
.btn-doble.invert:hover{
    background-color: #1C3C34;
    color: white;
    border-color: #3f5d55;
}
.btn-doble.ft{
    font-family: 'FeltThat';
    font-size: 25px;
    line-height: 20px;
}
.btn-doble.lower{
    text-transform: lowercase;
}
.btn-doble.lower.ft{
    font-size: 35px;
    line-height: 30px;
}

.btn-doble.bold{
    font-weight: bold;
}
.btn-doble.sm{
    padding: 8px 15px;
    font-size: 15px;
    line-height: 12px;
}
.btn-doble.md{
    padding: 12px 18px;
    font-size: 20px;
    line-height: 25px;
}
/* Buttons */
a[class*="btn-"]{
    border-width: 2px;
    border-style: solid;
    padding: 10px 25px;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
}


/* Bordered button White */
.active[role='presentation'] .btn-white-on,
.btn-white-on:not(.disabled-hover):hover{
    color: #fff;
    background-color: transparent;
}
.btn-white-invert,
.btn-white-invert:focus{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.active[role='presentation'] .btn-white-invert,
.btn-white-invert:not(.disabled-hover):hover{
    color: white;
    background-color: #d7d6db;
}

/* Bordered button Green */
.active[role='presentation'] .btn-green-on,
.btn-green-on:not(.disabled-hover):hover{
    color: #1C3C34;
    background-color: white;
}

.btn-green-invert,
.btn-green-invert:focus{
    color: #1C3C34;
    background-color: white;
    border-color: #1C3C34;
}
.active[role='presentation'] .btn-green-invert,
.btn-green-invert:not(.disabled-hover):hover{
    color: white;
    background-color: #1C3C34;
}


/* Bordered button Blue */
.active[role='presentation'] .btn-blue-on,
.btn-blue-on:not(.disabled-hover):hover{
    color: #001a50;
    background-color: white;
}

.btn-blue-invert,
.btn-blue-invert:focus{
    color: #001a50;
    border-color: #001a50;
}
.active[role='presentation'] .btn-blue-invert,
.btn-blue-invert:not(.disabled-hover):hover{
    color: white;
    background-color: #001a50;
}

/* Bordered button Light green */
.active[role='presentation'] .btn-lgreen-on,
.btn-lgreen-on:not(.disabled-hover):hover{
    color: #99ffcc;
    background-color: white;
}

.btn-lgreen-invert,
.btn-lgreen-invert:focus{
    color: #99ffcc;
    border-color: #99ffcc;
}
.active[role='presentation'] .btn-lgreen-invert,
.btn-lgreen-invert:not(.disabled-hover):hover{
    color: white;
    background-color: #99ffcc;
}

/* Carousel */
.slider-white-arrow{
    padding: 0 60px!important;
}
.slider-white-arrow .prev,
.slider-white-arrow .next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
}
.slider-white-arrow .prev{
    left: 0;
    background-image: url(../../images/others/icons-svg/white-border-arrow-left.svg)
}
.slider-white-arrow .next{
    right: 0;
    background-image: url(../../images/others/icons-svg/white-border-arrow-right.svg)
}