body {
	font-family: 'Raleway', 'Trebuchet MS', Arial, sans-serif;
	background: #FFFFFF url(../images/bg-gral.jpg) top center repeat-x;	
}

header {
    margin-bottom: 15px;
}

.botonera {
	float: right;
	margin-top: 75px;
}

.botonera li {
    display: inline-block;
    list-style: none;
}

.botonera li a:link, .botonera li a:active, .botonera li a:visited {
	padding-left: 30px;
    padding-right: 30px;
    font-size: 21px;
    color: #a10d59;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.botonera li a:hover {
    color: #bf166d;
}

.icon.icon-crosshairs, .icon.icon-briefcase {
    display: inline-block;
}

i.icon.icon-we {
    font-size: 52px;
    vertical-align: -webkit-baseline-middle;
    overflow: hidden;
    line-height: 0;
}


/* CAROUSEL */
.slider.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.15);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.15);
    margin-bottom: 60px;
}

.slider-sim {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}

.slider img {
	width: 100%;
}

.carousel-control {
    position: absolute;
    top: 40%;
    bottom:33%;
    left: 0;
    width: 3%;
    font-size: 12px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.right {
    right: 0;
    left: auto;
    padding-left: 5px;
    background-color: rgba(255,255,255,0.8);
    background-image: none;
}

.carousel-control.left {
	background-color: rgba(255,255,255,0.8);
    background-image: none;
    padding-right: 5px;
}

.carousel-caption h3 {
    font-size: 35px;
    font-weight: 700;
}

.carousel-caption h4 {
    font-size: 28px;
    font-weight: 500;
}

.texto-home {
    padding-bottom: 30px;
    font-size: 1.7rem;
    line-height: 2.8rem;
}


.texto-home h2, .col-latform h2 {
    font-size: 3rem;
    font-weight: 400;
    color: #a10d59;
    text-transform: uppercase;
}

.texto-home h3 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #a10d59;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.texto-home h3:hover {
    padding-left: 10px;
}

#bold-purple {
    font-weight: 600;
    color: #a10d59;
}

/* BANNERS */
.banners {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.banners.col-md-4 {
    width: 31%;
    margin-right: 15px;
}

.banners.col-md-4:last-child {
    margin-right: 0px;
}

#banner-horarios {
    background: url('../images/icon-reloj.jpg') right center no-repeat #5cc5ed;
    background-size: contain;
    border-left: #a2d6ea 10px solid;
    border-right: #5cc5ed 7px solid;
}

#banner-horarios:hover {
    border-left: #a2d6ea 5px solid;
    border-right: #5cc5ed 3px solid;
}

#banner-servicios {
    background: url('../images/icon-impresora.jpg') right center no-repeat #ee87b2;
    background-size: contain;
    border-left: #efb7ce 10px solid;
    border-right: #ee87b2 7px solid;
}

#banner-servicios:hover {
    border-left: #efb7ce 5px solid;
    border-right: #ee87b2 3px solid;
}

#banner-trabajo {
    background: url('../images/icon-maletin.jpg') right center no-repeat #ffef3f;
    background-size: contain;
    border-left: #fbf5b1 10px solid;
    border-right: #ffef3f 7px solid;
}

#banner-trabajo:hover {
    border-left: #fbf5b1 5px solid;
    border-right: #ffef3f 3px solid;
}

.banners a:link, .banners a:visited, .banners a:active {
    display: block;
    min-height: 170px;
    width: 90%;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 40px;
    padding-left: 8px;
}

#h2 {
    font-size: 45px;
    font-weight: 400;
    display: block;
    margin-top: 0px;
    line-height: 39px;
}

#h3 {
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
}

#h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1px;
}

/* FOOTER */
footer {
    background-color: #e3e3e3;
    padding-bottom: 35px;
    padding-top: 35px;
    text-align: center;
    color: #818181;
}

footer h3 {
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

footer p {
    margin-bottom: 0px;
    font-size: 17px;
}

footer a:link, footer a:visited, footer a:active {
    color: #818181;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


/* INTERIOR */

.recuadro-dest {
    padding: 20px;
    border: 1px solid #a10d59;
    border-bottom: 3px solid #a10d59;
    border-radius: 5px;
    margin-top: 25px;
}

.recuadro-dest h3 {
    margin-top: 0px;
}

.recuadro-dest p {
    font-size: 15px;
}


/* CONTACTO */

#form-contacto input[type="text"], #form-contacto input[type="email"], #form-contacto input[type="tel"], #form-contacto textarea {
    display: block;
    width: 100%;
    border: #ebf1f3 4px solid;
    margin-bottom: 8px;
    padding: 5px 8px;
    font-size: 17px;
    color: #666;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    outline: none;
}

#form-contacto input[type="text"]:hover, #form-contacto input[type="email"]:hover, #form-contacto input[type="tel"]:hover, #form-contacto textarea:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}

#form-contacto input[type="text"]:focus, #form-contacto input[type="email"]:focus, #form-contacto input[type="tel"]:focus, #form-contacto textarea:focus {
    border: #5cc5ed 4px solid;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}

#form-contacto input[type="submit"] {
    background-color: #5cc5ed;
    border: none;
    color: #FFFFFF;
    font-size: 17px;
    padding: 8px 30px;
    float: right;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#form-contacto input[type="submit"]:hover {
    background-color: #42a7ce;
}

.resultados {
    border: 1px solid #a10d59;
    padding: 6px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-style: italic;
    color: #a10d59;
    display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d6d6d6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d6d6d6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d6d6d6;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d6d6d6;
}

.col-latform h2 {
    margin-bottom:18px;
}

.col-latform p, .col-latform a:link, .col-latform a:visited, .col-latform a:active {
    color: #5f5f5f;
    font-size: 17px;
    margin: 0px 0px;
    padding: 0px;
    text-decoration: none;
}

.col-latform a:hover { 
    text-decoration: underline;
}

.col-latform hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #adc9d2;
}

.col-latform .fa {
    font-size: 14px;
    color: #a10d59;
    margin-right: 4px;
}

.mapa {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mapa iframe {
    width: 100%;
    height: 400px;
    border: #ebf1f3 4px solid;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

/* MENU XS */

#btn-menu-xs {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 28px;
    color: #a10d59;
    padding: 10px;
    z-index: 450;
}

#btn-menu-xs-close {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 28px;
    color: #FFFFFF;
    padding: 10px;
    z-index: 450;
    display: none;
}

.menu-xs {
    padding-top: 25px;
    background-color: #a10d59;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 300;
    display: none;
}

#links-xs {
    display: block;
    color: #FFFFFF;
    padding: 15px;
    font-size: 17px;
    border-bottom: rgba(255,255,255,0.3) 1px solid;
    text-align: center;
    text-decoration: none
}

#links-xs:hover, #links-xs:active {
    background-color: rgba(255,255,255,0.2);
}

.go-up {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 90;
    display: none;
}

.go-up-btn {
    background: #000;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 9px 0 0 0;
    margin: 0px 0 0px 0;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-up-btn:hover {
    background: #5aa97d;
    color: #fff;
}

.go-up-btn .fa {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    header {
        margin-bottom: 25px;
    }

    .botonera {
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .slider-sim {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 60px;
    }

    .texto-home {
        padding-bottom: 30px;
        font-size: 1.9rem;
        line-height: 2.8rem;
    }

    .banners a:link, .banners a:visited, .banners a:active {
        display: block;
        min-height: 170px;
        width: 90%;
        color: #FFFFFF;
        text-decoration: none;
        padding-top: 40px;
        padding-left: 20px;
    }
    #h2 {
        font-size: 45px;
        font-weight: 400;
        display: block;
        margin-top: 0px;
        line-height: 39px;
    }

    #h3 {
        font-size: 28px;
        font-weight: 700;
        display: block;
        margin-bottom: 0px;
    }

    #h4 {
        font-size: 22px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 2px;
        display: inline-block;
    }

    .col-latform .fa {
        font-size: 21px;
        color: #a10d59;
        margin-right: 7px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .botonera {
        float: right;
        margin-top: 75px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }