/* 
    Document   : template sisfo.com
    Author     : jmartinez@sisfo.com
    Description:
        Purpose of the stylesheet follows.
*/

*{
    margin: 0;
    padding: 0;
}

.sub-overflow::-webkit-scrollbar {
    -webkit-appearance: none !important;
}

.sub-overflow::-webkit-scrollbar:vertical {
    width: 10px !important;
}

.sub-overflow::-webkit-scrollbar-button:increment,.sub-overflow::-webkit-scrollbar-button {
    display: none !important;
} 

.sub-overflow::-webkit-scrollbar:horizontal {
    height: 10px !important;
}

.sub-overflow::-webkit-scrollbar-thumb {
    background-color: #165A72 !important;
    border-radius: 50px !important;
}

.sub-overflow::-webkit-scrollbar-thumb:hover {
    background-color: #137D99 !important;
}

.sub-overflow::-webkit-scrollbar-track {
    border-radius: 10px !important;  
}


a. a:active, a:link{
    text-decoration: none;
    color: #444;
}

a:hover{color: #094e6b;}

.container-page{
    color: #333;
    min-height: 100%;
    position: relative;
    height: 100%;
    position: relative;
}

/*#page-movil{
    display: none;
}*/


#logo{
    text-align: center;
    margin-top: 1em;
    margin-bottom: .5rem;
}

#logo img {    
    transition: .5s;
}

#logo img:hover {
    cursor: pointer;
    transform: scale(1.07);
}

#side-bar-menu{
    background: none;
    padding: 1em;
    color: #fff;
    position: relative;
    z-index: 10;
}

#side-bar-menu li {
    position:relative;
    height:44px;
    padding: 0;
    margin: 8px 0 8px 0;
    color: #fff;
    list-style-type:none;
}

/* style the links */
#side-bar-menu a, #side-bar-menu a:visited {
    display: block;
    color: #fff;
    padding: 5px 0;
    text-indent: 14px;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    font-weight: bold;
    line-height: 33px;
    font-size: 20px;
    transition: .7s;
}

/*__________________________________*/
.siguenos {
    padding: 15px;
    margin: 0 20px 0 20px;
}

.siguenos h4 {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin-left: 8px;
}

.redes {
    margin: 8px 8px 0 8px;
    font-size: 25px;
    color: #fff;
    transition: .5s;
}

.correo {
    font-weight: bold;
    color: #1780AB;
    transition: .5s;
    cursor: pointer;

}

.redes:hover {
    transform: scale(1.4);
    cursor: pointer;
}

.contactos {
    background-color: rgb(255, 255, 255, 0.7);
    border-radius: 10px;
    color: #1780AB;
    padding: 15px;
    margin: 20px;
}


/*.btni{
  position: absolute;
  top: 15px;
  left: 45px;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #1b1b1b;
  border-radius: 3px;
  cursor: pointer;
  transition: left 0.4s ease;
  transition: .5s;
  box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.86);
  z-index: 10000;
}
.btni:hover {
    transform: scale(1.04);
    background-color: #4d4d4d;
}
.btni.click{
  left: 260px;
}
.btni span{
  color: white;
  font-size: 20px;
  line-height: 40px;
}
.btni.click span:before{
  content: '\f00d';
}*/
.sidebar{
  position: fixed;
  top: 0;
  background: rgba(16,130,180, 0.7);
  width: 340px;
  height: 100%;
  transition: left 0.4s ease;
  z-index: 10000;
  overflow: auto;
  box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.76);
-webkit-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.76);
-moz-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.76);
}

nav ul li a{
  position: relative;
  color: white;
  text-decoration: none !important;
  font-size: 18px;
  padding-left: 15px;
  font-weight: 500;
  display: block;
  width: 100%;
  transition: 1s;
}

nav ul ul li a:hover{
  background: rgba(255,255,255, 0.8);
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/*___________________________________________*/



/* hack for IE5.5 */
* html #side-bar-menu a, * html #side-bar-menu a:visited {
    color: #fff;
    width:210px;
}

/* style the link hover */
* html #side-bar-menu a:hover {color:#fff; background:#1B82AF;}
#side-bar-menu  :hover > a {
    background:#1B82AF;
    color: #fff;
    /*height: 37px;*/
    padding: 5px 0;
    text-decoration: none;
   
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#side-bar-menu  ul ul {
visibility:hidden;
position:absolute;
top:0px;
left:100%;
}

#side-bar-menu  ul ul ul{
visibility:hidden;
position:absolute;
top:0px;
left:195px;
width: 250px;
}

/* make the second level visible when hover on first level list OR link */
#side-bar-menu  ul li ul li{width: 200px; height: 37px;}
#side-bar-menu  ul li ul li ul li{width: 250px; height: 37px;}
#side-bar-menu  ul li ul li a{
background:#399CD3;
width: 195px; /*width of sub menus*/
margin: 0;
height: 37px;
}
#side-bar-menu  ul li ul li ul li a{
background:#ff7f2a;
width: 245px; /*width of sub menus*/
margin: 0;
height: 37px;
}
#side-bar-menu   ul li:hover ul,
#side-bar-menu  ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#side-bar-menu  ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#side-bar-menu  ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#side-bar-menu  ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#side-bar-menu  ul :hover ul :hover ul :hover ul {
visibility:visible;
}

#event{
    border: 1px solid #5a9db9;
    background: #fff;
    width: 80%;
    float: left;
    margin: 0 3em;
    position: relative;
}

#event h1{
    background: #5a9db9;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Carrois Gothic SC', sans-serif;
}

#event p{
    padding: .5em;
}

.dateEvent{
    width: 86px;
    height: 76px;
    right: 20px;
    bottom: 54px;
    position: absolute;
    border: 1px solid #499c2c;
}

#event p.day{
    background: #499c2c;
    color: #fff;
    text-align: center;
    font-size: 15pt;
    font-family: "sawasdee";
    padding: 0;
}

#event p.month{
    text-align: center;
    font-size: 18pt;
    font-family: "sawasdee";
    padding: 0;
}

#SocialNetwork{
   float: left;
    font-family: 'Carrois Gothic SC',sans-serif;
    position: fixed;
    right: 10px;
    top: 50%;
    width: 49px;
    z-index: 200;
}

#SocialNetwork h1{
    float: left;
    font-size: 16pt;
    padding-top: .2em;
    color: #000;
}

#SocialNetwork li, #networks li{
    float: left;
    display: inline;
    margin: .3em;
    list-style: none;
}

#SocialNetwork img {
    width: 32px;
}

#networks ul{
    float: right;
    margin-right: 20px;
}

#bar-header{
    width: 40%;
    position: absolute;
    top: 0px;
    right: 140px;
    z-index: 2000;
}

#search{
    width: 210px;
    position: relative;
    float: left;
    margin-top: .2em;
}

#search form{
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
}

#search form input{
    border: 1px solid #499c2c;
    padding: .5em .3em;
    width: 95%;
    margin: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

#search form input:focus{
    background: none repeat scroll 0 0 #FBFAF9;
    border: 1px solid #ADADAD;
    color: #323B31;
    border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

#search form input#sendSearch{
    width: 22px;
    height: 21px;
    border: none;
    background: url("../img/ico_search.png");
    position: absolute;
    top: 5px;
    right: 10px;
    text-indent: -9999px;
    cursor: pointer;
}

#dropdownbox{
    position: absolute;
    right: 5%;
    top: 2%;
}

.top-nav{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 .5em;
}

.top-nav fieldset{
    width: 100%;
    position: absolute;
    top: 70px;
    left: 25px;
    background: #57a7ca;
    padding: 1.1em;
    color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 3px 2px 31px -8px rgba(0,0,0,0.73);
    -webkit-box-shadow: 3px 2px 31px -8px rgba(0,0,0,0.73);
    -moz-box-shadow: 3px 2px 31px -8px rgba(0,0,0,0.73);
}

.top-nav fieldset label{
    float: left;
    margin: .5em 0;
    font-weight: bold; 
    font-size: 20px; 
    color: #fff; 
    cursor: pointer;
}

.inp {
    border: none;
    width: 100% !important; 
    height: 2.2em; 
    font-size: 20px;
    transition: .5s;
}

.inp:focus {
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.21) inset;
-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.21) inset;
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.21) inset;
}

/*___________DROPDOWN DE PAISES__________________*/
.opcion {
    width: 100%; 
    cursor: pointer; 
    font-weight: bold;
    padding: 10px;
    margin: 3px;
    transition: .5s;
}

.opcion:hover {
    background-color: #0077a0;
    transform: scale(1.02);
}

/*_______________________________________________*/


/*#home .top-nav fieldset input{height: 30px;}*/

.top-nav fieldset input{
    padding: .5em;
    width: 90%;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /*-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;*/
}

.top-nav fieldset input:focus{
    background: none repeat scroll 0 0 #FBFAF9;
    border: 1px solid #ADADAD;
    color: #323B31;
    border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
}

.top-nav fieldset .submit input,
#conten-for-layout form .submit input,
#wrapper form .submit input, .cancel{
    float: left;
    padding: 1em .5em;
    margin-top: .8em;
    background-color: #0E6F98;
    border: none;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    border-radius: 10px !important;
    width: 30%;
    height: 2.5em;
    line-height: .5em;
    transition: .5s;
    cursor: pointer;
}

#home #page-movil form .submit input{
    height: auto;
}

#conten-for-layout form#ContactWebAddForm .submit input{float: right;}

.top-nav fieldset .submit input:hover,
#conten-for-layout form .submit input:hover,
#wrapper form .submit input:hover{
    background: #1788af;
    color: #fff;
}

.cerrar:hover, .cancel:hover {
   background: #05607f !important; 
}

/*________TOP LINK____________*/

.login-in {
    border: 5px solid #1082B4;
    color: #1082B4;
    padding: 7px;
    transition: .5s;
}

.register-in, .country-in {
    border-bottom: 5px solid #1082B4;
    color: #1082B4;
    padding: 7px;
    transition: .5s;
}

.top-link{
    background: transparent;
    font-weight: bold;
    text-decoration: none;
    padding: 1em;
    /*width: 100%;*/
    float: left;
    font-size: 19px;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    transition: .5s;
}

.top-link a:hover, 
#home #page-movil .top-link a:hover,
#default .top-link a:hover, .top-link a label:hover {
    color: #05B0D8;
    border-color: #05B0D8;
    text-decoration: none;
    cursor: pointer;
}

#home #page-movil .top-link a, #default #LoginIn li a,
#default .top-link a, #default #LoginIn li a{
    /*color: white;*/
    /*background: #fff;*/
}

#page-movil .top-nav fieldset input{
    height: 30px;
}

#default .top-link a:active{
    background: #0e75a0;
}

.ico{
    display: block;
    float: left;
    background: url("../img/ico-sprite.png") no-repeat;
}

.ico-login, 
#default .top-link a:hover .ico-login,
#home #page-movil .top-link a:hover .ico-login{
    width: 15px;
    height: 18px;
    background-position: 0 0;
    margin-right: .2em;
}

#home .top-link .caret ,
#home .top-link a:hover .caret ,
#default .top-link a:hover .caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #fff;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    margin-top: 8px;
}

#page-movil .caret,
#default .caret{margin-top: 8px;}

#page-movil .ico-login, 
#default .ico-login{
    /*background-position: 0 -17px;*/
}

.ico-register, 
#home #page-movil .top-link a:hover .ico-register,
#default .top-link a:hover .ico-register{
    width: 17px;
    height: 17px;
    background-position: -22px 0;
    margin-right: .2em;
}

#page-movil .ico-register,
#default .ico-register{
    /*background-position: -22px -20px;*/
}

#LoginIn li{
    float: left;
    display: inline;
    list-style: none;
    margin: 0 .5em;
}

#LoginIn a {
    float: left;
    margin: 0;
    text-transform: uppercase;
}
/*__________________________________*/


/*
*slide
*/

#slide{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#slide_home{
    padding: 0;
}

#slide_home li{
    list-style: none;
    margin: 0;
    position: relative;
}

#slide_home img{width: 1336px; background-image: url("/dev/gobenlinea/app/webroot/sitewebimg/10000X_slide5.jpg"); }


#cbp-bislideshow li h1{
    position: absolute;
    top: 11px;
    left: 40%;
    color: rgba(0, 0, 0, 0.2);
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    width: 150px;
    line-height: 35px;
    font-size: 20pt;
    font-weight: normal;
    display: none;
}

#DataFooter{
    color: #fff;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    float: left;
    font-size: 12pt;
    padding: 0 2em;
}

#banner {
    bottom: 10px;
    position: absolute;
    right: 0;
    width: 33%;
    z-index: 2;
}

#default #banner{
    position: relative;
    width: 100%;
    bottom: 0;
}

#banner ul{
    float: left;
}

#banner li{
    list-style: none;
    float: left;
    width: 25%;
    margin: 0 2.3em;
}

#default #banner li{
    width: 100%;
    margin: .3em 0;
}

#banner li img{
    width: 100%;
    -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  opacity: 1;
}

#banner img:hover{
    transform: rotate(0deg) scale(1.122) skew(1deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1.122) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(1.122) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(1.122) skew(1deg) translate(0px);
-ms-transform: rotate(0deg) scale(1.122) skew(1deg) translate(0px);
  opacity:  .9;
}

/*
*footer
*/

footer{
    background: #1088ba;
    color: #fff;
    width: 100%;
    float: left;
    z-index: 2;
    padding: .8em 0;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}


#contact{
    width: 300px;
    float: left;
    padding: .5em;
    margin: .2em 1em;
}

#contact h1{
   font-family: 'Carrois Gothic SC',sans-serif;
   font-size: 16pt;
}

#contact p {
    font-family: helvetica;
    font-size: 10pt;
}

li.item-video div{
    background: url("../img/bg-ico-video.png");
    position: absolute;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    -moz-transition: opacity 0.40s linear 0s;
    -webkit-transition: opacity 0.40s linear 0s;
}

li.item-video div span{
    background: url("../img/ico-play.png") -48px 0;
    display: block;
    width: 24px;
    height: 24px;
    left: 40%;
    position: relative;
    top: 40%;
}

li.item-video div span:hover{
    background-position: -48px -48px;
}

li.item-video:hover div{
    opacity: 1;
}

#embedyoutube{
    padding-left: 30px;
}

#embedyoutube div{
    color: #16506C;
}

.min-videos{
    margin-top: 1em;

}

.min-videos li.item-video{
    display: inline;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 120px;
    height: 150px;
    float: left;
}

.min-videos li.item-video strong{
    color: #16506C;
    float: left;
    font-weight: normal;
    line-height: 13px;
    margin: 0.5em 0;
    text-align: left;
}

.min-videos li.item-video span{
    background: url("../img/ico-play.png") no-repeat 0 -48px;
    display: block;
    height: 48px;
    left: 32%;
    position: absolute;
    top: 20px;
    width: 48px;
}

.min-videos li.item-video:hover span, .min-videos li.item-video-active span, .min-videos li.item-video:hover strong{
    background-position: 0 -96px;
    color: #000;
}


.item-video {
    float: left;
    list-style: none outside none;
    margin: 0.5em 0.2em;
    position: relative;
}

#views-youtube {
    width: 330px;
}

#views-youtube h1{
    font-weight: normal;
}

.item-video img {
    height: 136px;
    width: 170px;
}

#footer-autor{
    color: #5e5b5a;
    width: 470px;
    margin: auto;
    text-align: center;
}

#footer-autor div{
    float: left;
    margin: .3em .5em;
}

#wrapper {
    float: left;
    height: 600px;
    left: 22%;
    margin: 3em 2em 2em;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: 3;
}

#wrapper h1, #wrapper h2,
#wrapper h3{
    color: #499c2c;
    font-family: 'Carrois Gothic SC', sans-serif;
    font-size: 25pt;
    padding:.5em;
    text-align: left;
}

#wrapper p{
    font-size: 12pt;
    text-align: justify;
}

#scroller {
    position:absolute; z-index:1;
/*  -webkit-touch-callout:none;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    width:100%;
    padding:0;
    position: relative;
    top: 0;
    z-index: 2;
    left: 0;
}
.iScrollHover {
    background:#444 !important;
    color:#eee !important;
}

#category li {
    list-style: none;
    border-radius: 0;
    margin: 1em 0;
    width: 98%;
}

#category li img{display: none;}

#wrapper #category li h2{
    padding: 0;
    float: left;
    width: 100%;
}

#wrapper #category li h2 a{
    background: #5a9db9;
    color: #fff;
    margin: 0;
    padding: 0 .5em;
    width: 100%;
    float: left;
}

#wrapper #category li p{
    width: 96%;
    float: left;
    padding: .5em 1em;
}

a.readmore{
    background: #499c2c;
    color: #fff;
    padding: .5em 1em;
    font-family: 'Carrois Gothic SC', sans-serif;
    margin: 0 .5em;
    float: right;
}

a.readmore:hover{
    background: #497939;
}

.main{
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 0 1.875em 3.125em 1.875em;
}

.main ul{
    padding: 0;
}

.main ul li{
    margin: 0;
}

#contact > div {
    margin: 0.5em;
    position: absolute;
    right: 0;
    top: 0;
}

#content_for_layout > div#content {
    padding: 4em 2em 1em 1em;
}



#content_for_layout h1, 
#content_for_layout h2, 
#content_for_layout h3 {
    color: #499C2C;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    font-size: 25pt;
    padding: 0.5em;
    text-align: left;
    font-weight: normal;
}

#content_for_layout p{
    color: #666666;
    font-size: 12pt;
    line-height: 30px;
    text-align: justify;
    margin-bottom: .8em;
}

#content_for_layout a{
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 13pt;
    font-weight: normal;
}

#header{
    border-bottom: 5px solid #0f7dab;
    -moz-box-shadow: -1px 0px 8px #000000;
    -webkit-box-shadow: -1px 0px 8px #000000;
    box-shadow: -1px 0px 8px #000000;
    position: relative;
}

#logo-default img{
    margin: 15px 0;
}

#menu-top #logo-default a:hover{
    background: none;
}

#menu-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
}

#menu-top a{
    color: #0f7dab;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
    font-size: 19pt;
    text-shadow: none;
    font-weight: 950;
}

#menu-top .nav{
    margin-top: 5em;
}

#menu-top li.dropdown.open > .dropdown-toggle, 
#menu-top li.dropdown.active > .dropdown-toggle, 
#menu-top li.dropdown.open.active > .dropdown-toggle,
#menu-top a:hover{
    background: #0f7dab;
    color: #fff;
}

#content_for_layout{
    width: 100%;
    float: left;
    margin: 1em 0;
}

#bar-footer{
    
    text-align: center;
}

#slide-mobile{
    width: 100%;
    float: left;
}

#page-movil #banner {
    bottom: 0;
    float: left;
    position: relative;
    right: 0;
    width: 100%;
}

#page-movil #banner ul {
    margin: auto;
    width: 50%;
    float: none;
}


#page-movil .carousel-indicators .active{
    background-color: #444;
}
#page-movil  .carousel-indicators li{
    background-color: #111;
}

#page-movil .carousel-indicators {
    bottom: 15px;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 50%;
    z-index: 5;
    display: none;
}


#page-movil #carousel-example-captions .carousel-control{
    opacity: 0;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    top: 50%;
}

#page-movil #carousel-example-captions:hover .carousel-control{
    opacity: 1;
}

.footer {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 13%;
    box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.30);
}

.img-footer {
    margin: 0 20px 0 20px;
    padding: 10px;    
    border-radius: 15px;
    box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.17) inset;
    transition: .5s;
}

.img-footer:hover {
    cursor: pointer;
    box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.40) inset;
    transform: scale(1.05);
}

.img-footer-certificados {
    position: absolute !important;
    right: 2%;
    bottom: 5%;    
    border-radius: 15px;
    box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.30);
    transition: .5s;
}

.img-footer-certificados:hover {
    transform: scale(1.05);
    cursor: pointer;
}

[data-tooltip] {
    position: relative;
    cursor: default;
}

[data-tooltip]::after {
    position: absolute;
    width: auto;
    /*left: calc(50% - 70px);*/
    left: 0;
    right: 0;
    bottom: 110%;
    text-align: center;
    box-sizing: border-box;

    content: attr(data-tooltip);
    color: #fff;
    background-color: #333;
    box-shadow: 1px 1px 3px #222222;
    padding: 8px;
    border-radius: 10px;
    font-size: 0.9em;
    font-weight: bold;

    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.2s;
}

[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}