@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');
body{
	font-family: 'Open Sans', sans-serif;
}

div[itemtype="http://schema.org/Organization"] + div.container{
	width: 100%;
	margin:0;
	padding: 0;
}
/*logueado*/
.ee-header-profile .ee-info, .ee-navbar-profile .ee-info {
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: calc(90% - 52px);
    color: #fff;
}
.ee-header-profile .ee-info a {
    color: #fff;
}
/*basicos*/
.header {
    background: #003e82;
}
.top-header-row {
    background-color: #1f2a50;
	display: none;
}

.main-nav-row {
    background-color: #003e82;
    padding-bottom: 15px;
}

.main-nav-row .item-inner-main-nav .dropdown-menu {
    background-color: #ffcb08;
}

.top-header-row .item-inner-top-header a:hover {
    background-color: #fff;
    color: #dfcd8d;
}

.main-nav-row .item-inner-main-nav a {
    border-right: none;
}

.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
    color: #ffcb08;
}

.main-nav-row .item-inner-main-nav a:hover {
    background-color: transparent;
    color: #ffcb08;
}

.main-nav-row .item-inner-main-nav .dropdown-menu li a:hover {
    background-color: #ffcb08;
	color: #fff;
}

.main-nav-row .item-inner-main-nav .dropdown-menu li {
    border-bottom: 1px solid #fc0;
}

.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url('../images/bg-logo.png') no-repeat center;
}
.main-nav-row .item-inner-main-nav a {
    color: #fff;
    border-right: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
}
.btn-outline-primary, .btn-outline-primary:focus {
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
  padding: 0 !important;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.header .ee-login-wrapper {
    padding-top: 30px;
    text-align: right;
}
.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 20px;
}

a:focus{
    text-decoration: none;
    outline: transparent;
}
a:hover {
    color: #a100ff;
    text-decoration: underline;
}
.texto{
    margin-top: 10px;
    background: #fff;
    padding: 30px;
    text-align: center;
    z-index: 1000;
    font-size: 16px;
}
.padding{
    padding-left: 0;
    padding-right: 0;
}

.result-item .h3{
    font-size: 18px;
}
/* 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: 16px;
    border-radius: 0;
}
.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
    color: #ffcb08;
    text-decoration: underline;
    border-radius: 0;
}

.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f082";
}
.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";
}
.top-header-row .item-inner-top-header:nth-child(4) a:before {
    content: "\f16d";
}

.ee-company-logo {
    width: 288px;
    height: 60px;
    padding: 8px 0;
}
.spacer{
	margin-top: 35px;
}
.caja{
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 10px;
    width: 35%;
    box-shadow: 6px 6px 6px 0px rgb(0 0 0 / 20%);
}
.caja p{
    line-height: 70px;
    font-size: 16px;
    font-weight: 900;
}
.btn-datos{
    background: #1e96f9;
    color: #fff;
    padding: 15px 65px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 800;
}
.btn-datos:hover{
    background: #ffcb08;
    color: #fff;
    padding: 15px 65px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 800;
    text-decoration: unset;
}
.marg{
    margin-right: 0px;
    margin-left: 0px;
}
.foo{
    background: #004589;
    padding: 15px;
}
.foo p, .foo a{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 55px;
}
.redes{
	width: 9%;
}
.txt{
	width: 20%;
}
.eltiempo-carousel{
    margin-top: -35px;
}

/* Style the tab */
.tab {
    float: left;
    width: 25%;
    height: 300px;
    margin-left: -35px;
    margin-top: 0px;
}
/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    color: #68757b;
    background: transparent;
    padding: 12px 16px;
    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: 25px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ffcb08;
  color: #004589;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ffcb08;
    color: #004589!important;
}
.p{
    margin-top: 20px;
    text-align: justify;
}
/* Style the tab content */
.tabcontent  {
    float: right;
    width: 80%;
    padding-left: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    border-radius: 20px;
    margin-left: -20px;
    border: 2px solid #ffcb08;
}
.p2 {
    margin-left: 22px;
    margin-top: 5px;
    color: #fff;
	font-size: 18px;
}
.ul {
    list-style: none;
    margin-left: -30px;
}
.titulo_pagina {
    font-family: "Geomanist",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FF6B01;
    margin-top: 20px;
}
.fondo-servicos {
    background: #004589;
    padding: 50px;
    height: 700px;
}
.dos{
    display: block;
    height: 500px;
    padding: 50px;
}
.tres{
    display: block;
    height: 500px;
    padding: 50px;
}
.cuatro{
    display: block;
    height: 500px;
    padding: 50px;
}
/* tarjetas*/

.flip-card {
  background-color: transparent;
  height: 120px; /* Es necesario una altura para que aparezca en la pÃƒÂ¡gina */
  border: 0px;
  perspective: 3000px; /* Genera un efecto 3D */
  padding: 5px;
}

/* Este contenedor nos posiciona los dos lados de la tarjeta */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  margin-top: 10px;
}

/* Crea la animaciÃƒÂ³n para girar la tarjeta de forma horizontal cuando el ratÃƒÂ³n se pone encima*/
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  /*transform: rotateX(180deg);*/ /*si lo quieres con giro vertical*/
}

/* Estructura bÃƒÂ¡sica de las dos caras */
.flip-card-front {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 25px;
    background: #1e96f9;
    padding: 25px 15px;
    box-shadow: 1px 5px 7px 0px #999;
}
.flip-card-back {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    border-radius: 25px;
    padding: 25px 25px;
}

/* Estructura especÃƒÂ­fica de la cara frontal */
/* Ajusta la imagen al tamaÃƒÂ±o de la tarjeta para hacerla adaptable*/
.flip-card-front-post > img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

/* Estructura especÃƒÂ­fica de la cara trasera */
.flip-card-back {
  background: #fff;
  color: #1e96f9;
  transform: rotateY(180deg);
  font-size: 12px;
  border: solid 2px #1e96f9;
  text-align: justify;
}
.texto2{
    margin-top: -20px;
    background: #fff;
    padding: 30px;
    text-align: left;
    z-index: 1000;
    font-size: 16px;
}
.formulario{
    margin-top: 22px;
    background: #ffcb08;
    padding: 7px 15px;
    text-align: center;
}
.formulario a{
   color: #fff;
}
.formulario:hover{
    background: #004589;
}

/*media*/
@media (max-width: 740px){
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
	.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 0px;
}
	.main-nav-row .navbar-header {
    text-align: center;
    background: #003e82;
}
	.navbar-nav {
    width: 100%;
    text-align: left;
}
	.navbar-nav > li {
    float: none;
    display: block;
    padding: 0 !important;
}
	.main-nav-row .item-inner-main-nav a  {
    color: #fff;
    border-right: none;
    border-radius: 0;
    background-color: #003e82;
    font-size: 14px;
    font-weight: 400;
}
	.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;
}
	.spacer {
    margin-top: 10px;
}
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: none;
}
	.caja {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 10px;
    width: 100%;
    box-shadow: 6px 6px 6px 0px rgb(0 0 0 / 20%);
}
	.caja p {
    line-height: 68px;
    font-size: 16px;
    font-weight: 900;
}
	.btn-datos {
    background: #1e96f9;
    color: #fff;
    padding: 15px 55px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 800;
}
	.redes {
    width: 32%;
}
	.txt {
    width: 100%;
}
	.p2 {
    margin-left: 0px;
    margin-top: 1px;
    font-size: 8px;
    line-height: 12px;
}
	.ul {
    list-style: none;
    margin-left: -40px;
}
	.tab {
    float: none;
    width: 100%;
    height: 300px;
    margin-left: 0px;
    margin-top: 0px;
    display: flex;
}
	.tab button {
    display: block;
    color: #68757b;
    background: transparent;
    padding: 8px;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 0px;
    border-radius: 30px 30px 0px 0px;
    font-weight: 400;
    height: 105px;
}
	.p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
}
	.texto2 {
    margin-top: 10px;
    background: #fff;
    padding: 30px;
    text-align: left;
    z-index: 1000;
    font-size: 14px;
}
	.tabcontent {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-top: -200px;
    margin-right: 0px;
    margin-bottom: 0;
    background-color: #fff;
    padding: 20px;
    font-size: 12px;
    border-radius: 0px 0px 20px 20px;
    margin-left: 0px;
    height: 915px;
}
	.fondo-servicos {
    background: #004589;
    padding: 10px;
    height: 1043px;
}
	.flip-card-front {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0px;
    background: #1e96f9;
    padding: 15px 15px;
    box-shadow: 1px 5px 7px 0px #999;
}
	.flip-card-back {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0px;
    padding: 5px 21px;
}
	.flip-card-back {
    background: #fff;
    color: #1e96f9;
    transform: rotateY(180deg);
    font-size: 10px;
    border: solid 2px #1e96f9;
    text-align: justify;
}
	.flip-card-front {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0px;
    background: #1e96f9;
    padding: 45px 15px;
    box-shadow: 1px 5px 7px 0px #999;
}
	
}
@media (max-width: 767px){
    .eesites-fixed-buttons.affix-bottom {
        position: inherit !important;
    }
    .eesites-fixed-buttons {
        position: inherit !important;
        background-color: transparent;
    }
}