/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* fonts */

@import url(
https://fonts.googleapis.com/css?family=Roboto:400,
300,
300italic,
400italic,
500,
500italic,
700,
700italic
);

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

/***************************
************** Global Styles 
****************************/

html,
body {
    height: 100%;
    color: #b5b5b5;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 300;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: rgb(69, 72, 77); /* Old browsers */
    background: -moz-linear-gradient(
        left,
        rgba(69, 72, 77, 1) 0%,
        rgba(0, 0, 0, 1) 100%
        ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        rgba(69, 72, 77, 1) 0%,
        rgba(0, 0, 0, 1) 100%
        ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(69, 72, 77, 1) 0%,
        rgba(0, 0, 0, 1) 100%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

/*********Datalist**********/
.datalist_code {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 32px;
}
div#datalist_codeid input#telefono[type='tel'] {
}
.datalist_code label {
    display: block;
    position: absolute;
    top: -32px;
}
#datalist_code {
    width: 44%;
    height: 60px;
    border-radius: 5px;
    margin-right: 8px;
    -webkit-appearance: none;
    padding: 15px 0px 15px 8px;
    border-radius: 5px;
    box-shadow: inset 4px 6px 10px -4px rgb(0 0 0 / 30%),
        0 1px 1px -1px rgb(255 255 255 / 30%);
    -webkit-box-shadow: inset 4px 6px 10px -4px rgb(0 0 0 / 30%),
        0 1px 1px -1px rgb(255 255 255 / 30%);
    background: rgba(0, 0, 0, 0.2);
    outline: none;
    border: none;
    border: 1px solid rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    color: #ffffff;
}
.errorInput {
    position: relative;
}
.errorInput::after {
    content: attr(data-error);
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -39px;
    right: -74px;
    color: red;
    font-weight: 600;
}
div.errorInput input[type="text"],div.errorInput input[type="password"]{
    border: 1px solid red !important;
}
/*****************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #076bc9;
}

.h4,
h4 {
    font-size: 24px;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 10px 10px 30px;
    padding-bottom: 9px;
}

p {
    text-align: justify;
    text-justify: inter-word;
}

.page-container {
    margin-top: 2em;
}

.well {
    background-color: #111;
    background: -webkit-linear-gradient(#111, #333); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(#111, #333); /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(#111, #333); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#111, #333); /* Standard syntax */
    border: none;
}

.text-danger {
    color: #cc0000;
}

/* index boxes titles - sample of text with gradient color*/
.subtitle {
    text-transform: uppercase;
    color: #666;
    font-size: 21px;
    background: -webkit-linear-gradient(#ff3333, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/************* custom margin bottom classes to create vertical space ****************/
.margin-bottom-20 {
    margin-bottom: 2em;
}
.margin-bottom-30 {
    margin-bottom: 3em;
}
.margin-bottom-40 {
    margin-bottom: 4em;
}
.margin-bottom-50 {
    margin-bottom: 5em;
}

.margin-top-20 {
    margin-top: 2em;
}
.margin-top-30 {
    margin-top: 3em;
}
.margin-top-40 {
    margin-top: 4em;
}
.margin-top-50 {
    margin-top: 5em;
}

/* body bg for pages */

#homepage {
    /*background-image: url(../img/custom_site/bg-symbols.png);*/
}

#casino {
    background-image: url(../img/custom_site/bg-figures.png);
}

/* add tops space to elements */

.topsmall {
    margin-top: 20px;
}
.topmedium {
    margin-top: 35px;
}
.toplarge {
    margin-top: 50px;
}

/*****************************************************************************
**************** Home Page Carousel from modern-business bootstrap ***********
******************************************************************************/

/*.carousel-control { display: none;}*/

.carousel-indicators li {
    border: 1px solid #555;
}
.carousel-indicators .active {
    background-color: #555;
}

header.carousel {
    height: 50%;
    margin-bottom: 20px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel-nousarlocal .item:nth-child(1) .fill {
    background-image: url('../img/custom_site/slider-index-01.jpg');
}

header.carousel-nousarlocal .item:nth-child(2) .fill {
    background-image: url('../img/custom_site/slider-index-02.jpg');
}

header.carousel-nousarlocal .item:nth-child(3) .fill {
    background-image: url('../img/custom_site/slider-index-03.jpg');
}

header.carousel-nousarlocal .item:nth-child(4) .fill {
    background-image: url('../img/custom_site/slider-index-04.jpg');
}

/**************************
caption vertically centered on bootstrap slider
http://jsfiddle.net/n86hLyLu/1/
**************************/
.carousel-caption {
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.3em;
}

/* this style makes homepage carousell vertically taller 70% or whatever you want */
header.carousel.tallercarousel {
    height: 70%;
    min-height: 350px;
}

/***************

carousel-promo

***************/

#carousel-promo.carousel.slide div.carousel-inner {
    border-radius: 4px;
}

/***************

carousel-promo

***************/

#carousel-promo.carousel.slide div.carousel-inner {
    border-radius: 4px;
}

/* thumbnails */

.thumbnail {
    background: #222;
    padding: 10px;
    border: none;
}

.thumbnail p {
    color: #b5b5b5;
    font-size: 21px;
    padding-bottom: 30px;
}

.thumbnail h4 {
    text-align: left;
}
.breadcrumb {
    font-size: 14px;
}

/************************
Forms Custom Styles
**************************/

label {
    font-weight: normal;
}

/***************************************
Slots tabs 
****************************************/
.tab-content > .tab-pane {
    background-color: #fff;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 2em;
}

.nav-tabs li a:focus,
a:hover {
    color: #333;
}

.ic-mobile {
    margin-left: 4px;
    position: absolute;
}

.panel-default > .panel-heading {
    background-color: #e55f36;
    color: #fff;
}

div#panelpadding.panel-heading span img.img-responsive {
    border-radius: 6px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0 0 0;
}

/*****************************************************************************
**************** Nav New Styles ****************
*****************************************************************************/

.navbar-brand {
    height: 90px;
}
.navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
}
.navbar-text {
    margin-right: 0px;
    margin-top: 33px;
}
.navbar-inverse {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #000;
}

/****************** buttons ******************/

.btn {
    border-radius: 0;
}

.menubuttons {
    text-align: right;
    margin-top: 27px;
    color: #ffffff;
}

@media (max-width: 991px) {
    .menubuttons {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .menulogo {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.btn-warning,
.btn-warning:active,
.btn-warning:visited {
    background: #e81418;
    border: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.btn-warning:hover {
    background-color: #e35052 !important;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
    background: #008cff;
    border: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.btn-primary:hover {
    background: #0975cd;
    border: 0;
}
.btn-info, .btn-info:hover {
    color: #fff;
    background-color: #0449d2;
    border-color: #0449d2;
}
/* link styles */
a {
    color: #ffffff;
    text-decoration: none;
}

a:link {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:focus {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #0096ff;
    text-decoration: none;
}
.fill{
    cursor:pointer;
}
/********************************************
**************** Footer *********************
*********************************************/

/* footer payment logos */
.payments li {
    padding-top: 5px;
}

/* footer all */
.footercontainer {
}

footer {
    padding: 20px 0 60px 0;
}
.footerleft {
    margin-top: 50px;
    padding: 0 36px;
}
.logofooter {
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

/* Modal Content */
/*
.modal-content {
    
    background: #505359;  
    background: -moz-linear-gradient(
        left,
        #505359 0%,
        #222222 100%
        );  
    background: -webkit-linear-gradient(
        left,
        #505359 0%,
        #222222 100%
        );  
    background: linear-gradient(
        to right,
        #505359 0%,
        #222222 100%
        );  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505359', endColorstr='#222222',GradientType=1 );  
}*/

strong {
    color: white;
}

.modal-body h5 {
    color: #ffffff;
    font-size: 21px;
    text-align: left;
    padding-top: 1em;
}

.modal-body ul li {
    text-align: left;
}

.close {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.close:hover {
    color: #f8ff00;
    opacity: 1;
}

/* Responsive Styles */

@media (max-width: 991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 30%;
    }

    .center-block h3 {
        display: none;
    }
}
 