
html, body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /* font-size: 14px;
            line-height: 1.428571429; */
    /* height: 100%;
            margin: 0;
            padding: 0; */
}

.tabMenu li {
   font-size:17px;
   text-align:left;
}

/* .Wrapper {
            min-height: 100%;
            position: relative;
            border: 5px green solid;
        } */
/*Pageheader*/
/* header {
            background-color: #000000;
            color: #ffffff;
            padding: 15px;
            height: 175px;
           
        } */

/* Remove the navbar's default margin-bottom and rounded borders */
/*.navbar {
    background: url(/assets/img/FondoNavBar.jpg);
    background-color: white;
    min-height: 15px !important;
            margin-bottom: 0;
            border-radius: 0;
    height: 80px;
    background-size: 80%;
}*/

/*.navbar-nav > li > a {
    font-size: large;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}/*



/*
        hr, .hrcolor {
            height: 3px;
            border: 10;
            width: 100%;
            color:black;
            background-color:dimgray;
         }
         */

.navbar-nav>li>a:hover {
	color: #0099CC !important;
	background-color: transparent !important;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    /*height: 450px;*/
}

/* Set gray background color and 100% height */
/* .sidenav {
            padding-top: 20px;
            background-color: #f1f1f1;
            height: 100%;
        } */

/*nav {
  background: #fff;
  overflow: auto;
  padding: 300px;
  position: relative;
  z-index: 2;
}*/

        
    
nav#small {
	/*background: #fff;*/
	padding: 20px 200px;
	position: fixed;
	/*box-sizing: border-box;*/
	width: 100%;
	top: 0;
	z-index: 1;
	color:#5AA9E7;
	box-shadow: 0px 2px 2px #A8A8A8;
}

nav#small img {
  color: #eee;
  font-family: 'Pacifico', cursive;
  font-size: 42px;
  float: left;
}

nav#small ul {
  text-align: center;
  float: right;
}

nav#small ul li {
  display: inline-block;
}

nav#small ul li a {
	/*text-decoration: none;*/
	display: block;
	padding: 5px 10px;
	margin: 0 10px;
	color: #A8A8A8;
	/*color: #eee;*/
	font-family: 'GillSans-Light';;
	/*text-transform: uppercase;*/
	font-size: 18px;
	/*line-height: 32px;*/
	font-weight: bold;
	transition: all 200ms linear;
	text-decoration:blink;
}

/*nav#small a:hover {
  	color: #1976C0;
	text-decoration:blink;
}*/

/*nav#small a:link  {
	color: #A8A8A8;
	text-decoration:blink;
}*/

nav#small a:active, a:focus  {
	color: #1976C0;
	/*background: #fff;*/
	text-decoration:blink;
}

nav#small a:visited  {
	color: #A8A8A8;
	/*background: #fff;*/
	text-decoration:blink;
}



.underline-dot {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/78779/star.svg");
  background-position: 0 1.06em;
  background-size: 10px 9px;
  color: #1976C0;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
	
	nav#small {
		padding: 20px;
	}
	nav#small ul {
		padding: 5px;
	}
	nav#small h1 {
		padding: 10px;
		font-size: 28px;
		margin-bottom: 5px;
	}
	nav#small a {
		font-weight: normal;
	}
}

.btnSubirDoc{
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background: #003A70;
	padding: 10px;
	margin: 20px auto;
	display: block;
	width: 200px;
	text-align: center;
}

.btnSubirDoc input[type=file]{
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.btnSubirDoc:hover{
	color: #fff;
	text-decoration: none;
	background: #0099CC;
}

.btn-whatsapp {
       	display:block;
       	width:70px;
       	height:70px;
       	color:#fff;
       	position: fixed;
		right: 40px;
		bottom: 30px;
       	border-radius:50%;
       	line-height:80px;
       	text-align:center;
       	z-index:10000;
}

.menu-hamburger{
	display:block;
	position: fixed;
	right: 12%;
    top: 8%;
	z-index:10000;
}

.menu-content{
  position: relative;
  height: 100vh;
}

.menu-float{
  	background-color: rgba(0,0,0,.8);
  	position:fixed;
  	top:0;
  	right:0;
  	bottom:0;
  	left:0;
  	opacity:0;
  	pointer-events:none;
  	transition: all 0s;
	z-index:10001;
}

#movileMenu:target{
  opacity:1;
  pointer-events:auto;
}

.menu-option {
    text-align: left;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    color: #A8A8A8;
    text-decoration: none;
}


.mobile-opacity{
	background-color: rgba(0, 149, 200, .5); 
	height:100%;
}

.mobile-list{
	padding: 50px 50px; 
	background-color:#ffffff; 
	height:100%;
}

.mobile-li{
	margin-bottom: 15px;
}

html,
body {
    height: 100%;
}

body {
    display: table;
    width: 100%;
}

/* .page-row {
            display: table-row;
            height: 300px;
        }
        .page-row-footer {
            display: table-row;
            height: 40px;
        }

        .page-row-expanded {
            height: 100%;
        } */


.mycontent-left {
    border-right: 1px dashed #333;
    border-color: blue;
}

.myColor {
    color: cornflowerblue;
}

.myBackColor {
    background-color: rgb(250, 242, 242);
    color: lightblue;
}

/* .footer {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            background-color: red;
            color: white;
            text-align: center;
         } */



/* html,body{
            color:white;
              font-family:'Opens Sans',helvetica;  
              height:100%;
              width:100%;
              margin: 0px;
            }
             */
/* #desarrollofrontend{
                padding: 10px 0px 10px 0px;
                background: rgba(0,0,0,0.5);
                color: #00bdff;
                width: 100%;
              text-align:center;
             font-size:1.3em; 
            }
             */
/* #desarrollofrontend a{
                padding: 10px;
                border:none;
                color: white;
                color: #00bdff;
                text-decoration: none;
                
            } */

/* .portada{
                background: url(http://desarrollofrontend.com/wp-content/uploads/2014/11/img_default.png) no-repeat fixed center;
              
               
            
            } */

@font-face {
    font-family: 'GillSans-Light';
    src: url('../fonts/GillSans-Light.ttf') format('truetype');
}
.carouselImage {
    border-radius: 50%;
    border: 3px solid #003A70;
    width: 100px;
    height: 100px;
}
.carouselImageFoot {
    border: 1px solid #003A70;
    width: 50px;
    height: 50px;
}
.carouselText {
    text-align: center;
    margin: 2%;
    margin-top:10%;
    font-family: 'GillSans-Light';
    font-size: 17px;
    color: white;
}
.carouselAuthor {
    text-align: center;
    margin: 2%;
    font-family: 'GillSans-Light';
    font-size: 14px;
    color: #003A70;
}
.carousel-indicators li {
	margin: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border: hidden;
    background-color: #D0D9E6;
	    margin-right: 7.5px;
}
.carousel-indicators .active {
    width: 6px;
    height: 6px;
    border: hidden;
    background-color: #003A70;
	  margin-right: 7.5px;
}

.btn-link{
	border: 2px solid #FFFFFF;
    border-radius: 26px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #fff !important;
    font-size: 18px;
    opacity: 1;
	background-color: #da8120;
    /*text-decoration: none;*/
    /*padding: 14px 30px;*/
    /*height: 41px;*/
    /*background: white;*/
    /* margin-bottom: 3em; */
    /*margin-top: 3em;*/
}

.btn-link:hover{
	border: 2px solid #0095C8;
}

.btn-default {
	/*border-radius: 26px;
    color: #003a70 !important;
    background-color: #fff;
    border: 2px solid #0095C8;
	font-size: 18px;
    opacity: 1;*/
	
	border-radius: 26px;
    color: #ffff !important;
    background-color: #da8120;
    border: 2px solid #ffff;
    font-size: 18px;
    opacity: 1;
}

.btn-default:hover{
	border: 2px solid #0095C8;
	color: #333 !important;
	background-color: #FFFFFF;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
	text-decoration: none !important;
    color: white !important;
    background: #0b08087d !important;
    padding: 10px !important;
    margin: 20px auto !important;
    display: block !important;
    width: 200px !important;
    text-align: center !important;
	
	position: absolute !important;
  	top: 0 !important;
  	right: 0 !important;
  	filter: alpha(opacity=0) !important;
  	opacity: 0 !important;
  	outline: none !important;
  	display: block !important;
}

.popover-title{
	color: #5a5a5a;
}

.popover-content{
	color: #5a5a5a;
}

