@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
}

div[itemtype="http://schema.org/Organization"] + div.container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.header {
    background-color: #fff;
}
.top-header-row {
    background-color: transparent;
    margin-top: 1%;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
}
.middle-header-row {
    padding: 0px 0px 30px 0;
}
.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url('../images/logo-bg.png') no-repeat center;
    left: -10%;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.main-nav-row {
    background-color: #DA8031;
}
.main-nav-row .item-inner-main-nav a{
    color: #fff;
    border-right: none;
    font-weight: 500;
    font-size: 15px;
    padding: 15px 35px;
}
.main-nav-row .item-inner-main-nav:hover{
    background-color: transparent;
    color: #0099db;
}
.main-nav-row .item-inner-main-nav a:hover{
    background-color: #D05231;
    color: #fff;
    border-radius: 0px 0px 25px 25px;
}
.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 12px;
}
.header .ee-login-wrapper {
    padding-top: 5px;
    text-align: right;
    margin-top: 15px;
}
.js-log-in {
    background: #DA8031;
    color: #fff;
    border-radius: 45px;
}
.search-box-container .input-group-btn .btn-default {
    background: #DA8031;
    color: #fff;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 0 !important;
}
   
.eesites-fixed-buttons.affix-bottom {
    position: fixed!important;
    bottom: auto;
    top: 0;
}

/* 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 a {
    width: 35px;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
}

.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
    color: #D05231;
    text-decoration: underline;
    border-radius: 0;
}

.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: url('../images/twitter.png');
	color: #DA8031;
}

.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: url('../images/face.png');
	color: #DA8031;
}

.top-header-row .item-inner-top-header:nth-child(3) a:before {	
	content: url('../images/insta.png');
	color: #DA8031;
}

.top-header-row .item-inner-top-header:nth-child(4) a:before {
    content: url('../images/linked.png');
	color: #DA8031;
}

.top-header-row .item-inner-top-header:nth-child(5) a:before {
    content: url('../images/youtube.png');
	color: #DA8031;
}

/*diseno*/
.borde{
    padding-left: 0;
    padding-right: 0;
}
.space {
    padding: 3% 1%;
}
.space h1 {
    color: #DA8031;
    font-size: 45px;
    font-weight: 300;
	text-transform: uppercase;
    padding: 5%;
}
.space p {
    font-size: 18px;
}
.slogan{
    background: #DA8031;
    font-size: 44px;
    color: #fff;
    padding: 2% 20%;
    text-align: center;
}
.focos h1{
    text-align: center;
    color: #DA8031;
    text-transform: uppercase;
    padding: 3% 5%;
}
.focos img{
    width: 100%;
    margin: auto;
}
.focos h6 {
    background: #DA8031;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    padding: 2% 1%;
}
.focos p  {
    background: #DA8031;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 2% 1%;
}
.espacio{
    margin-top: 5%;
}
.js-btn-confirm-send{
    background: #9E382F;
    border: #9E382F;
}
.js-btn-confirm-send:hover{
    color: #fff;
    background-color: #D05231;
    border-color: #D05231;
}
.header-site {
    padding-top: 20px;
    padding-bottom: 13px;
    border-bottom: 3px solid #DA8031;
    box-shadow: 0 0 0 4px #c3cacd;
}
a.btn-link:visited {
    color: #808080;
}
.new-alert-warning .new-alert-icon {
    background: #9E382F;
}
.new-alert-warning {
    color: #1b1b1b;
    background-color: #FFF;
    border: 2px solid #9E382F;
}
.new-alert-warning h3 {
    color: #D05231;
}
.js-terms-and-conditions{
    color: #D05231;
}
.js-habeasdata{
    color: #D05231;
}

/*segmentacion*/
.thumbnail .caption {
    padding: 5px;
    color: #fff;
    background: #DA8031;
    text-align: center;
    text-transform: uppercase;
}
.container-item {
    height: auto!important;
    padding-bottom: 60px!important;
}
.thumbnail {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #eee;
    border: none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.container-item .item-segmentation-img {
    width: 100%;
    height: 145px!important;
    border: none!important;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.caption .h3{
    font-size: 16px;
    margin-top: 10px;
}
.js-segmentation-btn {
    background: #9E382F;
    border: #9E382F;
}
.js-segmentation-btn:hover {
    background: #D05231;
    border: #D05231;
}

/*footer*/
.footer .footer-company-section {
    background-color: #DA8031;
    overflow: auto;
    height: auto;
}
.footer-company-section .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url('../images/logo-bg.png') no-repeat center;
    left: -10%;
    filter: brightness(0) invert(1);
}
.footer-company-section .col-sm-3 img {
    display: none;
}
.footer-text-line small {
    font-size: 85%;
    color: #fff;
}
.fa-file-text:before {
    content: "\f15c";
    color: #fff;
}
.ee-logotype-powered-by {
    display: inline-block;
    width: 77px;
    filter: brightness(0) invert(1);
}
.pfooter-text-line{
	color: #fff;
}


/*media*/
@media (max-width: 1500px) and (min-width:1250px) {
	.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url(../images/logo-bg.png) no-repeat center;
    left: -2%;
}
	.slogan {
    background: #DA8031;
    font-size: 40px;
    color: #fff;
    padding: 2% 10%;
    text-align: center;
}
	.focos p {
    background: #DA8031;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 2% 3%;
    height: 80px;
}
	.focos h6 {
    background: #DA8031;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    padding: 3% 1%;
}
	.footer-company-section .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url(../images/logo-bg.png) no-repeat center;
    left: -2%;
    filter: brightness(0) invert(1);
}
	.js-segmentation-btn {
    background: #9E382F;
    border: #9E382F;
}
}
@media (max-width: 1249px) and (min-width:1000px) {
	.middle-header-row .col-sm-3 {
    width: 18%;
    height: 80px;
    padding: 0;
    background: url(../images/logo-bg.png) no-repeat center;
    left: 5%;
    background-size: cover;
}
	.slogan {
    background: #DA8031;
    font-size: 36px;
    color: #fff;
    padding: 2% 10%;
    text-align: center;
}
	.space h1 {
    color: #DA8031;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5%;
}
	.space p {
    font-size: 14px;
}
	.focos p {
    background: #DA8031;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 2% 1%;
}
	.focos h6 {
    background: #DA8031;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    padding: 3% 1%;
}
	.footer-company-section .col-sm-3  {
    width: 20%;
    height: 80px;
    padding: 0;
    background: url(../images/logo-bg.png) no-repeat center;
    left: 3%;
    filter: brightness(0) invert(1);
    background-size: cover;
}
	.top-header-row .item-inner-top-header a {
    width: 35px;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
}
	.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 12px;
    width: 80%;
    margin-left: 30%;
}
	.footer-text-line {
    margin-top: 0;
    margin-left: 8%;
}
	.pfooter-text-line {
    color: #fff;
    margin-left: 8%;
}
	.js-segmentation-btn {
    background: #9E382F;
    border: #9E382F;
}
}
@media (max-width: 999px) and (min-width:768px) {
	.middle-header-row .col-sm-3 {
    width: 18%;
    height: 80px;
    padding: 0;
    background: url(../images/logo-bg.png) no-repeat center;
    left: 0;
    background-size: contain;
}
	.main-nav-row .item-inner-main-nav a {
    color: #fff;
    border-right: none;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 6px;
}
	.middle-header-row {
    padding: 0px 0px 0px 0;
}
	.slogan {
    background: #DA8031;
    font-size: 27px;
    color: #fff;
    padding: 2% 8%;
    text-align: center;
}
	.space h1 {
    color: #DA8031;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0%;
}
	.focos h1 {
    text-align: center;
    color: #DA8031;
    text-transform: uppercase;
    padding: 1% 2%;
    font-size: 28px;
}
	.space p {
    font-size: 14px;
}
	.focos p {
    background: #DA8031;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 3% 2%;
    height: 95px;
}
	.focos h6 {
    background: #DA8031;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    padding: 3% 2%;
    height: 70px;
}
	.footer-company-section .col-sm-3  {
    width: 20%;
    height: 80px;
    padding: 0;
    background: url(../images/logo-bg.png) no-repeat center;
    left: 0%;
    filter: brightness(0) invert(1);
    background-size: cover;
}
	.top-header-row .item-inner-top-header a {
    width: 30px;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
}
}
@media (max-width: 767px) {
	
	.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}
	.main-nav-row .item-inner-main-nav a {
    color: #ffff;
    border-right: none;
    font-size: 13px;
    padding: 8px 15px;
}
	.navbar-nav {
    width: 100%;
    text-align: left;
}
	.navbar-nav > li {
    float: none;
    display: block;
    padding: 0 !important;
}
	.main-nav-row {
    background-color: #DA8031;
    box-shadow: none;
}
	.main-nav-row .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    background: #DA8031;
}
	.main-nav-row .navbar-header .icon-bar {
    background-color: #fff;
}
	.main-nav-row .ee-navbar-toggle-search {
    position: relative;
    float: right;
    padding: 5px 10px;
    margin-top: 8px;
    margin-right: 4px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}
	.slogan {
    background: #DA8031;
    font-size: 30px;
    color: #fff;
    padding: 2% 5%;
    text-align: center;
}
	.focos p {
    background: #DA8031;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 2% 3%;
    margin-bottom: 10px;
}
	.footer-company-section .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url(../images/logo-bg.png) no-repeat center;
    left: 10%;
    filter: brightness(0) invert(1);
}
	.focos h6 {
    background: #DA8031;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    padding: 2% 1%;
    margin-bottom: 10px;
}
}