/* Slider CSS */
.swiper-container {
        width: 100%;
        height: 100%;
    }
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.swiper-slide img {
    width: 90%;
    height: auto;
}

ul {
    margin-left: 20px;
}

/*TAB */

/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #bbb;
    background-color: #0088ff;
    border-radius: 15px;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20 px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #52E0FF; color: black;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #fff; color: cornflowerblue;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    font-size: 18px;
}

.panel-body{
    font-size: 18px;
}

/* Footer */
span.glyphicon-phone-alt, .glyphicon-envelope {
    color:dodgerblue;
}

.glyphicon-phone-alt:hover {
    text-decoration: none;
    color:darkblue;

} 
.glyphicon-envelope:hover {
    text-decoration: none;
    color:darkblue;
} 

address {
    font-size: 20px;
}
iframe {
    width: 100%;
    height: 170px;
}

footer {
/*   background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(215,236,241,0) 43%, rgba(190,224,233,0.9) 70%, rgba(178,218,229,1) 73%, rgba(117,189,209,0.75) 88%, rgba(106,183,205,0.7) 91%, rgba(73,165,191,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(43%, rgba(215,236,241,0)), color-stop(70%, rgba(190,224,233,0.9)), color-stop(73%, rgba(178,218,229,1)), color-stop(88%, rgba(117,189,209,0.75)), color-stop(91%, rgba(106,183,205,0.7)), color-stop(100%, rgba(73,165,191,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(215,236,241,0) 43%, rgba(190,224,233,0.9) 70%, rgba(178,218,229,1) 73%, rgba(117,189,209,0.75) 88%, rgba(106,183,205,0.7) 91%, rgba(73,165,191,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(215,236,241,0) 43%, rgba(190,224,233,0.9) 70%, rgba(178,218,229,1) 73%, rgba(117,189,209,0.75) 88%, rgba(106,183,205,0.7) 91%, rgba(73,165,191,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(215,236,241,0) 43%, rgba(190,224,233,0.9) 70%, rgba(178,218,229,1) 73%, rgba(117,189,209,0.75) 88%, rgba(106,183,205,0.7) 91%, rgba(73,165,191,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(215,236,241,0) 43%, rgba(190,224,233,0.9) 70%, rgba(178,218,229,1) 73%, rgba(117,189,209,0.75) 88%, rgba(106,183,205,0.7) 91%, rgba(73,165,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#49a5bf', GradientType=1 );
    /*Termina Background*/
    background-image: url("../images/bg2.png");
    background-repeat: repeat-x;
}

/*-----BUTTON BACK TO TOP -------*/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}



.glyphicon-triangle-top {
    font-size: 20px;    
}

/*---- BOTÓN FLOTANTE----*/
.flotante {
    display:scroll;
        position:fixed;
        bottom:0px;
        right:15px;
        z-index: 1000;
        font-size: 25px;
}
.flotante:hover {
	color: rgba(255, 0, 0, 0.8);
}

