html,
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 100%;
}

body {
    background-color: #EEEEEE;
}

h1 {
    font-size: 225%;
}

h2 {
    margin-bottom: 25px;
    font-size: 200%;
}

section {
    padding-top: 50px;
}

section#clients {
    /* background-color: #D9D9D9; */
    /* background-color: #F3ECDD; */
    background-color: #FFFFFF;
}

section#servicios {
    background-color: #EEEEEE;
    padding-bottom: 50px;
}

section#team {
    background-color: #D9D9D9;
}

section#contact {
    background-color: #EEEEEE;
}

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

.icon {
    padding: 0px 4px;
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 6px;
    vertical-align: 14px;
}

/* SECTION */

.section {
    background-color: #fff;
    color: inherit;
    position: relative;
    padding: 90px 0;
    overflow-x: hidden;
}

.section-heading {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

.section-heading:after {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    display: block;
    height: 2px;
    width: 80px;
    /*background-color: #438BE1;*/

    background-color: #AAAAAA;
}

.section-heading.text-center:after,
.text-center .section-heading:after {
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
}

.section-dark .section-heading:after,
.section-accent .section-heading:after {
    background-color: rgba(255, 255, 255, 0.2);
}

/* END SECTION */

.navbar .navbar-brand {
    height: 90px;
    padding: 10px 10px;
}

.propaganda {
    color: #FFF;
    position: relative;
    text-align: center;
    display: block;
    height: 40px;
    background-color: #0065d8;
    margin-top: 12px;
    -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.56);
}

.propaganda a {
    margin-left: 10px;
    /*background-color: #27AE60;*/
    border-radius: 0;
    transition: all 0.3s ease;
}

.propaganda a:hover {
    background-color: #0065d8 !important;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar {
    background-color: rgb(241, 241, 241);
    border-radius: 0px;
    border: 0px;
    -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.56);
}

.navbar-nav li a {
    line-height: 60px;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar-default .navbar-nav>li>a {
    color: #0264d3;
    font-size: 100%;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #ff0084;
}

.navbar {
    margin-bottom: 0px;
}

/*
  descomentar para ver efecto glass de navbar
  .navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
} */

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

/*
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
*/

.navbar img {
    margin-left: 15px;
}

.navbar-social {
    margin-left: 15px;
    font-size: 1.2em;
    color: #0264d3;
    transition: all 0.3s ease;
}

.navbar-social:hover {
    color: #ff0084;
    text-decoration: none;
}

.navbar-social-icon {
    padding: 0 5px;
    font-size: 1.2em;
    color: #0264d3;
    transition: all 0.3s ease;
}

.navbar-social-icon:hover {
    color: #ff0084;
    text-decoration: none;
}

.navbar li {
    right: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.carousel-inner>.item {
    max-height: 540px;
}

.carousel-inner .item img {
    width: 100%;
}

.carousel-caption h1 {
    display: inline-block;
    /*background-color: rgba(2, 64, 211, 0.5);*/

    background-color: rgba(20, 20, 0, .7);
    margin-bottom: 10px;
    padding: 5px;
}

/* Thumbnail styles */

a.thumbnail {
    border: none;
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: #EEEEEE;
}

/* End Thumbnail styles */

h2.section-header {
    margin-top: 30px;
    font-weight: 800;
    color: #333333;
    text-align: center;
}

/* TEACHERS SECTION */

.teacher-box-left {
    padding: 35px 50px 35px 35px;
    background-color: #D9D9D9;
}

.teacher-box-right {
    padding: 35px 35px 35px 50px;
    background-color: #EEEEEE;
}

.teacher-box-left h3,
.teacher-box-right h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.teacher-box-left p,
.teacher-box-right p {
    padding: 30px;
    color: #FFFFFF;
    margin: 0px;
}

.teacher-box-left h3 span,
.teacher-box-right h3 span {
    font-size: 150%;
}

.teacher-box-left h3 span::before,
.teacher-box-right h3 span::before {
    content: "\00BB  ";
}

.teacher-box-right img {
    float: right;
}

.teacher-box-left-red {
    border-left: 10px solid #FF4444;
}

.teacher-box-right-orange {
    border-right: 10px solid #FF8833;
}

.teacher-box-left-purple {
    border-left: 10px solid #AA66CC;
}

.teacher-box-right-green {
    border-right: 10px solid #92C500;
}

.color-red {
    color: #FF4444;
}

.background-red {
    background-color: #FF4444;
}

.color-orange {
    color: #FF8833;
}

.background-orange {
    background-color: #FF8833;
}

.color-purple {
    color: #AA66CC;
}

.background-purple {
    background-color: #AA66CC;
}

.color-green {
    color: #92C500;
}

.background-green {
    background-color: #92C500;
}

.vermas {
    text-align: center;
    padding: 10px 0px 2px 0px !important;
    margin-bottom: 10px;
}

.vermas a {
    position: relative;
    top: -5px;
    color: #FFFFFF;
    font-weight: bold;
}

.teacher-box-left-red .vermas {
    background-color: #E53935;
}

.teacher-box-right-orange .vermas {
    background-color: #FF6D00;
}

.teacher-box-left-purple .vermas {
    background-color: #8E44AD;
}

.teacher-box-right-green .vermas {
    background-color: #7AA500;
}



/* END TEACHERS SECTION */
/* FOOTER STYLES */

.footer1 {
    /*background: #232323; */

    background: #438BE1;
    padding: 30px 0 0 0;
    font-size: 12px;
    /* color: #999; */

    color: rgba(241, 241, 241, 1);
}

.footer1 a {
    color: #fff;
}

.footer1 a:hover {
    color: #fff;
}

.footer1 .widget {
    margin-bottom: 30px;
}

.footer1 .widget-title {
    font-size: 17px;
    /* FIX! */

    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
}

.follow-me-icons {
    font-size: 42px;
    font-weight: normal;
}

.follow-me-icons i {
    margin: 0 10px 0 0;
}

.follow-me-icons i:hover {
    color: #FFFFFF;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: rotate(-30deg);
}

.footer2 {
    /*background: #191919; */

    background: #004CA8;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
}

.footer2 a {
    color: #fff;
}

.footer2 a:hover {
    color: #438BE1;
    text-decoration: none;
}

.footer2 p {
    margin: 0;
}

.footer2 .copyright {
    text-align: right;
}

/* END FOOTER STYLES */

@media (max-width: 768px) {
    .toTopNav {
        width: 10%;
        height: 10%;
    }

    h1 {
        font-size: 150%;
        width: auto;
    }

    /*
  .form-group textarea{
	width:80%;
  }

  .form-group input {
	width:80%;
  }
  */
    .small-caption {
        max-width: 230px;
    }

    .small-caption2 {
        max-width: 203px;
    }

    .small-caption3 {
        max-width: 250px;
    }

    .carousel-caption h1 {
        font-size: 130%;
    }

    .icon {
        font-size: 60%;
        vertical-align: 8px;
    }

    .navbar-default .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 100%;
        line-height: 50px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        /*background-color: rgba(67, 139, 225, 0.5);*/
    }

    .widget .widget-title,
    .widget .widget-body {
        text-align: center;
    }

    .teacher-box-left img,
    .teacher-box-right img {
        margin: 0 auto;
        float: none;
    }

    .service {
        height: auto !important;
    }
}

@media (max-width: 992px) {
    .footer2 .copyright {
        text-align: center;
    }

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

@media (max-width: 1024px) {
    .small-caption3 {
        width: 116%;
    }
}

.contact-section {
    margin: 0 auto;
}

form input {
    background: none repeat scroll 0% 0% #6E6E6E;
    padding: 15px;
    width: 50%;
    /*border-radius: 5px;*/

    font-size: 16px;
    font-weight: 400;
    /*margin-top: 30px;*/

    border: 3px solid #6E6E6E;
}

.form-control {
    border-radius: 0px;
    font-family: inherit;
    box-shadow: none;
    border: 1px solid #AEAEAE;
}

.form-group {
    margin-bottom: 40px;
}

.btn.btn-primary {
    border-radius: 0px;
    padding: 14px 24px;
}

.btn.btn-default {
    border-radius: 0px;
}

textarea {
    resize: none;
}

button.submit {
    background: #438BE1;
    border: medium none;
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    margin-top: 20px;
    transition: background 0.3s ease-in;
    cursor: pointer;
    /*border-radius : 5px;*/
}

button.submit:hover {
    background: #888;
    /*border-radius : 5px;*/
}

form input:focus {
    /*	border: 2px solid #888;*/

    background-color: #fff;
    /*border-radius : 5px;*/
}

form textarea:focus {
    /*border: 2px solid #888;*/

    background-color: #fff;
    /*border-radius : 5px;*/
}

.toTopNav {
    color: #0063db;
    opacity: 0.8;
    font-size: 200%;
    position: fixed;
    right: 1.5%;
    top: 90%;
    display: none;
}

.service {
    padding: 40px;
    background-color: #E0E0E0;
    margin-top: 30px;
    height: 100%;
}

.service-height {
    height: 430px;
}

.service p {
    /*margin: 30px;*/
}

.service h3 {
    font-weight: bold;
    margin: 20px 0px 40px 0px;
}

p.services-intro {
    text-align: center;
    font-size: 115%;
    margin: 20px 0px;
}

/* Modal styles */

.modal-footer {
    background-color: #eeeeee;
    border-top: 0px;
}

.modal-body {
    background-color: #EEE;
}

.modal-title {
    color: #FFF;
}

.modal-content {
    background-color: #438BE1;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 120px !important;
        max-width: 100%;
    }
    .propaganda {
        height: auto !important;
        padding: 8px 0;
        text-align: center;
    }
    .propaganda span {
        display: none !important;
    }
    .propaganda .btn {
        padding: 10px 24px !important;
        margin: 0 !important;
        display: inline-block;
        font-size: 1.1em !important;
    }
    .carousel-caption {
        display: none !important;
    }
    #contact .col-md-offset-2 > div {
        padding: 30px 20px 20px !important;
    }
    #submit, .btn-lg, .btn, .hero-btn {
        padding: 12px 20px !important;
        white-space: normal;
        height: auto;
        font-size: 1em !important;
    }
    .propaganda .btn { /* Override generic btn padding for this specific one */
        padding: 8px 20px !important;
    }
    .g-recaptcha {
        transform: scale(0.77) !important;
        transform-origin: center center !important;
    }
    form input, form textarea {
        width: 100% !important;
    }
}