/*=======================================================================
// TOP HEADER
=========================================================================*/
body{
    position: relative;
}
.topHeader{
    width: 100%;
    position: relative;
    min-height: 40px;
    border-bottom: 1px solid #e7e7e7;
}
.headerConnect{
    width: 100%;
    text-align: center;
    position: relative;
}
.headerConnect a{
    color: #979797;
    display: inline-block;
    line-height: 0.7;
    margin-right: 27px;
    margin-top: 13px;
}
.headerConnect a.fac:hover{
    color: #3B5998;
}
.headerConnect a.twi:hover{
    color: #28A9E2;
}
.headerConnect a.ins:hover{
    color: #D4C3B1;
}
.headerConnect a.goo:hover{
    color: #DC4A38;
}
.headerConnect a.rss:hover{
    color: #FF9900;
}
.headerConnect span{
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
}
.headerConnect span i{
    margin-right: 10px;
}

/*=======================================================================
// HEADER
=========================================================================*/
.header{
    width: 100%;
    position: relative;
    background: #f8f8f8;
    min-height: 70px;
}
.fixedHeader{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
}
.logo{
    width: 100%;
    position: relative;
    padding-top: 2px;
}
.logo a{
    position: relative;
    padding-left: 40px;
    color: #434343;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    padding-top: 5px;
}
.logo a:hover{
    color: #3D88C2;
}
.logo a span{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #272727;
    text-align: center;
    border-radius: 50%;
}
.logo a span:after{
    content: "";
    height: 7px;
    position: absolute;
    text-align: center;
    top: 11px;
    left: 11px;
    width: 7px;
    background: url(../images/logot.png) no-repeat center center;
}

.logo img{
    width: 150px;
    max-width: 207px;
    margin: 0 auto;
}

/*=======================================================================
// MENU
=========================================================================*/
.mainMenu{
    width: 100%;
    text-align: right;
    position: relative;
}
.mainMenu > ul{
    margin: 0;
    padding: 0;
    float: right;
}
.mainMenu > ul > li{
    list-style: none;
    float: left;
    margin-right: 58px;
    line-height: 24px;
    padding: 35px 0 35px;
    position: relative;
}
.mainMenu > ul > li:last-child{
    margin-right: 0px;
}
.mainMenu ul li:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background: #3D88C2;
    opacity: 0;
    visibility: hidden;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.mainMenu ul li:hover:after, .mainMenu ul li.active:after, 
.mainMenu ul li:hover:before, .mainMenu ul li.active:before{
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.mainMenu > ul > li > a{
    font-size: 14px;
    /*color: #3D88C2;*/
    color: #3D88C2;
    text-transform: uppercase;
    line-height: 11px;
    display: inline-block;
}
.mainMenu > ul > li:hover > a, .mainMenu > ul > li.active > a{
    color: #434343;
}
.menuButton {
    border-radius: 2px;
    cursor: pointer;
    height: 30px;
    left: auto;
    line-height: 4px;
    padding: 2px 4px 0;
    position: absolute;
    right: 14px;
    top: -70px;
    width: 40px;
    transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms
}
.menuButton span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #434343;
    transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms
}
.menuButton.active span:first-child{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 11px 50%;
    -ms-transform-origin: 11px 50%;
    -webkit-transform-origin: 11px 50%;
}
.menuButton.active span:nth-child(2) {
    display: none;
}
.menuButton.active span:last-child{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 12px 50%;
    -webkit-transform-origin: 12px 50%;
    -ms-transform-origin: 12px 50%;
}
.menuButton:hover span{
    background: #3D88C2;
}

/*=======================================================================
// SLIDER
=========================================================================*/

.slider{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sliderItem{
    width: 100%;
    position: relative;
    height: 750px;
    text-align: center;
}
.itemOne{
    background: url(../images/slider/farmacia_balcazar_header_1.JPG) no-repeat center center / cover #e7e7e7;
}
.itemTwo{
    background: url(../images/slider/farmacia_balcazar_header_2.jpg) no-repeat center center / cover #e7e7e7;
}
.itemThree{
    background: url(../images/slider/farmacia_balcazar_header_3.jpg) no-repeat center center / cover #e7e7e7;
}
.itemFour{
    background: url(../images/slider/farmacia_balcazar_header_4.jpg) no-repeat center center / cover #e7e7e7;
}
.itemFive{
    background: url(../images/slider/farmacia_balcazar_header_5.jpg) no-repeat center center / cover #e7e7e7;
}
.itemSix{
    background: url(../images/slider/farmacia_balcazar_header_6.jpg) no-repeat center center / cover #e7e7e7;
}
.sliderItem h1{
    font-family: 'Roboto';
    color: #424242;
    text-transform: uppercase;
    font-size: 50px;
    margin: 0;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 35px;
}
.sliderItem h1:after{
    content: "";
    width: 30px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.sliderItem h1:before{
    content: "";
    width: 30px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3px;
}
.sliderItem p{
    color: #FFF;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 20px auto 50px;
    width: 60%;
    text-align: center;
}
.sliderButton{
    display: inline-block;
    width: 170px;
    height: 50px;
    background: #3D88C2;
    padding: 5px;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 11px;
    text-transform: uppercase;
    color: #f8f8f8;
}
.sliderButton span{
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    text-align: center;
    padding-top: 14px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.sliderButton:focus,
.sliderButton:hover{
    color: #FFF;
}
.sliderButton:hover span{
    border-color: #3D88C2;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

#mainSlider .item.active .anim1 {
    -webkit-animation: zoomIn 1000ms ease-in-out;
    animation: zoomIn 1000ms ease-in-out;
}
#mainSlider .item.active .anim3 {
    -webkit-animation: fadeInUp1 1200ms ease-in-out;
    animation: fadeInUp1 1200ms ease-in-out;
}
#mainSlider .item.active .anim11 {
    -webkit-animation: bounceInDown 1000ms ease-in-out;
    animation: bounceInDown 1000ms ease-in-out;
}
#mainSlider .item.active .anim21 {
    -webkit-animation: fadeInRight 1100ms ease-in-out;
    animation: fadeInRight 1100ms ease-in-out;
}
#mainSlider .item.active .anim12 {
    -webkit-animation: zoomIn 1000ms ease-in-out;
    animation: zoomIn 1000ms ease-in-out;
}
#mainSlider .item.active .anim32 {
    -webkit-animation: fadeInUp1 1200ms ease-in-out;
    animation: fadeInUp1 1200ms ease-in-out;
}
.mainController{
    width: 100%;
    position: absolute;
    width: 100%;
    height: 31px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#mainSlider .carousel-control {
    background: rgba(250, 250, 250, 0.8);
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: none;
    height: 30px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    top: 47%;
    width: 30px;
    z-index: 11;
}
#mainSlider .carousel-control:hover{
    background: #3D88C2;
    border-color: #3D88C2;
}
.mainControllerArea{
    position: relative;
    width: 100%;
}
#mainSlider .mainControllerArea .carousel-control.left {
    left: 0;
    right: auto;
}
#mainSlider .mainControllerArea .carousel-control.right {
    left: auto;
    right: 0;
}
#mainSlider .carousel-control.left i {
    border-bottom: 2px solid #424242;
    border-left: 2px solid #424242;
    bottom: 0;
    display: inline-block;
    height: 9px;
    left: 5px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 9px;
}
#mainSlider .carousel-control.right i {
    border-right: 2px solid #424242;
    border-top: 2px solid #424242;
    bottom: 0;
    display: inline-block;
    height: 9px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
    transform: rotate(45deg);
    width: 9px;
}
#mainSlider.home2 .sliderItem h1{
    text-align: left;
}
#mainSlider.home2 .sliderItem h1:after,
#mainSlider.home2 .sliderItem h1:before{
    margin: 0;
}
#mainSlider.home2 .sliderItem p {
    margin: 20px 0 60px;
    text-align: left;
}
#mainSlider.home2 .sliderButton {
    display: block;
    background: transparent;
    border: 2px solid #979797;
    padding: 2px;
}
#mainSlider.home2 .sliderButton span{
    border: 1px solid #979797;
}
#mainSlider.home2 .sliderButton:hover span{
    border-color: #FFF;
}
#mainSlider.home2 .carousel-control.left {
    left: auto;
    right: 40px;
}
.mainCarouselControllerTwo{
    width: 100%;
    position: absolute;
    left: 0;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.home2Controller{
    width: 100%;
    position: relative;
}


#mainSlider.home3 .carousel-control {
    bottom: 30px;
    top: auto;
}
#mainSlider.home3 .carousel-control:hover {
    background: transparent;
    border-color: #fff;
}
#mainSlider.home3 .carousel-control.right {
    left: 0;
    margin: 0 auto;
    right: -38px;
}
#mainSlider.home3 .carousel-control.left {
    left: -37px;
    margin: 0 auto;
    right: 0;
}
#mainSlider .carousel-inner {
    height: 100%;
}
#mainSlider.home3 .sliderItem h1:before{
    display: none;
}
.sliderItem h1 .lineTwo{
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    height: 100%;
    width: 100%;
    padding: 23px 20px;
    display: inline-block;
    line-height: 50px;
}
#mainSlider.home3 .sliderItem h1:after{
    display: none;
}
.sliderItem h1 .lineOne{
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    display: inline-block;
    padding: 2px;
    height: 100%;
    width: 100%;
}
.home3 .sliderItem p {
    font-size: 17px;
    width: 100%;
}
.home3 .sliderItem h1 {
    display: inline-block;
    padding-bottom: 0;
}
.home3 .sliderItem h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 32px;
    text-transform: uppercase;
}
/*=======================================================================
// DESCRIPCIONES
=========================================================================*/
.singleFeatures{
    width: 100%;
    position: relative;
}
.sFContent{
    width: 100%;
    position: relative;
    background: #f8f8f8;
    height: 270px;
    padding-left: 30px;
    padding-right: 25px;
    padding-top: 15px;
}
.sFContent:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 270px 262px 0px 0;
    border-color: transparent #f4f4f4 transparent transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.sFContent a{
    text-decoration: underline;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after{
    margin-left: 0px !important;
}
.fIcona{
    color: #3D88C2;
    display: inline-block;
    height: 44px;
    z-index: 9;
}
.fIcona:before{
    font-size: 44px;
    margin-top: 8px;
    position: relative;
    display: inline-block;
}
.fIcona.flaticon-coffee-cup1:before{
    top: -5px;
}
.fIcona.flaticon-diamond:before{
    font-size: 38px;
    margin-top: 7px;
}
.sFContent h3{
    font-size: 17px;
    line-height: 13px;
    text-transform: uppercase;
    margin: 18px 0 22px;
    color: #434343;
    position: relative;
    z-index: 9;
}
.sFContent p{
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
    position: relative;
    z-index: 9;
}
.subTitle{
    text-align: center;
    margin: 40px 0;
    font-size: 30px;
}
/*=======================================================================
// SERVICIOS
=========================================================================*/

.titleServices{
    color: #fff;
}

.titleServices:before {
    width: 30px;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    left: 1px;
    right: 0;
    bottom: 3px;
    margin: 0 auto;
}

.iconSection{
    position: relative;
    background: url(../images/bg/bg1.jpg) no-repeat center center / cover fixed transparent;
    padding: 185px 0;
}
.singleIcona{
    width: 100%;
    position: relative;
    text-align: center;
    min-height: 350px;
}

.singleIcona .icons{
    display: inline-block;
    width: 90px;
    height: 90px;
    position: relative;
}
.singleIcona .icons:after{
    width: 90px;
    height: 90px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    position: absolute;
    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
    -ms-transition: all ease 600ms;
    -o-transition: all ease 600ms;
}
.singleIcona .icons:before{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    position: absolute;
    background: #3D88C2;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
    visibility: hidden;
}
.singleIcona:hover .icons:after{
    width: 80px;
    height: 80px;
    border-color: #FFF;
    border-width: 1px;
}
.singleIcona:hover .icons:before{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.icons i{
    bottom: 0;
    color: #fff;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.icons i:before{
    font-size: 40px;
}
.singleIcona p{
    margin: 15px 0 0;
    min-height: 65px;
}
.singleIcona p a{
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    text-transform: capitalize;
    display: inline-block;
}
.iconSection .col-sm-4, .iconSection .col-lg-2{
    width: 20%;
}
.listaServicios{
    text-align: center;
}
.desc-serv{
    margin-top: 20px;
    text-align: left;
    color: #fff;
    border-top: 1px solid #fff;
    padding-top: 10px;
    font-size: 16px;
}

/***************** EQUIPO *********************/
.workersSection{
    position: relative;
}
.singleWorker{
    width: 20%;
    margin-left: 10px;
    display: inline-block;
    overflow: hidden;
}
.singleWorker h3{
    color: #434343;
    font-size: 17px;
    font-weight: 400;
    padding-top: 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.singleWorker > p{
    color: #979797;
    font-size: 15px;
    line-height: 0.9;
    padding-top: 14px;
    text-transform: capitalize;
}
.workerImg{
    width: 100%;
    position: relative;
}
.singleWorker:hover .workerHover{
    opacity: 1;
    visibility: visible;
}
.singleWorker:hover h3{
    color: #3D88C2;
}

/*=======================================================================
// LOCALIZACIÓN
=========================================================================*/

.skillSection{
    position: relative;
}

/*=======================================================================
// CONTACTO
=========================================================================*/

.contactForm{
    width: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .5);
    display: inline-block;
    padding: 27px 10px;
}
.inputa{
    width: 100%;
    position: relative;
    height: 50px;
    margin-bottom: 30px;
}
.inputa input[type="text"], .inputa input[type="email"]{
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-top-width: 2px;
    background: none;
    color: #FFF;
    padding-left: 15px;
    font-size: 14px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.inputa input[type="text"]:focus, .inputa input[type="email"]:focus{
    border-color: #fff;
}
.inputa input[type="text"].reqError, .inputa input[type="email"].reqError{
    border-color: #DC4A38;
}
.inputa i{
    font-size: 27px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
}
.inputa i:before{
    color: rgba(255, 255, 255, .8);
    font-size: 27px;
    left: 17px;
    position: absolute;
    top: 11px;
}
.messagebox{
    width: 100%;
    position: relative;
    height: 235px;
}
.messagebox textarea{
    width: 100%;
    height: 235px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-top-width: 2px;
    text-align: center;
    padding: 15px;
    color: #FFF;
    font-size: 14px;
    background: none;
    resize: none;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.messagebox textarea:focus{
    border-color: #FFF;
}
.messagebox textarea.reqError{
    border-color: #DC4A38;
}
#con_submit{
    background: transparent none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    height: 40px;
    line-height: 11px;
    margin: 10px auto;
    padding: 3px;
    width: 280px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    outline: none;
}
#con_submit span{
    margin-top: 9px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    outline: none;
}
.caja-btn{
    width: 100%;
    text-align: center;
}
.error-formulario{
    display: block;
    color: #fff;
}
/*=======================================================================
// POWERED
=========================================================================*/

.caja-powered{
    background: rgba(67,67,67,.8);
    padding-bottom: 20px;
}

.powered{
    z-index: 10;
    text-align: right;
    font-size: 15px;
}

.powered a{
    color: #30BFB2;
}

.powered a:visited, .powered a:link, .powered a:hover{
    text-decoration: none;
}

@media (max-width: 480px) {
    .powered{
        text-align: center;
    }
}
/*=======================================================================
// FOOTER
=========================================================================*/
.footer{
    width: 100%;
    position: relative;
    min-height: 70px;
    background: #FFF;
}
.footer img{
    max-width: 60px;
    margin: 10px 0px;
}
.footerSocial{
    width: 100%;
    text-align: right;
    color: #979797;
    line-height: 14px;
    margin-top: 27px;
}
.footerSocial a{
    color: #979797;
    margin-right: 15px;
    display: inline-block;
    line-height: 14px;
    border: 1px solid #979797;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.footerSocial a:last-child{
    margin-right: 0px;
}
.footerSocial a:hover{
    color: #3D88C2;
}
.footerSocial .fa{
    font-size: 21px;
}
.footerSocial .twi:hover{
    background-color: #00aced;
    color: #fff;
    border-color: #1dcaff;
}
.footerSocial .fac:hover{
    background-color: #3b5998;
    color: #fff;
    border-color: #3b5998;
}
.footerSocial .goo:hover{
    background-color: #dd4b39;
    color: #fff;
    border-color: #dd4b39;
}
#backToTop{
    background: #fff none repeat scroll 0 0;
    color: #979797;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    padding-top: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -105px;
    width: 50px;
    border-radius: 100%;
}
#backToTop:hover{
    color: #3D88C2;
}

.footer-links{
    margin-top: 20px;
}

.footer-links ul{
    float: right;
}

.footer-links ul li{
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}
/************************** HOME ************************/
.overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg/dots.png) repeat scroll center center;
}
.darkOverlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(67,67,67,.8);
}
.iconSection.home2{
    position: relative;
    background: url("../images/slider/farmacia_balcazar_header_6.jpg") no-repeat fixed center center / cover ;
}
.inputa input[type="text"]:focus, .inputa input[type="email"]:focus,.messagebox textarea:focus{
    outline: none;
}

/* -------------- MAPA ------------ */

.map-section{
    height:400px;
}

#map_canvas{
    width:100%;
    height:100%;
}

#content-boolean{
    overflow:hidden;
    background-color:#fff;
    padding:10px;
    padding-top:10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

#content-boolean{color:#062e48;}

#content-boolean h1{
    font-size:15px;
    padding-top:0;
    line-height: 20px;
    margin-bottom: 10px;
}

#content-boolean p{
    font-size:15px;
    margin:0;
    line-height: 18px;
}

@media (max-width: 480px) {
    .map-section{
        height:300px;
    }
}


@-webkit-keyframes orbit {
    0% {
        -webkit-transform: translate(0, -15px) scale(1.2, 1.2);
        transform: translate(0, -15px) scale(1.2, 1.2);
        z-index: 1;
    }
    50% {
        -webkit-transform: translate(0, 25px) scale(1, 1);
        transform: translate(0, 25px) scale(1, 1);
        z-index: -1;
    }
    100% {
        -webkit-transform: translate(0, -15px) scale(1.2, 1.2);
        transform: translate(0, -15px) scale(1.2, 1.2);
        z-index: -1;
    }
}

@keyframes orbit {
    0% {
        -webkit-transform: translate(0, -15px) scale(1.2, 1.2);
        transform: translate(0, -15px) scale(1.2, 1.2);
        z-index: 1;
    }
    50% {
        -webkit-transform: translate(0, 25px) scale(1, 1);
        transform: translate(0, 25px) scale(1, 1);
        z-index: -1;
    }
    100% {
        -webkit-transform: translate(0, -15px) scale(1.2, 1.2);
        transform: translate(0, -15px) scale(1.2, 1.2);
        z-index: -1;
    }
}
@-webkit-keyframes move {
    from {
        left: 0px;
    }
    to {
        left: 150px;
    }
}
@keyframes move {
    from {
        left: 0px;
    }
    to {
        left: 150px;
    }
}