@import url('../fonts/pharmacy/flaticon.css');
body{
    font-family: 'Roboto';
}
a,
a:hover,
a:link,
a:visited{
    text-decoration: none;
}

.text-blue{
    color: #38AACF;
}

h1, h2, h3, h4, h5, h6{
    margin-top: 0;
}

.degradado{
    background: rgba(0,178,213,1);
    background: -moz-linear-gradient(left, rgba(0,178,213,1) 0%, rgba(141,197,72,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,178,213,1)), color-stop(100%, rgba(141,197,72,1)));
    background: -webkit-linear-gradient(left, rgba(0,178,213,1) 0%, rgba(141,197,72,1) 100%);
    background: -o-linear-gradient(left, rgba(0,178,213,1) 0%, rgba(141,197,72,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,178,213,1) 0%, rgba(141,197,72,1) 100%);
    background: linear-gradient(to right, rgba(0,178,213,1) 0%, rgba(141,197,72,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2d5', endColorstr='#8dc548', GradientType=1 );
}

.titulos-info{
    text-align: center;
    margin: 80px 0;
}

.titulos-info h2{
    margin-bottom: 20px;
    color: #5A5A5A;
    font-size: 36px;
}

.titulos-info h4{
    color: #6D6C71;
    font-style: italic;
    width: 68%;
    line-height: 28px;
    display: block;
    margin: 0 auto;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*************** HEADER *****************/

.header-4 {
    position: fixed;
    top: 0;
    height: 90px;
    width: 100%;
    z-index: 4;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}

.header-4 .wrap {
    display: inline-block;
}

.header-4.is-sticky {
    width: 100%;
    z-index: 99;
    box-shadow: 0px -1px 25px #ddd;
}

.header-4 .logo {
    margin-right: 20px;
    display: inline-block;
    margin-top: 15px;
}

.header-4 .menu-container {
    display: inline-block;
}

.header-4 .logo a {
    display: block;
}

.header-4 .logo img {
    max-width: 100%;
    height: auto;
    outline: none;
}

.header-4 #mainnav {
    position: relative;
    display: block;
    float: right;
    font-size: 13px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-4 #mainnav ul {
    list-style: none;
    margin: 0;
}

.header-4 #mainnav > ul > li {
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-4 #mainnav > ul > li:hover:before {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.header-4 #mainnav > ul > li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #7f7f7f;
}

.header-4 #mainnav > ul > li ul li a {
    color: #4c4c4c;
}

.header-4 #mainnav ul li div#mega > ul.submenu {
    border-top: 0; 
}

.header-4 #mainnav > ul > li > a {
    position: relative;
    display: block;
    font-weight: 500;
    text-decoration: none;
    height: 90px;
    line-height: 90px;
    outline: none;
    padding: 0 30px;
    font-size: 14px;
    color: #000;
}

.header-4 #mainnav > ul > li > a > span {
    position: relative;
    display: block;
    
}
.header-4 #mainnav ul .active a span:after,
.header-4 #mainnav > ul > li:hover > a > span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-4 #mainnav ul li ul {
    margin-left: 30px;
    padding: 0;
    width: 199px;
    position: absolute;
    top: 80%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-4 #mainnav ul li ul:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
}
.header-4 #mainnav ul li ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.header-4 #mainnav ul li ul li{
    background-color: #232122;
    height: auto;
    padding: 10px 10px;
}

.header-4 #mainnav ul li ul li:first-child{
    border-top: 2px solid #15B2D5;
}

.header-4 #mainnav li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-4 #mainnav .submenu {
    z-index: 99999;
}

.header-4 #mainnav .submenu li a {
    display: block;
    line-height: 30px;
    padding: 0 18px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-4 #mainnav .submenu li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-4 #mainnav .submenu li:hover {
    background-color: #fcfcfc;
}

.header-4 #mainnav .submenu li:first-child a {
    border-top: 0;
}

.header-4 #mainnav li:hover > .submenu > li > a {
    padding: 7px 18px;
}

.header-4 #mainnav ul li:hover div#mega ul.submenu > li > a {
    padding: 7px 18px;
}
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
}
#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #7CD900;
    cursor: pointer;
}
#mainnav-mobi ul > li > a {
    text-decoration: none;
    height: 55px;
    line-height: 55px;
    padding: 0 50px;
    display: block;
    text-transform: uppercase;
}
#mainnav-mobi ul > li:hover > ul {
    display: block;
}
#mainnav-mobi ul > li > ul {
    display: none;
}
#mainnav-mobi ul > li > ul > li{
    padding-left: 20px;
    border-bottom: none;
    border-top: 1px solid #7CD900;
}
.btn-menu {
    float: right;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-menu .fa{
    font-size: 35px;
    color: #000;
}

.btn-submenu{
    position: absolute;
    top: 18px;
    right: 20px;
    color: red;
}

.btn-submenu .fa{
    font-size: 23px;
}

/*************** PRINCIPAL *****************/

.roll-carousel{
    background-color: #fff;
    margin-top: 90px;
}
.owl-dots{
    margin-top: -30px;
    position: absolute;
    left: 50%;
}

.bkg-grey{
    background-color: #f3f4f3
}

.info-principal-iconos{
    position: relative;
    top: -34px;
    background: rgba(245, 245, 245, .7);
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
}
.info-principal-iconos ul{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.info-principal-iconos li{
    width: 20%;
    display: inline-block;
    text-align: center;
    margin-right: -4px;
}
.info-principal-iconos li .fa{
    font-size: 30px;
    height: 50px;
    width: 50px;
    background-color: #D0DADC;
    border-radius: 50%;
    padding-top: 8px;
    margin: 10px 0;
}
div[class*="info-principal-fila"] > .col-md-6{
    padding-right: 30px;
    padding-left: 30px;
}
div[class*="info-principal-fila"]{
    margin: 30px 0;
    /*height: 200px;*/
    padding: 20px;
}
div[class*="info-titulo"]{
    margin-bottom: 10px;
}
.info-principal-fila1{text-align: center;}
.info-principal-box{
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.info-principal-fila1 .info-titulo{
    font-size: 18px;
}
.info-principal-fila1 img{
    margin: 0 auto;
}
.info-principal-fila1 .info-principal-caja{
    padding-right: 40px;
    margin-top: 92px;
}
.icon-principal{
    padding: 40px 0;
    margin: auto;
    position: relative;
    width: 110px;
    display: block;
}
.content-info-principal{
    text-align: left;
    padding: 20px;
    height: 300px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a .content-info-principal{
    color: #333;
}
a .content-info-principal:hover{
    box-shadow: 10px 10px 10px #8E8B8B;
    background-color: #FBFBFB;
}
a .content-info-principal:hover .icon-principal i:nth-child(2){
    -ms-transform: skewX(-55deg); /* IE 9 */
    -webkit-transform: skewX(-55deg); /* Safari */
    transform: skewX(-55deg);
    left: 35px;
}
.content-info-principal h2{
    font-size: 22px;
}
.content-info-principal .icon-principal i{
    font-size: 50px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
}
.content-info-principal .icon-principal i:nth-child(1){
    z-index: 2;
}
.content-info-principal .icon-principal i:nth-child(2){
    -ms-transform: skewX(-60deg); /* IE 9 */
    -webkit-transform: skewX(-60deg); /* Safari */
    transform: skewX(-60deg);
    left: 42px;
    color: #A1A1A1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.content-info-principal .info-principal p{
    display: inline-block;
    font-size: 16px;
}
.content-info-principal .info-principal .fa{
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
}
.info-principal-fila2 .info-principal-caja{
/*    padding-left: 145px;*/
    text-align: center;
    color: #898787;
  
}
.block-bg{
/*    background-image:url(../img/parallax_principal.jpg);*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.contenido-parallax{
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
.overlay-parallax{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .5;
    opacity: .4;
    width: 100%;
    height: 100%;
}
.contenido-parallax .info-titulo{
    text-transform: uppercase;
    color:#000;
}

/*SLIDER CLIENTES*/
/*.slider-clientes .owl-carousel{
    margin-top: 18px;
}*/
.slider-clientes-title{
    background: rgba(255, 255, 255, .3);
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 25px;
}
.slider-clientes .owl-prev,
.slider-clientes .owl-next{
    position: absolute;
    top: -7px;
}
.slider-clientes .owl-prev,
.roll-farmaceuticos .owl-prev{
    left: -60px;
}
.slider-clientes .owl-next,
.roll-farmaceuticos .owl-next{
    right: -60px;
}
.slider-clientes .item img{
    max-width: 150px;
}

/*************** NOTICIAS Y PROMOCIONES **************/

.roll-row {
    clear: both;
    display: block;
    position: relative;
    padding: 30px 0;
}

.roll-row .container {
    position: relative;
    z-index: 2;
}

.single-page .portfolio-list {
    padding: 17px 0 91px 0;
}

.single-page .portfolio h1.small-light {
    font-size: 33px;
    margin-bottom: 31px;
}

.single-page .portfolio .portfolio-item {
    margin-bottom: 32px; 
}

.single-page .portfolio div.image {
    background-color: #000;
    position: relative;
    cursor: pointer;
}

.single-page .portfolio div.image > img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    max-width: 100%;
    height: auto;
}

.single-page .portfolio div.image:hover img.img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

.single-page .portfolio div.image div.view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    visibility: hidden;
}

.single-page .portfolio div.image:hover .view {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    visibility: visible;
}

.single-page .portfolio div.image .view a,
.single-page .portfolio div.image .view a img {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.single-page .portfolio div.image .view a {
    position: absolute;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.single-page .portfolio > a h5 {
    margin-top: 25px;
    margin-bottom: 0;
    letter-spacing: 0.4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-page .portfolio a:hover h5 {
    color: #459ce4;
}

.portfolio a h5 {
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 0.4px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*************** BRANDING **************/

.branding{
    padding: 70px 0;
    background-color: #EDEDED;
}
.branding .title{
    text-align: center;
    color: #898787;
    margin-bottom: 30px;
    font-size: 36px;
    display: block;
}
.branding h5{
    text-align: center;
    color: #A9A9A9;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 400;
}

.servicios-principal ul{
    list-style: none;
    text-align: center;
    margin-top: 70px;
}

.servicios-principal ul li{
    display: inline-block;
    width: 275px;
    height: 275px;
    margin-left: -4px;
    position: relative;
    vertical-align: top;
    z-index: 1;
}

.servicios-principal-content{
    position: relative;
    color: #fff;
    width: 180px;
    height: 180px;
    border: 2px solid #fff;
    padding: 5px;
}

.servicios-principal-content:after{
    content: "";
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.servicios-principal-content:hover:after{
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.servicios-principal ul li i{
    text-align: center;
    font-size: 80px;
    display: block;
}

.servicios-principal ul li span{
    text-transform: uppercase;
    font-size: 17px;
}

/******************** SERVICIOS INDIVIDUAL **********************/

.planes{
    margin-top: 80px;
}

.servicio-individual {
    margin: 60px 0;
}

.content-servicio-individual h1{
    text-align: center;
    position: relative;
    line-height: 43px;
}

.content-servicio-individual h1:after {
    position: absolute;
    content: "";
    bottom: -25px;
    height: 2px;
    width: 15%;
    background-color: #000;
    left: 43%;
}

.desc-servicio-individual {
    height: 600px;
}

/******************** SLIDER FARMACÉUTICOS **********************/

.roll-farmaceuticos{
    padding: 70px 0;
}

/******************** REDES SOCIALES **********************/

.redes-sociales{
    padding: 80px 0;
}

.redes-sociales ul{
    list-style: none;
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
}

.redes-sociales ul li{
    display: inline-block;
    margin-left: -4px;
    width: 33%;
    text-align: center;
    vertical-align: top;
}
.redes-sociales ul li h4{
    vertical-align: top;
    margin-bottom: 20px;
}

/*********************** BLOG ***************************/

#page{
    margin-top: 80px;
}
.posts-blog{
    margin: 50px 0;
}

.title-blog{
    text-align: center;
    color: #898787;
    margin-bottom: 30px;
}

.article-blog{
    margin: 0 15px;
}

.article-blog span{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    display: block;
    text-overflow:ellipsis;
    white-space:nowrap; 
    overflow:hidden;
}


/*********************** BANNER APLICACIÓN ***************************/

.banner-aplicacion-info{
    margin-top: 160px;
    color: #fff;
    overflow: auto;
}
.banner-aplicacion-info h1{
    font-weight: 300;
    text-align: right;
}
.banner-aplicacion-info p{
    text-align: right;
    width: 84%;
    float: right;
    font-size: 15px;
}
.banner-aplicacion-descarga{
    margin: 50px 0;
}
.banner-aplicacion-descarga .col-md-6:first-child .banner-aplicacion-qr{
    text-align: right;
}
.banner-aplicacion-descarga .col-md-6:first-child .banner-aplicacion-qr ul li{
    float: right;
}
.banner-aplicacion-descarga .col-md-6:last-child .banner-aplicacion-qr ul li{
    float: left;
}
.banner-aplicacion-descarga .col-md-6:first-child .banner-aplicacion-qr img{
    float: right;
}
.banner-aplicacion-descarga .col-md-6:last-child .banner-aplicacion-qr img{
    float: left;
}
.banner-aplicacion-qr ul{
    list-style: none;
}
.banner-aplicacion-qr ul li{
    display: inline-block;
    vertical-align: top;
    width: 24%;
}
.banner-aplicacion-qr img{
    width: 80%;
}
.banner-aplicacion-qr p{
    font-size: 18px;
    line-height: 27px;
}

/***************** FOOTER *******************/

.caja-enlaces{margin: 40px 50px 80px 0;}

.enlaces{float: right;}

footer{
    padding-bottom: 50px;
    background-color: #333534;
    margin-top: 50px;
}

.section-footer{
    position: relative;
    color: #fff;
}

.tittle-footer{
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
}

.tittle-footer:after{
    content: "";
    position: absolute;
    right: 30px;
    height: 2px;
    width: 80px;
    background-color: #fff;
    bottom: 13px;
}
.content-footer{
    padding-right: 10px;
}
.elem-contacto-footer{
    margin-bottom: 15px;
}

.elem-contacto-footer span:first-child{
    display: inline-block;
    width: 80px;
}

.elem-contacto-footer span:last-child{
    text-align: right;
}

.elem-contacto-footer span:nth-child(2){
    text-align: right;
    margin-left: 28px;
}

.redes-footer ul{
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.redes-footer ul a{
    color: #fff;
}

.redes-footer li{
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #1DC3D9;
    text-align: center;
}

.redes-footer li i{
    font-size: 20px;
    line-height: 34px;
}

.enlaces-footer ul{
    position: relative;
    text-align: center;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    list-style: none;
    border-bottom: 1px solid #fff;
}

.enlaces-footer ul:after{
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    color: #fff;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -17px;
    border-radius: 50%;
    border: 10px solid #333534;
}

.enlaces-footer li{
    display: inline-block;
    height: 45px;
    line-height: 43px;
    padding: 0 20px;
}

.enlaces-footer ul li a{
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.enlaces-footer ul li a:hover{
    color: red;
}

/************** EQUIPO ******************/

.lista-equipo{
    list-style: none;
    padding: 0;
    /*overflow: auto;*/
    margin-bottom: 100px;
}

.item-equipo{
    display: block;
    float: left;
    width: 25%;
    padding: 15px;
}
.item-equipo i{
    text-align: center;
    vertical-align: top;
    font-size: 133px;
    display: block;
    padding-bottom: 50px;
}
.content-item-equipo{
    position: relative;
}

.overlay-equipo{
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content-item-equipo:hover .overlay-equipo{
    opacity: 1;
}

.desc-equipo{
    bottom: -30px;
    text-align: center;
    position: absolute;
    color: #fff;
    width: 100%;
    background: rgba(0,0,0,.4);
}

.nombre-equipo{
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    margin-bottom: 5px;
}

.puesto-equipo{
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
/**************** PLANES ****************/

.content-planes{
    margin-bottom: 100px;
}

.plan{
    padding: 0px 20px;
    height: 284px;
    position: relative;
    margin-bottom: 50px;
}

.plan .icon{
    font-size: 85px;
}

.info-plan{
    text-transform: uppercase;
}

.title-plan1,
.title-plan2{
    font-size: 30px;
    line-height: 30px;
}

.title-plan1{
    color: #B0B0B0;
    margin-bottom: 10px;
}

.title-plan2{
    color: #5A5A5A;
}

.desc-grande-plan{
    font-size: 17px;
    line-height: 17px;
    height: 70px;
    text-transform: uppercase;
}

.resumen-servicios-plan{
    font-size: 17px;
    color: #5A5A5A;
    margin: 10px 0;
    margin-bottom: 17px;
    border-top: 1px solid #5A5A5A;
    border-bottom: 1px solid #5A5A5A;
}

.servicio-plan{
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.servicio-plan:nth-child(odd){
    color: #5A5A5A;
}
.servicio-desplegable:nth-child(odd) .servicio-desplegable-title{
    color: #16B0D2;
}

.servicio-plan:nth-child(even){
    color: #B0B0B0;
}
.servicio-desplegable:nth-child(even) .servicio-desplegable-title{
    color: #8DC54A;
}

.ver-mas-plan{
    position: absolute;
    top: 47px;
    text-align: center;
    width: 93%;
}

.ver-mas-plan:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 50%;
    background-color: #15B5E5;
    bottom: 14px;
    right: 0;
    z-index: -1;
}

.ver-mas-plan a{
    background-color: #fff;
    font-weight: 600;
    color: #15B5E5;
    display: block;
    border: 2px solid #15B5E5;
    border-radius: 15px;
    width: 40%;
    height: 30px;
    line-height: 28px;
    margin-right: 12px;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ver-mas-plan a:hover{
    color: #fff;
}

/**************** CONTENIDOS **********************/

.content-contenidos article{
    margin: 50px 0;
}

.info-contenidos{
    padding: 0 40px;
}

.info-contenidos .info-titulo{
    font-size: 30px;
    line-height: 30px;
    margin: 20px;
    text-transform: uppercase
}

.info-contenidos .info-contenido{
    font-size: 15px;
}

.img-contenidos1{
    padding: 0 20px 20px 20px;
}

.lista-iconos-seo-contenido{
    width: 100%;
    text-align: center;
}

.lista-iconos-seo-contenido ul{
    list-style: none;
}

.lista-iconos-seo-contenido ul li{
    margin-bottom: 60px;
}

.lista-iconos-seo-contenido ul li .fa{
    color: #38AACF;
    background-color: #DEDEDE;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 30px;
}

.articulos-relacionados-contenidos{
    border-left: 2px solid #4CB153;
    padding: 20px;
}

.title-articulos-relacionados{
    font-size: 20px;
    color: #4CB153;
    border: 2px solid #4CB153;
    width: 100%;
    text-align: center;
    padding: 14px 10px;
    margin-bottom: 20px;
}

.lista-articulos-relacionados ul,
.lista-articulos-relacionados-iconos ul{
    list-style: none;
    padding: 0;
}

.lista-articulos-relacionados ul li{
    margin-bottom: 15px;
    border-bottom: 1px solid #38AACF;
}

.lista-articulos-relacionados ul a{
    color: #000;
    display: block;
}

.lista-articulos-relacionados-iconos{
    margin-top: 35px;
}

.lista-articulos-relacionados-iconos ul li{
    display: inline-block;
    width: 32%;
    text-align: center;
} 

.lista-articulos-relacionados-iconos ul li .fa{
    color: #DEDEDE;
    background-color: #38AACF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
} 

.video-content{
    padding: 50px;
}

.contenidos-video{
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.contenidos-video iframe,
.contenidos-videoe object,
.contenidos-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**************** PORTFOLIO ******************/

.portfolio-ecommerce,
.portfolio-branding{
    margin-bottom: 100px;
}

.portfolio-ecommerce .col-md-6,
.portfolio-web .col-md-6{
    padding: 0;
}

.item-portfolio,
.item-branding{
    position: relative;
}

.overlay-portfolio,
.overlay-branding{
    background: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item-portfolio:hover .overlay-portfolio,
.item-branding:hover .overlay-branding{
    opacity: 1;
}

.content-overlay-portfolio a,
.overlay-branding a{
    color: #000;
    outline: none;
    /*margin-right: 10px;*/
}

.iconos-centrados{
    display: inline-flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
}

.overlay-branding .iconos-centrados{
    right: 0;
    width: 40px;
    height: 40px;
}

.content-overlay-portfolio .fa,
.overlay-branding .fa{
    font-size: 28px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    line-height: 40px;

}

.portfolio-branding .col-md-4,
.portfolio-branding .col-md-15{
    padding: 0;
}

.item-portfolio{
    height: 300px;
    margin: 5px;
}
div[class*="item-background"]{
    background-size: cover;
}

/*************** CONTACTO **************/

.contacto{
    margin-bottom: 80px;
    margin-top: 110px;
}

.contacto-info{
    font-size: 17px;
    margin-top: 50px;
}

#map_canvas,
#roll-map-toyo,
#roll-map-aeropuerto,
#roll-map-retamar{
    height: 400px;
}

.btn_maps{
    margin: 10px !important;
    background-color: #fff;
    padding: 10px;
    display: block;
    color: #000;
}

.contacto-campo{
    margin-bottom: 40px;
}

.contacto-campo div{
    vertical-align: top;
    display: inline-block;
}

.contacto-campo div:first-of-type{
    margin-right: 30px;
}

.contacto-campo div span{
    display: block;
}

.content-formulario{
    margin-top: 70px;
}

#formulario input[type="text"]{
    width: 90%;
    border: none;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    height: 30px;
    padding: 10px 0 21px 20px;
    outline: none;
    font-size: 18px;
    color: #000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#formulario textarea{
    width: 95%;
    border: none;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding-left: 20px;
    outline: none;
    font-size: 18px;
    color: #000;
}

#formulario input[type="text"]:focus{
    background-color: #F5F8F8;
}

.asdf{
    -webkit-animation: .3s asdf 1;
    -moz-animation: .3s asdf 1;
    -ms-animation: .3s asdf 1;
    -o-animation: .3s asdf 1;
    animation: .3s asdf 1;
}

.contacto-mapa h2{
    text-align: center;
    margin: 30px 0;
}

.datos-contacto{
    margin-top: 50px;
}

@-webkit-keyframes asdf {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 50%, 90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    30%, 70%{
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

@keyframes asdf {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 50%, 90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    30%, 70%{
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}

#formulario button{
    margin-top: 20px;
    height: 40px;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    width: 80px;
    border: 1px solid #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 600;
    letter-spacing: 2px;
}

#formulario button:hover{
    background-color: #fff;
    color: #000;
}

/**************** PLANES INDIVIDUALES ****************/

.plan-content{
    margin-top: 80px;
}

.info-plan-individual{
    margin-bottom: 80px;
}

.info-plan-intro{
    padding: 30px 50px;
    position: relative;
}

.info-plan-intro .info-plan-intro-title{
    color: #15B2D5;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
}

.info-plan-intro img{
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}

.info-plan-intro .info-plan-intro-title span{
    display: block;    
}

.info-plan-desc{
    border-left: 3px solid #15B2D5;
    padding-left: 15px;
    margin-left: 60px;
}

.info-plan-desc h4{
    text-transform: uppercase;
}

.info-plan-desc p{
    font-weight: 500;
}

.info-plan-individual:nth-child(1) hr{    
    border-top: 1px solid #000;
    margin-top: 49px;
}

.info-plan-seo h1,
.info-plan-servicios h1{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
}

.info-plan-seo .info-plan-seo-desc{
    margin-top: 30px;
}

.info-plan-seo .info-plan-seo-desc ul{
    margin-top: 20px;
    color: #2C9CB5;
}

.info-plan-seo .info-plan-seo-desc{
    margin-top: 30px;
}

.info-plan-individual:nth-child(3) hr{    
    border-top: 1px solid #C4C3C3;
    margin-top: 10px;
}

.servicio-desplegable{
    padding: 3px 0;
}

.servicio-desplegable-title{
    padding: 4px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.servicio-desplegable-title:hover{
    background-color: #f3f4f4;
}

.servicio-desplegable-desc{
    padding-left: 20px;
    padding-top: 10px;
}

.servicio-desplegable-title span{
    font-weight: 500;
    cursor: pointer;
}

.servicio-desplegable-title i{
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
.contenidos-video-content{
    padding-right: 90px;
}

.contenidos-video-info{
    margin-top: 20px;
    font-weight: 500;
}

.slider-planes{
    background-image: url(../img/planes/img-teclas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.roll-carousel-planes-info{
    text-align: center;
    color: #fff;
    padding: 50px 0;
    width: 70%;
    margin: 0 auto;
}

.roll-carousel-planes-info h4{
    font-weight: 300;
    margin-bottom: 15px;
}

.roll-carousel-planes-info-desc{
    font-size: 16px;
}

.owl-theme .owl-controls{
    bottom: 0%;
    position: absolute;
    width: 100%;
}

.roll-farmaceuticos .owl-theme .owl-controls{
    bottom: 70%;
}

.roll-farmaceuticos .owl-prev,
.roll-farmaceuticos .owl-next{
    font-size: 90px !important;
    top: 35% !important;
    opacity: 1 !important;
    color: #fff !important;
}

.roll-planes .owl-prev,
.roll-planes .owl-next{
    font-size: 90px !important;
    top: 40px !important;
    opacity: 1 !important;
}

.roll-planes .owl-prev{
    left: 0;
}

.roll-planes .owl-next{
    right: 0;
}

.roll-farmaceuticos .owl-prev{
    left: 0;
}

.roll-farmaceuticos .owl-next{
    right: 0;
}




.resumen-plan{
    margin-bottom: 50px;
    text-align: center;
}

.resumen-plan .col-plan{
    vertical-align: top;
    width: 38%;
    display: inline-block;
    padding: 50px;
}

.col-plan-slogan,
.col-plan-resumen{
    position: relative;
    padding: 30px;
    text-align: center;
}

.col-plan-slogan{
    margin-top: 50px;
}

.col-plan-slogan h2{
    margin-bottom: 30px;
    text-transform: uppercase;
}

.col-plan-slogan span{
    font-size: 21px;
}

.col-plan-resumen{
    /*height: 86%;*/
    text-align: left;
}

.col-plan-resumen h1{
    margin-bottom: 0px;
}

.col-plan-resumen h3{
    font-weight: 400;
}

.col-plan-resumen h1,
.col-plan-resumen h3{
    display: table;
    -webkit-background-clip: text;  
    -webkit-text-fill-color: transparent;
}

.btn-contactar-plan{
    /*position: absolute;
        bottom: 0;
        width: 85%;*/
    margin-bottom: 100px;
}

.btn-contactar-plan button{
    /*    top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;*/
    margin: auto;
    border: none;
    outline: none;
    height: 40px;
    border-radius: 13px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #16B0D2;
    width: 200px;
    font-size: 22px;
}

.btn-contactar-plan button a{
    display: block;
    color: #fff;
}

span[class^="esquina"]:after,
span[class^="esquina"]:before{
    position: absolute;
    content: "";
    background-color: #16B0D2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.col-plan-slogan:hover span[class^="esquina"]:after,
.col-plan-slogan:hover span[class^="esquina"]:before{
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.esquina-izquierda-sup:after{
    top: 0;
    left: 0;
    width: 3px;
    height: 40px;
}

.esquina-izquierda-sup:before{
    top: 0;
    left: 0;
    height: 3px;
    width: 40px;
}

.esquina-dcha-sup:after{
    top: 0;
    right: 0;
    height: 3px;
    width: 40px;
}

.esquina-dcha-sup:before{
    top: 0;
    right: 0;
    width: 3px;
    height: 40px;
}

.esquina-dcha-inferior:after{
    bottom: 0;
    right: 0;
    height: 3px;
    width: 40px;
}

.esquina-dcha-inferior:before{
    bottom: 0;
    right: 0;
    width: 3px;
    height: 40px;
}

.esquina-izquierda-inferior:after{
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
}

.esquina-izquierda-inferior:before{
    bottom: 0;
    left: 0;
    width: 3px;
    height: 40px;
}

.col-plan-resumen .esquina-izquierda-inferior:after{
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.content-formulario-planes{
    padding: 50px;
}

.title-form-planes{
    font-size: 30px;
    color: #717070;
    line-height: 33px;
}

.subtitle-form-planes span,
.title-form-planes span{
    display: block;
}

.subtitle-form-planes{
    margin-top: 10px;
    font-size: 16px;
    color: #898787;
}

#formulario-planes input[type=text],
#formulario-planes textarea{
    width: 100%;
    background-color: #EBECED;
    outline: none;
    border: none;
    margin-top: 15px;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
}
#formulario-planes input[type=text]{
    height: 50px;
}
#formulario-planes textarea{
    min-height: 100px;
    max-height: 260px;
    max-width: 100%;        
}
#formulario-planes .col-md-12:last-child{
    margin-top: 15px;
}
#formulario-planes button{
    width: 100%;
    height: 50px;
    background-color: #00B3E5;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    border-radius: 5px;
}
#alert-form{
    font-size: 16px;
    margin-top: 20px;
}


/************* BREADCRUMB *************/

.breadcrumb ol{
    list-style-type: none;
}

.breadcrumb ol li{
    display: inline-block;
}