/*
Theme Name: Uninter Web Site
Author: Portal Multimedia
Author URI: http://portalmultimedia.com.py
Tags: starkers, html5, naked, clean, basic
*/

@import "css/reset.css";
@import "css/layout.css";
@import "css/bootstrap.css";

body{
    font-family: 'Ubuntu', sans-serif;
}
header{
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.header{
    background: #ffffff;
    padding:10px 100px;

    margin: 0 auto;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
}
.header.shrink{
    padding: 0;
    height: 70px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #ffffff;
    z-index: 8;
    margin: 0 auto;
    position: fixed;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.top-bar{
    height: 30px;
    background: #ed1c24;
}
.top-bar{

}
.top-bar ul li{
    display: block;
}
.top-bar ul li a{
    color: #ed1c24;
}
.top-bar ul li a:hover{
    color: #262262;
}
.list-group-item {
    margin-top: 15px;
    padding: 0.3rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgb(255 34 34);
}
.list-group-item a{
	color: #262262;
}
.logo{
}
.logo img{
    width: 70%;
}
.logo.shrink{

}
.logo.shrink img{
    width: 20%;
}
.menu-bar{
   border-top: 1px solid #dfdfdf;
}
.great a img {
        width: 7rem;
}
.menu{

}
.menu.shrink{
    margin-top: 10px;
}
.icon-access{
    margin-top: 10px;
}
.icon-access.shrink{
    margin-top: 10px;
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  
  /* Hide the tooltip content by default */
  [data-tooltip]:before,
  [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }
  
  /* Position tooltip above the element */
  [data-tooltip]:before {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
  }
  
  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tooltip]:after {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
  }
  
  /* Show tooltip content on hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .loop{
      padding: 0 220px;
  }
  .title{
    background-image: url(http://portalmultimedia.com.py/wp-content/uploads/2019/01/header_blog_v02@2x-1260x350.jpg);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 200px;
    margin-bottom: 35px;
    text-align: center;
}
.title h1{
    font-size: 36px;
    padding-top: 50px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0px 10px 10px rgba(39, 29, 96, 0.4);
    font-family: 'Baloo', cursive;

}
.what-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
 .footer-menu{
        display: none;
 }
/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){
.logo img{
    width: 90%;
	padding-top: 5px;
}

}
/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){
.logo img{
    width: 90%;
}
}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){
	.logo img{
		width: 95%;
	}
	.header-contact{
		display: none;
	}
}

/*=============================================
MOVIL (XXL revisamos en 320px)
=============================================*/

@media (max-width:767px){
    .header{
        padding: 0 0 15px 0;
    }
    .header.shrink{
        padding: 0;
    }
    .logo img{
        width: 90%;
    }
    .logo.shrink img{
        width: 65%;
    }
    .menu{
        padding: 0;
        margin: 10px;
    }
    .icon-access{
        margin: 0 40px;
    }
    .icon-access.shrink{
        display: none;
    }
    .loop{
        padding: 0 20px;
    }
	.header-contact{
		display: none;
	}

}

footer{
    background: #34393c;
    padding: 50px 220px;
}
.copy{
	text-align: center;
    border-top: 1px solid #ffffff;
    padding: 25px 0;
    color: #ffffff;
}
/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){


}
/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){

}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){
 .footer-menu{
        display: inline;
    }
}

/*=============================================
MOVIL (XXL revisamos en 320px)
=============================================*/

@media (max-width:767px){
   footer{
       padding: 50px 0;
   }
	 .footer-menu{
        display: inline;
    }
}
