@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,400&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 200;
}
/* HEADER */
.header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.top-header-row {
    background-color: #fff;
}

.main-nav-row {
    background: transparent;
}

.main-nav-row .item-inner-main-nav {
    padding: 0;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
}
.top-header-row .item-inner-top-header a:hover {
    background-color: rgba(0,0,0,0.09);
}
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.main-nav-row .item-inner-main-nav a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-transform: inherit;
    color: #333;
    border-right: 1px solid #fff;
    padding: 0 18px;
}

.main-nav-row .item-inner-main-nav:hover,
.main-nav-row .item-inner-main-nav a:hover {
    background-color: rgba(0,0,0,0.1);
    color: #333;
    transition: .3s ease-out;
    border-radius: 45px;
}

.navbar-nav>li>a {
    line-height: 48px;
}

.nav>li>a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    border-right: 0;
    padding: 0 18px;
}

.main-nav-row .navbar-header .icon-bar {
    background-color: #8e2321;
    color: #8e2321;
    background-origin: border-box;
}

.main-nav-row .ee-navbar-toggle-search {
    color: #fff;
}

.navbar-nav {
  text-align: center;
    width: 100%;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}

.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url('../images/bg-logo.png') no-repeat center;
}

.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    border: 1px solid;
}
.container-item .item-segmentation-img {
    width: 100%;
    height: 140px;
    border: thin solid #ddd;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #ff6007;
    border-radius: 25px 25px 0px 0px;
}

/* 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: #8e2321;
    font-size: 20px;
    border-radius: 0;
}
.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
    color: rgba(0,0,0,0.6);
    text-decoration: underline;
    border-radius: 0;
}

.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f09a";
}
.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: "\f099";
}
.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: "\f167";
}


/* CONTENIDO */
.h3{
    font-weight: 700;
    color: #8e2321;
    padding: 15px 5px;
}
.ul{
	list-style: none;
    margin-left: inherit;
}
.ico  {
    position: absolute;
    margin-left: -33px;
    margin-top: -6px;
}
.ico:hover{
    filter: invert(1);
}
.p2 {
    margin-left: 40px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.h1 {
    text-align: center;
    font-size: 40px;
    text-transform: unset;
    font-weight: 600;
    padding: 20px;
}
.tarjeta {
    padding-bottom: 20px;
    background-color: #ffffff;
    margin-bottom: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 5px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 5px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 5px 20px 0px rgba(0,0,0,0.2);
}

.fondot{
    padding: 5px;
    background: #8e2321;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.fondot > h4 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

.tarjeta > p {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #676767;
    min-height: 260px;
    margin-left: 12px;
    margin-right: 12px;
}

@media (min-width:1380px) and (max-width:2400px){
.fondo{
    background: #fff;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
}
/* Style the tab */
.tab {
    float: left;
    width: 27%;
    margin-left: 0px;
    margin-top: 0px;
}
/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background: #8e2321;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 11px;
    border-radius: 30px 0px 0px 30px;
    font-weight: 400;
    padding-left: 0;
	color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
  color: #8e2321;
	border: 1px solid;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #fff;
    border: 1px solid;
	color: #8e2321;
}
.p {
    padding: 20px 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
/* Style the tab content */
.tabcontent  {
    float: right;
    width: 74%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    background-color: #fff;
    padding: 28px;
    font-size: 16px;
    border-radius: 5px;
    margin-left: -20px;
    height: 470px;
	border: 1px solid;
}
.tablinks{
    padding: 10px 10px;
}
.p2:active{
	color: #8e2321;
}
.txt_seccion {
    margin-left: 50px;
    margin-right: 50px;
}

.dl-horizontal dt {
    border-right: thin solid;
    color: #E67722;
    padding-right: 10px;
}

.ancho_btn_serv {
    width: 110px;
    height: 110px;
    border-right: thin solid #B5B5B5;
    display: inline-block;
}

.container-item .caption .h3 {
    text-align: center;
}

.container-item .caption div {
    text-align: justify;
}

.form-contact-row h1 {
    color: #5c5d5d;
}

@media screen and (max-width: 767px) {
    .txt_seccion {
        margin-left: 15px;
        margin-right: 15px;
    }

    .cabezote_seccion {
        margin-left: 0;
    }

    .contenido_home {
        margin-left: 0;
    }

    .tarjeta > p {
        min-height: auto;
    }

    .aviso {
        margin: 45px 20px 40px;
    }

	.main-nav-row .item-inner-main-nav a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: inherit;
    color: #fff;
    border-right: none;
    padding: 0 18px;
}
}

@media (min-width: 767px) and (max-width: 1199px) {
    .tarjeta > p {
        min-height: 380px;
    }
}

@media (min-width: 768px) {
    div.container-item {
        height: 450px;
    }
    .container-item .caption div {
        min-height: 200px;
    }
}




/* BOTONES */
.js-log-in {
    color: #fff;
    opacity: 1;
    background-color: #8e2321;
    border: 2px solid #fff;
    border-radius: 13px;
}

.js-log-in:hover {
    border-color: #fff;
    background-color: #bbbcbe;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.50s ease-out;
    -moz-transition: all 0.50s ease-out;
    -ms-transition: all 0.50s ease-out;
    -o-transition: all 0.50s ease-out;
    transition: all 0.50s ease-out;
}

.form-contact-row .btn-primary:hover,
.form-contact-row .btn-primary:active:hover,
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default.focus,
.btn-default:focus {
    color: #fff;
    opacity: 0.8;
}
.spacer{
    margin-top: 45px;
    margin-bottom: 45px;
}
.header .ee-login-wrapper {
    padding-top: 10px;
}
/*pop up*/
.modal-footer .btn-default {
    color: #fff;
    opacity: 1;
    background-color: #8e2321;
    border-color: #8e2321;
}
.pag {
    float: left;
    font-weight: bold;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
/* media*/

@media (max-width: 768px){
	.container-item .caption div {
    min-height: 200px;
    font-size: 14px;
}
	.nav>li>a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #8e2321;
    border-right: 0;
    padding: 0;
}
	.main-nav-row .item-inner-main-nav a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: inherit;
    color: #8e2321;
    border-right: none;
    padding: 0;
}
	.navbar-nav {
    text-align: left;
    width: 100%;
    margin-left: 0px;
}
	.navbar-nav > li {
    float: none;
    display: block;
}
	a {
    text-decoration: none;
}
	.mainnav-toggle-search-row {
    background-color: #FFF;
    margin: 0;
}
	.main-nav-row .ee-navbar-toggle-search {
    color: #8e2321;
}
	.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    color: #8e2321;
}
	.h1 {
    text-align: center;
    font-size: 20px;
    text-transform: unset;
    font-weight: 600;
    padding: 15px;
}
	.h3 {
    font-weight: 700;
    color: #8e2321;
    padding: 15px 1px;
    font-size: 22px;
    text-align: center;
}
	.spacer{
    margin-top: 10px;
    margin-bottom: 10px;
}
}