/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/11/2018, 10:25:22 AM
    Author     : alberi
*/

body{
    background-image: url('../images/bground.jpg');
    background-repeat: repeat-x;
    overflow-x: hidden;
}
.logo{
    width: 178px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.headers{
    margin-top: 30px;
    margin-bottom: 50px;
}
.bordes {
    border: 8px solid #e6e5e5;
    padding: 10px;
    margin-bottom: 20px;
}
.title_google{
    color: #f37a1f;
}
.subtitle_google{
    color: #f37a1f;
}

.btn-primary {
    color: #fff;
    background-color: #f37a1f;
    border-color: #f37a1f;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f37a1f !important;
    border-color: #f37a1f !important;
}

.caja{
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;
    margin-top: 20px;
}

.btn-primary:focus {
    color: #fff;
    background-color: #f37a1f !important;
    border-color: #f37a1f !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #eee !important;
}

#map{
    width: 100%;
    height: 500px;
}

#map_update{
    width: 100%;
    height: 500px;
}

/*
 * ************************************ switch ************************************
 */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 15px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: -0.5px;
    bottom: -4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
    border: 1px solid #ccc;
}
/*
 * ********************************** check normal **********************************
 */

/* The container */
.containers {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
    background-color: #f37a1f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.disabled{
    pointer-events:none;
    opacity:0.4;
}
.pleca{
    position: fixed;
    top:0%;
    left:0%;
    width:100%;
    height:100vh;
    background: rgba(0,0,0,0.7);z-index: 9999;
}

.pleca_update{
    position: fixed;
    top:0%;
    left:0%;
    width:100%;
    height:100vh;
    background: rgba(0,0,0,0.7);z-index: 9999;
}

.pleca_hijo{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%
}

.text_telefono{
    margin: 0 !important; 
    font-size: 18px; 
}

.enlace_whats{
    color: #333;
    text-decoration: none;
}

.enlace_whats:hover{
    color: #333;
    text-decoration: none;
}

@media (max-width:500px){
    .text_telefono{
        margin-bottom: 10px !important;
    }
    .logo{
        margin-bottom: 20px;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 5px;
        text-align: left;
    }
}