/* Color Rosa: #F5A6BE; */

/********************************

		ESTILOS GLOBALES

*********************************/

@font-face { font-family: Montserrat; src: url('../fonts/Montserrat/Montserrat-Medium.ttf'); }

html, body{
	height: 100%;
	width: 100%;
}

body {
	overflow-x: hidden;
}

#transition-timer-carousel {
    padding-top: 90px;
}

footer {
	background: url(../img/footer_solo.png) no-repeat /*center center fixed*/;
    background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	
    padding-top: 1.5em;
    position: relative;
    top: -11em;
    
	font-weight: bold;
	display: flex;
	flex-direction: column;
}
	
	footer .redes-sociales {
		text-align: right;
		display: flex;
		flex-direction: column;
		margin: 1em 4em 2em;
		padding-top: 0.5em;
		font-size: 1.4em;
	}
	
	footer .redes-sociales h3 {
		margin-top: 10px;
	}
	
	footer .redes-sociales a:active,
	footer .redes-sociales a:focus,
	footer .redes-sociales a:hover,
	footer .redes-sociales a:visited {
		text-decoration: none;
		color: #ffffff;
	}
	
	footer .sucursales {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

p{
    font-family: "Open Sans", sans-serif;;
}

h1, h2, h3, h4 {
    font-family: "Montserrat", sans-serif;
}

a {
    transition: all 0.3s ease 0s;
    color: white;
}
a.navbar-brand{
    padding: 5px;
}

a.navbar-brand > img {
	height: 70px;
	margin-top: -5px;
	margin-right: 10px;
}

main {
	padding: 20px;
    margin-top: 90px;
}

/********************************

        ID`S

*********************************/

#logo{
    height: 90%;
    position:absolute;
    margin-top: 3px;
    right: 10px;
}

#img-navbar{
    height: 55px; 
    position: relative;
    top: -8px; 
}

#redesSociales{
    margin-top: 20px;
    margin-bottom: 20px;
}

#redesSociales img{
    margin-left: 10px;
}

#redesSociales p{
    margin-left: 10px;
}
/********************************

		CLASES

*********************************/
.height-65 {
	min-height: 65vh;
}

.height-70 {
	min-height: 70vh;
}

.height-75 {
	min-height: 75vh;
}

.pink {
	color: #F5A6BE;	
}

.dark-bg {
	background-color: #1d1c1f;
}

.grey-gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5c6c1+0,959792+100 */
	background: #c5c6c1; /* Old browsers */
	background: -moz-linear-gradient(left, #c5c6c1 0%, #959792 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #c5c6c1 0%, #959792 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #c5c6c1 0%, #959792 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c6c1', endColorstr='#959792', GradientType=1); /* IE6-9 */
}

.separador {
	color: #F5A6BE;
	background-color: #F5A6BE;
	height: 0.1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border: none;
}

.datos-sucursal {
	font-size: 1.5em;
}

a.dropdown-toggle.subCategoria{
    color: red;
}

a.homeButton{
    color: white;
}

a.homeButton:hover{
    text-decoration: none;
    color:white;
}
.glyphicon-asterisk{
    color: #adadad;
}

.jumbotron{
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    background-color: white;
    margin-bottom: 0px;
    position: relative;
}

.location{
    color: white;
    background-color: #6ec8c0;
}

.aqua{
    color: #6ec8c0;
}

.white{
    color: white;
}

.cingo:hover{
    color: #aec62c;
}

.margin{
    margin: 10px;
    background-color: #6ec8c0;
    border-color: black;
}

.uppercase {
	text-transform: uppercase;
}

.mapa {
	width: 100%;
	height: 300px;
}

/*************************
    BOTONES CUSTOM
*************************/
.btn{
	font-family: 'Libre Franklin', sans-serif;
}

.disabled{
	border: solid 2px black;
}

.btn-custom{
	background-color: #F5A6BE;
	color: #1d1c1f;
	transition: all 0.3s ease 0s;
}

.btn-custom:hover{
    background: #f47a9f;
    color: #1d1c1f;
}

/*************************
    NAVBAR-CUSTOM
*************************/

.navbar-custom{
    background-color: #1d1c1f;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 0px;
}

.icon-bar{
    background-color: white;
}

.navbar-custom ul.navbar-nav.navbar-left {
	border-bottom: 0.1em solid #F5A6BE;
}

.navbar-custom .navbar-nav > li > a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 15px 12px;
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {

    /*esto controla el color del active*/
    color: #F5A6BE;
}

.navbar-custom .navbar-brand {
    color:#CC2EFA;
}

.navbar-custom .navbar-toggle {
    border-color: white;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #F5A6BE;
    background: none;
}

.navbar-custom .navbar-nav .open .dropdown-menu>li>a,.navbar-custom .navbar-nav .open .dropdown-menu {
    background-color: #F5A6BE;
    color: #1d1c1f;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover {
	background-color: #F5A6BE;
    color: #1d1c1f;
}

.navbar-custom .navbar-nav .open .dropdown-menu>li>a.subCategoria,.navbar-custom .navbar-nav .open .dropdown-menu {
    background-color: #F5A6BE;
    color: #1d1c1f;
    font-family: 'Montserrat', sans-serif;
    border: none;
}

.navbar-brand{
    position: relative;
}


/*************************
    CAROUSEL
*************************/

.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 15%;
    padding-right: 15%;
}

.transition-timer-carousel .carousel-caption .carousel-caption-header {
    margin-top: 10px;
    font-size: 24px;
}

.transition-timer-carousel .carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
}

.transition-timer-carousel .carousel-control {
    z-index: 11;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #6ec8c0;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
    -moz-transition: width 4.25s linear;
    -o-transition: width 4.25s linear;
    transition: width 4.25s linear;
}

.carousel-indicators {
	display: none;
}

/*****************************

        MEDIA QUERIES

******************************/

/*Celulares*/
@media(max-width:767px){
	a.navbar-brand > img {
    	height: 55px;
	}
	#transition-timer-carousel {
	    padding-top: 70px;
	}
    #toTop{
        position: fixed;
        bottom: 50px;
        right: 30px;
        width: 50px;
        display: none;
    }

    #bs-example-navbar-collapse-1{
        border-top: solid 2px #F5A6BE;
        margin-top: 1em;
    }

    .google_map{
        width: 100%;
        height: 300px;
    }

    #sucursal2{
        margin-top: 20px;
    }

    #titulo{
        font-size: 18px;
        position: absolute;
        bottom: 5px;
        right: 5px;
        -webkit-text-fill-color:  #6ec8c0;
        -webkit-text-stroke-width: 0.3px;
        -webkit-text-stroke-color: white;
    }

    /*Clases para controlar que el menu del dropdown al ser
    tan largo no sobrepase los limite de la pantalla*/
    .fill-width.dropdown {
        position: static;
    }
    .fill-width.dropdown > .dropdown-menu {
        left: auto;
    }
    .fill-width.dropdown > .dropdown-menu > li > a {
       white-space: normal; 
    }

    /*Clase para controlar que no se muestren los textos del carousel en celulares*/
    .carousel-caption-text{
        display: none;
    }

    .redesInfo{
        display: none;
    }
}

/*Tablets*/
@media screen and (max-width: 768px) {
	footer .redes-sociales {
		margin: 2em;
	}
}

@media (min-width: 768px) and (max-width: 991px){
    .navbar-header a.navbar-brand > img {
		height: 50px;
	}  
    
    #toTop{
        position: fixed;
        bottom: 90px;
        right: 50px;
        width: 50px;
        display: none;
    }

    #bs-example-navbar-collapse-1 {
        border-top: solid 2px #F5A6BE;
        margin-top: 1em;
    }

    #info{
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
        
    }

    #titulo{
        font-size: 20px;
        position: absolute;
        bottom: 5px;
        right: 5px;
         -webkit-text-fill-color:  #6ec8c0;
        -webkit-text-stroke-width: 0.3px;
        -webkit-text-stroke-color: white;
    }

    .google_map{
        width: 80%;
        height: 200px;
    }

    /**Clases para hacer que el navbar colapse cuando estoy en una tablet**/

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .redesInfo{
        display: none;
    }
}

/*Media querie para controlar que no se muetre el logo de clinec en pantallas muy estrechas
ya que el contenido*/
@media (min-width: 767px) {
        .navbar-nav .dropdown-menu .caret {
             transform: rotate(-90deg);
        }

        .navbar-nav .dropdown-menu .caret.left {
             transform: rotate(90deg);
        }
}

/*Pc de escritorio*/

@media screen and (max-width: 1024px) {
	footer .redes-sociales {
		margin: 1em 2em;
	}
}

@media screen and (min-width:1440px) {
	
	footer .redes-sociales {
		margin: 2em 6em;
	}
}

@media(min-width:1200px){
	#toTop{
        position: fixed;
        bottom: 90px;
        right: 50px;
        width: 50px;
        display: none;
    }

    #info{
        font-size: 20px;
        font-family: "Open Sans", sans-serif;
    }

    #titulo{
        font-size: 35px;
        position: absolute;
        bottom: 5px;
        right: 15px;
         -webkit-text-fill-color:  #6ec8c0;
        -webkit-text-stroke-width: 0.3px;
        -webkit-text-stroke-color: white;
    }

    #escribinos{
        margin-top: 0px;
    }

    /*Clases para hacer que el navbar este centrado */
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .google_map{
        width: 80%;
        height: 300px;
    }

    .form-service{
        margin-left: 60px;
    }
}

@media screen and (min-width:2560px) {
	footer {
		top: -20em;
		padding-top: 12em;
	}
	
	footer .redes-sociales {
		margin: 2em 12em;
	}
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%;
    }

.panel {
	border: none;
	background-color: rgba(255, 255, 255, 0.5);
}

.panel-default > .panel-heading {
	background-color: #1d1c1f;
	border: none;	
}

.panel > .panel-heading > h4 {
	margin-top: 10px;
	margin-bottom : 10px;
}

.panel > .panel-heading > h4 > .breadcrumb {
	background: none;
	margin: 0;
	border: none;
}

.panel > .panel-heading > h4 > ol > li > a {
	color: #999999;
}

.panel-default > .panel-body {
	border: none;
	background-color: rgba(29, 28, 31, 0.8);
	border-bottom-color: none;
}

.detalle-combo {
	border: 1px solid #F5A6BE;
	min-height: 300px;
	margin-bottom: 20px;
}

.detalle-combo > .titulo {
}

p > .lista {
	text-decoration: line-through;
}

.detalle-combo p {
	margin: 10px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	
}

.alert{
	margin-top:100px;
}

@media screen and (max-width:767px) {
	.detalle-combo {
		min-height: 340px;
	}
}

@media screen and (max-width:425px) {
	a.navbar-brand>img {
		height: 50px;
	}
	
	footer {
		background: #1d1c1f;
		top: 0;
		padding-top: 0;
	}
	
	footer .redes-sociales {
		margin: 1em;
		text-align: center;
		flex-direction: column;
		justify-content: space-between;
	}
	
	footer .sucursales {
		flex-direction: column;
	}
	
	.sucursales .sucursal {
		border-bottom: 0.5px solid #F5A6BE;
		width: 80%;
		margin: 1em auto;
	}
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.ttf')  format('truetype')
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Bold.ttf')  format('truetype')
}

@font-face {
  font-family: 'LibreBaskerville-Bold';
  src: url('../fonts/LibreBaskerville-Bold.ttf')  format('truetype')
}

@font-face {
  font-family: 'LibreBaskerville-Regular';
  src: url('../fonts/LibreBaskerville-Bold.ttf')  format('truetype')
}

.montserrat-bold{
	font-family: 'Montserrat-Bold'!Important;
}

.montserrat-regular{
	font-family: 'Montserrat-Regular'!Important;
}

.libre-bold{
	font-family: 'LibreBaskerville-Bold'!Important;
}

.libre-regular{
	font-family: 'LibreBaskerville-Bold'!Important;
}
