@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');

body{
	font-family: 'Roboto', sans-serif;
}
/*basicos*/
.header {
    background-color: #fff;
}
.top-header-row {
    background: transparent;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
}
.top-header-row .item-inner-top-header a {
    color: #000;
    padding: 7px 12px;
}
.top-header-row .item-inner-top-header a:hover {
    background-color: #eee;
    color: #fff;
}
.main-nav-row {
    background: #f7f7f9;
    color: #fff;
		box-shadow: 0px 1px 2px 1px #dcdde0;
}
.main-nav-row .item-inner-main-nav a {
    border-right: solid 4px #fc0;
}
.main-nav-row .item-inner-main-nav a:hover {
    background: transparent;
}
.main-nav-row .item-inner-main-nav:hover {
  background-color: #DADADA;
}
.main-nav-row .item-inner-main-nav a:hover{
    color: #084483;
    padding: 9px 9px;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    margin-left: 25px;
}
.navbar-nav {
    display: table;
    float: none !important;
    margin: auto !important;
}
.main-nav-row .item-inner-main-nav a {
    color: #2093F2;
    padding: 9px 9px;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    margin-left: 25px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #ccc;
}
.footer {
    margin-top: 30px;
    background-color: #fff;
}
.footer .footer-company-section {
	overflow: auto;
	height: auto;
	background-image: url(../images/molecula.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #0083de;
}
.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url('../images/bg-logo.png') no-repeat center;
}
@media (max-width: 740px){
a {
    color: #fff;
    text-decoration: none;
}
	.mainnav-toggle-search-row {
    background-color: #FFF;
    margin: 0;
}
	.main-nav-row .ee-navbar-toggle-search {
    color: #2093F2;
}
	.main-nav-row .navbar-header .icon-bar {
    background-color: #2093F2;
}
	.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #2093F2;
}
	.main-nav-row .item-inner-main-nav a {
    color: #2093F2;
    padding: 9px 9px;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    margin-left: 7px;
}
	.navbar-nav {
    display: block;
    float: none !important;
    margin: auto !important;
}
}

/*Textos*/

.h1 {
    font-family: 'robotobold',Arial,sans-serif;
    font-size: 30px;
    color: #0083de;
		font-weight: bold;
}
.h2 {
    font-family: 'robotobold',Arial,sans-serif;
    font-size: 30px;
    color: #084483;
		font-weight: bold;
    border-bottom: solid #dcdde0 2px;
    padding-bottom: 19px;
}
.texto {
    font-family: 'robotolight',Arial,sans-serif;
    font-size: 14px;
    color: #6c737b;
}
.url a {
    color: #009ae5;
    font-weight: bold;
}
.img-logos{
    display: initial!important;
    max-width: 15%!important;
    height: auto;
    margin-top: 20px;
}

/* ICONS TOP */
.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f082";
    color: #0d73b6;
	font-size: 20px;
}

.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: url("../images/x-twitter.svg");
    margin-top: 3px;
    width: 16px;
}
.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: "\f167";
    color: #0d73b6;
	font-size: 20px;
}

.top-header-row .item-inner-top-header:nth-child(4) a:before {
    content: "\f08c";
    color: #000;
	font-size: 20px;
}

/*footer*/
.f{
    margin-top: 20px;
    background-color: #0083de;
    background-image: url(../images/molecula.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 121%;
    height: 230px;
    float: left;
    margin-left: -117px;
}
ul, ol {
    list-style: none;
}
#txt_footer {
    margin: auto;
    width: 1200px;
    height: 180px;
}
#footer_a {
    width: 160px;
    height: 150px;
    float: left;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
}
#footer_a ul {
    display: block;
    width: 160px;
}
#footer_a li {
    font-family: 'roboto',Arial,sans-serif;
    font-size: 12px;
    color: #FFF;
    list-style: none outside none;
    text-decoration: none;
}
#footer_a a {
    text-decoration: none;
    font-family: 'roboto',Arial,sans-serif;
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}
#footer_b a {
    text-decoration: none;
    font-family: 'roboto',Arial,sans-serif;
    font-size: 12px;
    color: #FFF;
}
#footer_b {
    width: 160px;
    height: 60px;
    float: left;
    margin-top: 14px;
    margin-left: 20px;
    padding-left: 0px;
}
#footer_b ul {
    display: block;
    width: 130px;
    line-height: 30px;
}
#footer_b li {
    font-family: 'roboto',Arial,sans-serif;
    font-size: 12px;
    color: #FFF;
    list-style: none outside none;
    text-decoration: none;
}
.icons_2 {
    float: right;
    margin-top: 5px;
    width: 30px;
    margin-right: 5px;
}
.js-log-in {
    color: #fff;
    background-color: #8bcf27 !important;
    border-color: #8bcf27 !important;
}
.footer-text-line{
	color: #fff;
}
.text-muted {
    color: #fff;
}
.copyright-row .term-conditions-link, .footer, .powered-by-row .term-conditions-link, .privacy-advercity-row .term-conditions-link {
    color: #fff;
}
/*/media*/

@media (max-width: 450px) and (min-width: 361px){

	.texto {
    color: #000;
    font-size: 12px;
}
	.h1 {
    color: #000;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
	.bachiller{
    padding: 10px;
}
}
