/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 18px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: 444444;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
.header {
  text-align: center;
}


section {
  padding: 100px 0;
}
section h2 {
  margin: 45px 0 25px 0;
    
  font-size: 42px;
}
section.success {
  background: 444444;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
  #maitenes .rightIframe {
    background: rgba(255,255,255,.9);
    width: 100% !important;
	}
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  resize: none;
  line-height: 1em;   
    height: 20px;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.0em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: 444444;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 30px;
  background-color: white;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: 444444;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: 444444;
  border-color: 444444;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: 444444;
  border-color: 444444;
}
.btn-success .badge {
  color: 444444;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: 444444;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}


.header .container, .header .subheader{
    padding-top: 60px;
    padding-bottom: 10px;
}

#horarios {
    min-height: 960px;
}

#horarios .seleccion .btn{
    width: 100%;
    font-size: 16px;
    border-width: 3px
}

#horarios .seleccion .btn strong{
    text-transform: uppercase;
}

#horarios .seleccion .seleccionado{
    background: #FFFFFF;
    border-color: #FFFFFF;    
}

#horarios .seleccion .seleccionado strong{
    color: #333333;
}

#horarios .seleccion .seleccionado small{
    font-weight: bold;
    color: white;
}

#horarios table {
    width: 100%; /* Optional */
}

#horarios .tresCol tbody td, #horarios .tresCol  thead th {
    width: 37%;  /* Optional */
}
#horarios .tresCol .firstCol, #horarios .tresCol .firstCol{
    width: 26%;  /* Optional */
}

#horarios .cuatroCol tbody td, #horarios .cuatroCol  thead th {
    width: 29%;  /* Optional */
}
#horarios .cuatroCol .firstCol, #horarios .cuatroCol .firstCol{
    width: 13%;  /* Optional */
}

#horarios tbody{
    max-height: 500px;      
    overflow-y: auto;  
    overflow-x: hidden;  
}

#horarios thead, #horarios tbody { display: block; }

#horarios thead tr{
    display: inline-table;
    width: 100%;
}


#compra{
    color: #FFF;
    min-height: 450px;
    padding-top:150px;
}

#compra p{
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
}


#trabajos{
    background-color: #FFF;  
    color: 444444;
}

#trabajos .parrafo p{
    font-size: 18px;
}
.subheader{
    width: 100%;
    margin: 0;    
        padding-right: 15px;
        padding-left: 15px;
    /*background-color: red !important;*/
    clear:both;
}
.cardHolder{
    width:280px;
    margin: 40px auto;
}



.infos {
    text-align:left;   
	padding-top:18px;
	padding-left: 20px;
}

.infos img{
    margin-right: 15px;
}

#contacto .infos .titulo{
    font-weight: normal;
	line-height: 32px;
	text-transform: uppercase;
	margin-left: 15px;
}

#contacto a, #contacto a:hover, #contacto a:active{
	text-decoration: none;
}


.table-responsive {
    border: 0px;
}

.tablaComun{
    width:100%;
    text-transform: uppercase;
    margin-top:50px;    
}
.tablaComun td, .tablaComun th{
    padding: 9px 9px 9px 40px !important;
}
.tablaComun thead{
    background-color: #666666;
    color:white;
    font-weight: bold;  
    border-radius: 25px;
}

.tablaComun .impar{
    background-color: #FFFFFF;
}

.tablaComun .par{
    background-color: #ffe880;
}

.tablaComun .impar .lastCol{
    background-color: #ffe467;
}

.tablaComun .par .lastCol{
    background-color: #fff1b2;
}
.tablaComun tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.tablaComun tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
.tablaComun tbody tr:first-child td:first-child {
    border-top-left-radius: 5px;
}
.tablaComun tbody tr:first-child td:last-child {
    border-top-right-radius: 5px;
}
.tablaComun tbody:before {line-height:0px; content:"\200C"; display:block; font-size: 8px}
.tablaComun th:first-child{
  border-radius:5px 0 0 5px;
}
.tablaComun th:last-child{
  border-radius:0 5px 5px 0;
}


.table>thead>tr>th {
    border: 0px;
}
.table>tbody>tr>td{
   border: 0px; 
}

.tablaSalidas{
    width:100%;
    text-transform: uppercase;
    margin-top:2px;
    display: none;
}
.tablaSalidas td, .tablaSalidas th{
    padding: 9px 9px 9px 50px !important;
}
.tablaSalidas thead{
    color:#333333;
    font-weight: bold;  
    border-radius: 25px;
}
.tablaSalidas thead th{    
    background-color: #FFFFFF;
}
.tablaSalidas .arribos{
    text-align: center;
    padding-left: 0px !important;
    font-size: 2em;
    line-height: 1;
    border-bottom: 1px solid #FFFFFF;
}
/*.tablaSalidas tr:nth-child(odd)*/
.filaImpar{
    background-color: rgba(220,220,220,0.8);
}
/*.tablaSalidas tr:nth-child(even)*/
.filaPar{
    background-color: rgba(240,240,240,0.9);
}
.filaVisible{
    display: flex;
}
.filaOculta{
    display: none;
}
.primeraFila {
    border-radius:5px 5px 0px 0px;
}
.ultimaFila {
    border-radius:0px 0px 5px 5px;
}
.tablaSalidas tbody:before {line-height:1px; content:"\200C"; display:block; font-size: 8px}

.tablaSalidas tr:last-child th:last-child{
  border-radius:0 0px 5px 0px;
}
.tablaSalidas tr:last-child th:first-child{
  border-radius:0 0px 0px 5px;
}
#busqueda{
    border-radius:5px 5px 0px 0px;   
    width:100%;
    color:#333333;
    background-color: #FFFFFF;
    margin-top: 20px;
    padding: 9px;
    font-weight: bold;
    font-size: 16px;
}
#busqueda select{
    width: 250px;
    border-radius:5px;   
}
#busqueda button{
    background-color:#333333;
    color: #FFFFFF;
    border:0px;
    width:100px;
    border-radius:5px;  
}

.card{
    width: 230px;
    min-height: 350px;
    background-color: white;
    padding: 10px 5px;
    text-align: center;
    float:left; 
    margin: 10px 25px;
}
.card .imgppal{
    width: 90%;
    margin: 10px auto;
    display: block;
}
.card .descripcion{
    padding:8px;
    font-size: 12px
}
.card .tip{
    text-align: left;
    margin-top:10px
}
.card .tip img{
    margin-left:40px;   
    margin-right: 5px;
}
.card .tip span{
    display: inline-table;
}
.card .btn{
    margin-top:25px;
    text-transform: uppercase;
    color: white;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border:0px;
    padding: 7px 20px;
}

#contacto{
	background-color: #777;
	background-image: url(../img/contacto.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
    color: #FFF;
}

.form-control:focus{
    background-color: rgba(243,146,0,0.4) !important;
}

#contacto .form-group{
    margin-bottom: 0px;
}
#contacto input, #contacto textarea{
    background-color: rgba(0,0,0,0);
    border-width : 3px;
	border-color : #77c3aa;
    border-style : solid;
    border-radius: 7px;
    color: white;
    margin:14px 0px 5px 0px;
    padding:10px 35px;
}

#contacto input{
    padding:20px 35px;
}

#contacto .pieform{
    text-align: right;
}


.help-block {
    font-size: 12px;
    color:white;
    margin: 0px;
}

#contacto .btn{
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #77c3aa;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border:0px;
	padding: 7px 50px;
	margin-top:10px;
	width: 100%
}

section#contacto {
    padding: 40px 0 80px 0;
}

#contacto h3{
    margin-bottom: 50px;
}


#contacto h3, #trabajos h3{
    font-size: 38px;
}

.footer-below{
	background-color: #FFFFFF;
	color: black;
}

.footer_yellow{
    background-color: #d4eaec;
    width:100%;
    font-size: 15px;
    color: #444444;
    padding: 15px;
}

#mapa{
	padding:0px;
	height:450px;
}


.dropbtn {
    background-color: #77c3aa;
    color: #FFFFFF;
    font-size: 26px;
    border: none;
    cursor: pointer;
	margin-top: -4px;
	background-color:rgba(0, 0, 0, 0);
	padding-bottom: 17px;
}

/* The container <div> - needed to position the dropdown content */
.dropdownMe {
    position: relative;
    display: inline-block;
	float:right;
	margin-top:21px;
	transition: visibility 1s;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: 444444;
    color: #FFFFFF;
    text-align: center;
    width:250px;
    font-size: 16px;
	font-weight: 400;
	border-bottom-color : #77c3aa;
	border-bottom-width : 3px;
	border-bottom-style : solid;
}

.dropdown-content a.ultimo{
	border-bottom-width : 0px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: white;
    font-weight: 600;
}

/* Show the dropdown menu on hover */
.dropdownMe:hover .dropdown-content{
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdownMe:hover .dropbtn {
    text-align: right;
    margin-bottom: 4px;    
}
.dropdown-content {
    right: 0;
}
@media (min-width: 787px){
    .dropdownMe:hover .dropbtn {
        width:200px;  
    }
}

/* jQuery enabled behavior for mobile */
.touch .dropdownMe.no-hover .details {
	display: none !important;	
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active{
    color:dimgray;
}

.asterisco{
    background-color: #FFFFFF;
    color: white;
    font-size: 56px;
    line-height: 61px;
    height: 38px;
    position: absolute;
    margin-top: -9px;
    margin-left: 129px;
    width: 38px;
    text-align: center;
}

.asteriscoExplicacion{
    width:100%;
}
.asteriscoExplicacion div{
    width:100%;
    border-radius: 5px 5px 5px 5px;
    background: #FFFFFF;    
    line-height: 1.42857143;
    padding: 9px 0px 9px 50px;
}
.asteriscoExplicacion div span{
    background-color: #FFFFFF;
    color: white;
    font-size: 56px;
    line-height: 61px;
    height: 38px;
    position: absolute;
    margin-top: -9px;
    margin-left: -50px;
    width: 38px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
}

.copyright{
    line-height:14px;
    margin-top: 24px;
    display: block;
} 

.infos_down img{
    height: 48px;
    width: 48px;
}

.logoImg{
    margin:10px 0 10px 5px;
}

.bullets{
    font-size: 16px;
    margin: 10px 17px 10px 0;
    line-height: 30px;
    text-align: right;
}

.subheader .bullets a:hover{
    text-decoration: none;
    font-weight: bold;
}


@media (min-width: 992px){    
    .cardHolder{
        width:560px;
    }
    .subheader{
        width: 992px;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px;
	}
		
	#excursiones .camping{
		float:right;
	}

	#excursiones .lacustre{
		float:left;
	}
	#pnla img {
		padding-top: 120px
	}
}

@media (max-width: 991px){
    #busq1, #busq2, #busq3{
        /*width:100%;*/
        display: block;
        padding-bottom: 5px;
        max-width: 400px;
        margin: 0 auto;
    }
    #contacto h4{
        width:100%;
        text-align: center;
        margin: 30px 0;
    }
}
@media (max-width: 767px){
    
    section h2{
        font-size: 2.5em;
    }
    #compra h2{
        font-size: 3em;
    }
    p{
        font-size: 18px;
    }    
    .card{
        min-height:280px;
    }
    #card1 .imgppal{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .footer_yellow{
        margin-top: 0px;
        font-size:12px;
    }
    .copyright{
        line-height:15px;
        text-align: center;
        padding: 35px 0 0 20px; 
        display: block;
        font-size: 12px;
    }     
    .infos_down img{
        height: 32px;
        width: 32px;
    }
    .tablaComun td, .tablaComun th{
        padding: 9px 9px 9px 9px !important;
        font-size: 0.85em;
    }
    .tablaSalidas .arribos {
        font-size: 1.5em;
    }
    .tablaSalidas td, .tablaSalidas th {
        padding: 7px 7px 7px 7px !important;
        font-size: 0.8em;
    }
    #busq1, #busq2, #busq3{
        max-width: 300px;
    }
    #busqueda select {
        width: 180px;
        font-size: 0.8em;
    }
    #busqueda button {
        width: 70px;
    }
    #horarios .cuatroCol .firstCol {
        min-width: 45px;
    }
    #compra .btn {
        margin-right: 5px;
        margin-top: 20px;
        font-size: 15px;
    }
     
}




/*----------------------
-----Header Styles------
------------------------*/

.jumbotron {
    background:#FFF;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    padding:0;
    margin-bottom:0;
	padding-top:80px;
}

.jumbotron.bg-image{
    position: relative;
    height: auto !important;
    padding:400px 0 400px;
	z-index: 1;
}

.jumbotron.bg-image .container{
    position: relative;
    z-index: 10;
}

.jumbotron.bg-image:after{
    position: absolute;
    display: block;
    content: "";
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    background: #000;
    opacity: .4;
}

.jumbotron.bg-image h1{
    font-size:80px;
    font-weight: 700;
    margin:0 0 10px;
	line-height: 1.1;
	text-transform: uppercase;
}

.jumbotron.bg-image p{
    font-size: 80px;
    font-weight: 100;
    line-height: 1.2;
	text-transform: uppercase;
    font-style: normal;
}

.text-slider .slides li h1{
    opacity:0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.text-slider .slides li.flex-active-slide h1{
    opacity:1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .8s ease-out .6s;
    transition: all .8s ease-out .6s;
}

.text-slider .slides li p{
    opacity:0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.text-slider .slides li.flex-active-slide p{
    opacity:1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .8s ease-out .8s;
    transition: all .8s ease-out .8s;
}

.bg-slider .text-slider .slides li h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .8s ease-out .2s;
    transition: all .8s ease-out .2s;
}

.bg-slider .text-slider .slides li.animate h1{
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: none;
    transition: none;
}

.bg-slider .text-slider .slides li p{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .8s ease-out .6s;
    transition: all .8s ease-out .6s;
}

.bg-slider .text-slider .slides li.animate p{
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: none;
    transition: none;
}

.jumbotron.bg-slider .backstretch img{
    top:auto !important;
    bottom: 0 !important;
}

.jumbotron .next-slide,
.jumbotron .prev-slide{
    background:rgba(255,255,255,.2);
    background-image:none;
    display:inline;
    text-indent:0;
    position:absolute;
    top:50%;
    left:30px;
    width:50px;
    height:50px;
    padding:0;
    text-align: center;
    margin:0;
    margin-top:0;
    font-size:42px;
    line-height:45px;
    color:#fff;
    border-radius:5px;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
    z-index: 10;
    cursor:pointer;
}

.jumbotron .next-slide{
    left: auto;
    right: 30px;
}

.jumbotron .prev-slide:hover,
.jumbotron .next-slide:hover{
    background:rgba(255,255,255,.4);
}

.flexslider {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    color: white;
}

/*-----------------------
-----Services Styles-----
-------------------------*/
.services{
    margin-top:80px;
    margin-bottom:40px;
}

.services .icon {
    position:relative;
    width:110px;
    height:110px;
    margin:0 auto;
    text-align:center;
    background:444444;
    line-height:100px;
    font-size:48px;
    color:#fff;
    border-radius:50%;
    box-shadow:0 0 0 0 rgba(0,0,0,0.0);
    margin-bottom:60px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.services .icon img{
    width:64px;
    height:64px;
    transition:all .3s ease-out;
}

.services .item:hover .icon {
    font-size:38px;
}
.services .item:hover .icon img{
    width:48px;
    height:48px;
}

.services .icon:after{
    display:block;
    content:"";
    position:absolute;
    width:110px;
    height:110px;
    top:0;
    left:0;
    border-radius:50%;
    box-shadow:inset 0 0 0 0 rgba(0,0,0,0.08);
    background:transparent;
    -webkit-transition:box-shadow .3s ease-out;
    transition:box-shadow .3s ease-out;
}

.services .item:hover .icon:after {
    box-shadow:inset 0 0 0 10px rgba(250,250,250,0.2);
}

.services h3 {
    font-size:18px;
    font-weight:800;
    text-transform: none;
    -webkit-transition:color .3s ease-out;
    transition:color .3s ease-out;
    margin-bottom: 22px;
}

.services .item:hover h3 {
    color:#a173b4;
}

.services p {
    padding:0 20px;
    font-size:14px;
    line-height:21px;
}

.padding-top-bottom {
    padding:50px 0;
}

.scrollimation .process-list li:nth-child(1) {
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition:-webkit-transform .6s cubic-bezier(.17,.89,.42,1.4);
	transition:transform .6s cubic-bezier(.17,.89,.42,1.4);
}

.touch .scrollimation .process-list li:nth-child(1),
.scrollimation.in .process-list li:nth-child(1) {
	-webkit-transform:scale(1);
	transform:scale(1);
}

.scrollimation .process-list li:nth-child(2) {
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition:-webkit-transform .6s cubic-bezier(.17,.89,.42,1.4) .4s;
	transition:transform .6s cubic-bezier(.17,.89,.42,1.4) .4s;
}

.touch .scrollimation .process-list li:nth-child(2),
.scrollimation.in .process-list li:nth-child(2) {
	-webkit-transform:scale(1);
	transform:scale(1);
}

.scrollimation .process-list li:nth-child(3) {
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition:-webkit-transform .6s cubic-bezier(.17,.89,.42,1.4) .8s;
	transition:transform .6s cubic-bezier(.17,.89,.42,1.4) .8s;
}

.touch .scrollimation .process-list li:nth-child(3),
.scrollimation.in .process-list li:nth-child(3) {
	-webkit-transform:scale(1);
	transform:scale(1);
}

.scrollimation .process-list li:nth-child(4) {
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition:-webkit-transform .6s cubic-bezier(.17,.89,.42,1.4) 1.2s;
	transition:transform .6s cubic-bezier(.17,.89,.42,1.4) 1.2s;
}

.touch .scrollimation .process-list li:nth-child(4),
.scrollimation.in .process-list li:nth-child(4) {
	-webkit-transform:scale(1);
	transform:scale(1);
}

.scrollimation .process-list li:nth-child(5) {
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition:-webkit-transform .6s cubic-bezier(.17,.89,.42,1.4) 1.6s;
	transition:transform .6s cubic-bezier(.17,.89,.42,1.4) 1.6s;
}

.touch .scrollimation .process-list li:nth-child(5),
.scrollimation.in .process-list li:nth-child(5) {
	-webkit-transform:scale(1);
	transform:scale(1);
}

.process-list h4{
    font-size:21px;
    font-weight:400;
}

.process-box {
    margin-bottom:60px;
    position:relative;
    z-index:1;
}

.process-line {
    position:absolute;
    width:80%;
    margin:0 10%;
    height:0;
    top:80px;
    border-top:3px dotted #5cc9df;
    z-index:-1;
}

.scrollimation .process-line{
    width:0;
	-webkit-transition:width 2.5s ease-out;
	transition:width 2.5s ease-out;
}

.touch .scrollimation .process-line,
.scrollimation.in .process-line {
    width:80%;
}

/*-----------------------
-----Scrollimations------
------------------------*/   
.scrollimation.fade-in{
	opacity:0;
	-webkit-transition:opacity 0.6s ease-out;
	transition:opacity 0.6s ease-out;
}

.scrollimation.fade-in.in{
	opacity:1;
}

.scrollimation.scale-in{
	opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform:scale(0.5);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
	transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}

.scrollimation.fade-right{
	opacity:0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform:translateX(-100px);
	-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
	transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-right.in{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.scrollimation.fade-left{
	opacity:0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform:translateX(100px);
	-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
	transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-left.in{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.scrollimation.fade-up{
	opacity:0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform:translateY(100px);
	-webkit-transition: -webkit-transform .8s ease-out,opacity .8s ease-in;
	transition: transform .8s ease-out,opacity .8s ease-in-out;
}

.scrollimation.fade-up.in{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform:translateY(0px);
}

.scrollimation.d1{
	transition-delay:.2s;
}

.scrollimation.d2{
	transition-delay:.4s;
}

.scrollimation.d3{
	transition-delay:.6s;
}

.scrollimation.d4{
	transition-delay:.8s;
}

.touch .scrollimation.fade-in{
	opacity:1;
}

.touch .scrollimation.scale-in{
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}

.touch .scrollimation.fade-right{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.touch .scrollimation.fade-left{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.touch .scrollimation.fade-up{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform:translateY(0px);
}

.presentacion-bg{
    color: 444444;
	font-size: 0.8em;
}

.jumbotron {
    margin-bottom: 0px; 
}


/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon, .inner-addon .fa {
  position: absolute;
  padding: 15px 15px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon, .left-addon fa { left:  0px;}
.right-addon .glyphicon, .right-addon fa { right: 0px;}

/* add padding  */
.left-addon input, .left-addon textarea { padding-left:  30px; }
.right-addon input, .right-addon textarea { padding-right: 30px; }





/*----------------------
-----Portfolio Styles---
------------------------*/
#filter-works ul {
    list-style:none;
    padding:0;
    margin:0;
    margin-bottom:20px;
    text-align:center;
    
}

#filter-works ul li{
    display:inline-block;
    padding:0;
    line-height:24px;
    background:transparent;
    margin:0;
    margin-left:5px;
    margin-bottom:10px;
}

#filter-works ul li a{
    display:block;
    font-size:18px;
    font-weight:500;
    padding:10px 20px;
    border-radius:5px;
    border:2px solid transparent;
    -webkit-transition:all .4s ease-out;
    transition:all .4s ease-out;
}

#filter-works ul li a,
#filter-works ul li a:active,
#filter-works ul li a:hover{
    line-height:24px;
    background:#fff;
    color:#4E5961;
    text-decoration:none;
}

#filter-works ul li a:hover,
#filter-works ul li.active a{
    color:#fff;
    background:#5cc9df;
}

.projects-container .row{
	-webkit-transition:height 1s ease-out;
	transition:height 1s ease-out;
}

.project-item {
    position:relative;
	margin-bottom:30px;
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1;
	-webkit-transition:all .8s ease-out;
	transition:all .8s ease-out;
}

.project-item.filtered {
	-webkit-transform:scale(0.5);
	transform:scale(0.5);
	opacity:0.2;
	cursor:default;
}

.no-opacity .project-item.filtered {
	display:none;
}

.project-item.filtered a{
	cursor:default;
}

.project-item.filtered .enlarge,
.project-item.filtered .link,
.project-item.filtered .overlay-mask,
.project-item.filtered .project-title{
    display:none;
}

.project-thumb {
    display:block;
    position:relative;
    box-shadow:0 2px 5px rgba(0,0,0,0.08);
    overflow:hidden;
}

.scrollimation .project-thumb {
	-webkit-transform:translateY(100px);
	transform:translateY(100px);
	opacity:0;
	-webkit-transition:opacity .8s ease-out, -webkit-transform .8s ease-out;
	transition:opacity .8s ease-out, transform .8s ease-out;
}

.touch .scrollimation .project-thumb,
.scrollimation .project-thumb.in {
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	opacity:1;
}

.project-thumb .overlay-mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#5CC9DF;
    opacity:0;
	filter:alpha(opacity=0);
    z-index:1;
    -webkit-transition:opacity .6s ease-out;
    transition:opacity .6s ease-out;
}


.project-thumb:hover .overlay-mask {
    opacity:0.6;
	filter:alpha(opacity=60);
}

.project-thumb .enlarge,
.project-thumb .link{
    display:inline-block;
    margin:0;
    margin-top:-25px;
    font-size:50px;
    line-height:50px;
    color:#fff;
    opacity:0;
	filter:alpha(opacity=0);
    position:absolute;
    height:50px;
    width:64px;
    top:40%;
    left:50%;
    text-align:center;
    z-index:3;

}

.project-thumb .enlarge{
    margin-left:-84px;
    -webkit-transform:translateX(-200px);
    transform:translateX(-200px);
    -webkit-transition:all .6s ease-out;
    transition:all .6s ease-out;
}

.project-thumb:hover .enlarge{
    -webkit-transform:translateX(0);
    transform:translateX(0);
    opacity:1;
	filter:alpha(opacity=100);
    -webkit-transition:all .6s ease-out .3s;
    transition:all .6s ease-out .3s;
}

.project-thumb .plus{
    display:inline-block;
    margin:0;
    margin-top:-25px;
    font-size:20px;
    line-height:40px;
    color:#fff;
    background-color: 444444;
    opacity:0;
	filter:alpha(opacity=0);
    position:absolute;
    height:40px;
    width:40px;
    bottom:0%;
    left:0%;
    text-align:center;
    z-index:3;
    cursor: pointer;

    margin-left:0px;
    -webkit-transform:translateX(200px);
    transform:translateX(200px);
    -webkit-transition:all .6s ease-out;
    transition:all .6s ease-out;
}

.project-thumb:hover .plus{
    -webkit-transform:translate(0);
    transform:translate(0);
    opacity:1;
	filter:alpha(opacity=100);
    -webkit-transition:all .6s ease-out .6s;
    transition:all .6s ease-out .6s;
}

.project-thumb .link{
    margin-left:20px;
    -webkit-transform:translateX(200px);
    transform:translateX(200px);
    -webkit-transition:all .6s ease-out;
    transition:all .6s ease-out;
}

.project-thumb:hover .link{
    -webkit-transform:translate(0);
    transform:translate(0);
    opacity:1;
	filter:alpha(opacity=100);
    -webkit-transition:all .6s ease-out .6s;
    transition:all .6s ease-out .6s;
}

.project-thumb .enlarge.centered,
.project-thumb .link.centered{
    margin-left:-32px;
    -webkit-transform:translateY(-200px);
    transform:translateY(-200px);
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.project-thumb:hover .enlarge.centered,
.project-thumb:hover .link.centered{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition-delay:0.6s;
    transition-delay:0.6s;
}

.project-thumb .project-title {
    display:block;
    width:100%;
    position:absolute;
    bottom:-150px;
    margin:0;
    padding:100px 0;
    font-size:16px;
    font-weight:300;
    color:444444;
    text-align:center;
    font-weight: bold;
    z-index:2;
    -webkit-transition:bottom .8s ease-out,color .4s ease-out;
    transition:bottom .8s ease-out,color .4s ease-out;
}

article.col-md-3 .project-thumb .project-title {
	padding:70px 0;
}

.project-thumb:hover .project-title {
    bottom:0;
    -webkit-transition:bottom .6s ease-out .2s,color .4s ease-out 0s;
    transition:bottom .6s ease-out .2s,color .4s ease-out 0s;
}

.project-thumb .project-title:hover {
    color:444444;
}

/*Load More Projects*/
.loaded-item {
    display:none;
}

/*Project Preview*/
.preview-content{
	display:none;
}

#project-preview {
	display:none;
}

#project-preview .loader{
	display:block;
	background:url(../img/loader.gif) center center no-repeat;
    width:36px;
	height:36px;
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-18px;
}

#project-preview .imac-frame {
    display:block;
    position:relative;
    width:100%;
    max-width:700px;
    margin:0 auto 30px;
    overflow:hidden;
}

#project-preview .imac-screen{
    background:transparent;
    display:block;
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
	height:100%;
    overflow:hidden;
	opacity:0;
	-webkit-transition:opacity .6s ease-out;
	transition:opacity .6s ease-out;
}

#project-preview .imac-screen.loaded{
	opacity:1;
}
.flexslider {
    margin:0;
    padding:0;
    background:transparent;
    border:none;
    box-shadow:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	z-index:1;
}

.imac-slider .flex-direction-nav .flex-prev,
.imac-slider .flex-direction-nav .flex-next{
    /*background:#5cc9df;*/
    background-image:none;
    display:inline;
    text-indent:0;
    position:absolute;
    top:50%;
    width:44px;
    height:44px;
    padding:0;
    padding-left:12px;
    margin:0;
    margin-top:-22px;
    font-size:42px;
    line-height:38px;
    color:#fff;
    border-radius:5px;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.imac-slider .flex-direction-nav .flex-next{
    text-align:right;
    padding-right:12px;
}

.imac-slider .flex-direction-nav a:hover,
.imac-slider .flex-direction-nav a:active,
.imac-slider .flex-direction-nav a:focus{
    text-decoration:none;
}

/*.imac-slider .flex-direction-nav a:hover {  
    background:#363B46;
}*/

.imac-slider:hover .flex-next {opacity: 1; right: 5px;}
.imac-slider:hover .flex-prev {opacity: 1; left: 5px;}

.imac-slider .flex-direction-nav .flex-disabled,
.ipad-slider .flex-direction-nav .flex-disabled {
    display:none;
}

#project-preview .close-preview{
    display:inline-block;
    padding:10px;
    font-size:48px;
    line-height:48px;
    font-weight:400;
    margin:5px 0;
    text-decoration:none;
}


.projects-container{
    margin-top:85px;
}

::-webkit-input-placeholder { /* Chrome */
    color: #FFFFFF !important;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF !important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #FFFFFF !important;
    opacity: 1;
  }
  :-moz-placeholder { /* Firefox 4 - 18 */
    color: #FFFFFF !important;
    opacity: 1;
  }

  #project-preview p{
	  font-size: 19px;
	  text-align: center;
  }


  .alertCambiado{
	color: 444444 !important;
	background-color: #FFFFFF !important;
	height:35px!important;
	padding: 5px 15px;
	margin-bottom: 30px;
  }

.preview-header{
	margin-bottom: 35px;
  }

.preview-header h1{
	font-size: 32px;
}

#preview-content .btn-success:focus, #preview-content .btn-success:hover{
	background-color: 444444;
}

#preview-content .btn-success{
	font-size: 14px;
	padding: 7px 50px;
	text-transform: uppercase;
	margin-top:30px;
}


.allado {
	height:50px;
	width:50px;
    position: fixed;
    border-radius: 5px;
    right: -5px;
	z-index: 1000;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #77c3aa;
	background-size: 42px 42px;
	cursor: pointer;
}

#side-facebook {
    top: 160px;
	background-image: url(../img/icon_fb-slider.png);
}
#side-twitter {
    top: 220px;
	background-image: url(../img/icon_tw-slider.png);
}
#side-instagram {
    top: 220px;
	background-image: url(../img/icon_ins-slider.png);
}
#side-mail {
    top: 280px;
	background-image: url(../img/icon_cont-slider.png);
}


#maitenes{
    color: #333;
    min-height: 444px;
    padding: 0px;
}

#maitenes h2{ 
	margin-top:20px;
	color: #77c3aa;
	text-transform: uppercase;
}

#maitenes .rightIframe{
	background:white; 
	float:right; 
	width:50%;
	padding: 30px 10% 10px 5%;
}

#maitenes h3{
	color: #77c3aa;
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 15px;
}
#maitenes iframe{
	width:100%;
}

#servicios{
	background: #77c3aa;	
}

#servicios .subtexto p{
	color: #FFFFFF;
	font-size: 20px;
}

#servicios h2{ 
	color: #FFFFFF;
	text-transform: uppercase;
}

.servicio{
	background: #FFFFFF;
}

.servicio .imagen{
	background: #a1a1a1 none repeat scroll 0 0;
	overflow: hidden;
}

.servicio img {
    opacity: 1;
    transition: all 0.3s ease 0s;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

.servicio img:hover {
    transform: scale(1.3); 
}
.img100 {
    width: 100% !important;
}

.servicio .servicioInfo{
	padding-bottom: 30px;
	height: 114px;
	overflow: hidden;
}
.servicio .servicioInfo, .servicio .masInfo{
	text-align: left;
	padding-left: 30px; 
	padding-right: 30px;
}
.servicio .masInfo{
	font-weight: 300;
	font-size: 20px;
	padding-bottom: 25px;
}
.servicio .masInfo .fa{
	color: #77c3aa;
}

.servicio .btn {
    margin-top: 25px;
    text-transform: uppercase;
    color: white;
    background-color: #77c3aa;
    font-weight: bold;
    border: 0px;
	padding: 15px 20px;
	width:80%;
	margin-bottom:20px;
}

#tarifario, #partediario{
	text-align: center;	
}

#tarifario a, #partediario a{
	text-decoration: none;
	font-size: 30px;
	color: #666666;
}

#tariLink{
	width: 475px;
	margin: 0 auto;
}

#tariLink img{
	float:left;
}
#tariLink div{
	float:left;
	text-align: left;
	margin-left:35px;
	margin-top:34px;
	line-height: 30px;
}

#costa, #excursiones{
	color: white;	
}

h2{ 
	text-transform: uppercase;	
}
#costa h3, #excursiones h3{ 
	font-size: 30px;
	font-weight: 400;
}

#costa .btn, #excursiones .btn {
	border-radius: 10px;
    margin-top: 25px;
    text-transform: uppercase;
    color: white;
    background-color: rgba(119, 195, 170,0.6);
    font-weight: bold;
    border: 0px;
	padding: 15px 30px;
	margin-bottom:20px;
	letter-spacing: 1px;
}

#costa .btn:hover, #excursiones .btn:hover {
	background-color: rgba(119, 195, 170,0.8);
}

#excursiones .btn {
	width: 260px;
}

#numeros, #contacto, #maitenes, #excursiones{ /*Fix parallax*/
	margin-top:-50px;
}
#servicios{ /*Fix parallax*/
	margin-top:-69px;
}

#numeros{
	background-color: #77c3aa;
	/*background-image: url(../img/yellow-lines.png);*/

	background-repeat: no-repeat;
	background-position: right bottom;

    background-size: 500px 50px;
}

.numero img{
	width: 128px;
}

.numero .subtexto{
	color: #FFFFFF;
	font-size: 30px;
}

.numero .number{
	color: #FFFFFF;
	font-size: 34px;
	margin-top:10px;
	font-weight: 700;
}

.display-table-cell-vertical-middle {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#pnla{
	background: #edeef0;
}
#pnla img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

#pnla h3{ 
	font-size: 30px;
	font-weight: 400;
}

#pnla h2, #pnla h3{
	color: #77c3aa;
}

#fotos{
	padding:0px;
}

#pnla p, #maitenes p, #costa p{
	font-size: 17px;
}

.leftIframe{
	margin-right:0px;
}

.notDisplay{
	display:none !important;
}

@media (max-width: 767px) {
	#maitenes .rightIframe {
	  background: rgba(255,255,255,.8);
	  width: 100%;
	}
	 
	#tariLink{
		max-width: 270px;
		margin: 0 auto;
	}	
	#tariLink img{
		float:left;
		width:48px;
	}
	#tariLink div{
		float:left;
		text-align: left;
		margin-left:35px;
		margin-top:4px;
		line-height: 20px;
		font-size:18px;
	}

	.jumbotron.bg-image p, .jumbotron.bg-image h1 {
		font-size:40px;
	}

	.infos1{
		margin-top:50px;
	}

	#numeros .numero .subtexto br {
		display: none;
	}

	#numeros .numero{
		font-size: 20px;
		margin-bottom:50px;
	}

	#numeros .numero .subtexto{
		font-size: 20px;
	}

	#numeros .numero .number{
		font-size: 24px;
	}

	#numeros .numero img{
		width: 40%;
	}

}
