﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */



/*=======================================
    GENERAL STYLES
==================================================*/
body {
          font-family: 'Balsamiq Sans', cursive;
    font-size:16px;
}

.nav a {
    color:#ffffff !important;
}
.navbar-header a {
    color:#ffffff !important;
    /* padding-right:100px; */
}

.text-center {
    text-align:center;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Balsamiq Sans', cursive;
    margin-top: 5px;
    margin-bottom: 5px;
}

h1 {
        line-height: 90px;
    /* text-transform: uppercase; */
    color: #046286;
    font-size: 50px;
    font-weight: 900!important;
    margin-bottom: 30px;
}
h2{
    font-size:38px;
}
h3 {
    color: #54ab5a;
    line-height:30px;
    padding-bottom:10px;
}
h4 {
    line-height:40px;
    padding-bottom:40px;
}

p ,li{
    font-weight: 200;
    line-height: 30px;
    padding-bottom: 10px;
    font-size:20px;
}

.space-pad {
    padding-bottom:50px;
}

/* strong{
    font-size:25px;
} */
.for-full-back {
     /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}

section {
    /* padding-top:30px; */
    padding-bottom:20px;
}


/*=======================================
    COLOR CODES
==================================================*/
.color-white {
   background-color:#fff!important;
}

.color-light {
   background-color:#F8F8F8!important;
   padding: 50px 0px 50px 0px;
}
.color-blue {
    color: #54ab5a;
}
/*=======================================
    HEADER STYLES
==================================================*/
#home {
    padding:20px 40px 130px 40px;
}
.head-main {
    font-size:120px !important;
    font-weight:900!important;
    color:#585858!important;
    padding:200px 20px 20px 20px;
}

/*=======================================
    NAVIGATION STYLES
==================================================*/


nav {
	position: absolute;
	width: 100%;
    background: #fff;
    z-index:99;
}
.fixed {
	position: fixed; 
	top: 0; 
	min-height: 50px; 
	z-index: 99;
}

.navbar-inverse {
background-color: #1ba3d6;
border-color: #4B4A4A;
}

/*=======================================
    ABOUT STYLES
==================================================*/

.about-div {
    width: 100%;
    min-height: 100px;
    /* background-color: rgba(169, 167, 193, 0.25); */
    box-shadow: none;
    /* border: rgba(34, 19, 199, 0.28) 2px solid; */
    padding: 30px 20px 30px 20px;
    margin-bottom: 20px;
}
/*=======================================
    FREE TEXT STYLES
==================================================*/
.free-div {
    width: 100%;
min-height: 100px;
background-color: rgba(209, 209, 209, 0.24);
box-shadow: none;
border: 0;
padding: 50px 20px 30px 20px;
margin-bottom:20px;
}

/*=======================================
    CONTACT STYLES
==================================================*/
.contact-cls {
    font-size:20px;
    line-height:40px;
}
/*=======================================
    FOOTER STYLES
==================================================*/

#footer {
    background-color:#000;
    color:#fff;
    padding:20px 50px 20px 50px;
    text-align:right;
}

.subtitulo {
    font-size:17px;
    font-style: oblique;
}
a {
    color:black;
    cursor: pointer;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.created{
    color:white;
}

.logo {
    width: 25%;
    height: 25%;
}

.logomediano {
    width: 45%;
    height: 45%;
}
.divlogo {
    /* padding: 5xp; */
    align-items: center;
    /* text-align: right; */
    float: right;
}
.estudios {
    color: black;
}
#about{
  overflow: hidden;
  /* background-color: #333; */
  /* position: fixed; */
  top: 0;
  width: 100%;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#555;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: rgb(196, 188, 188);
}
@media only screen and (max-device-width: 480px) {
.logo {
    width: 20%;
    height: 20%;
}
.divlogo {
    padding: 15xp;
    align-items: center;
    /* text-align: right; */
    float: none;
}

.logomediano {
    width: 50%;
    height: 50%;
}


}
