
.bg-sketch{
	background-image:url(../images/people2.png);
	background-position: top 20px left 30px;
	background-repeat: no-repeat;
	background-size: 270px;
}

.body-card{
	
	flex: 1 1 auto;
    padding: 10px 5px 5px 10px;	
	
}

.modal-padding{
	position: initial; 
	top: 0; 
	left: 0; 
	z-index: 1050; 
	padding: 5px 5px 5px 5px; 
	max-width: initial; 
	display: none; 
	width: 50%; 
	height: 80%; 
	overflow: hidden; 
	outline: 0;
}

.badge-morado{
	background-color: #533d99;
	font-size: 14px;
}

.badge-morado:hover{
	background-color: #88ccf0;
}

@font-face{
	font-family:segoepr;
  	src: url(../fonts/segoesc.ttf);
}

.text-segoe{
	font-family:segoepr;
}

.t-vmas{
	font-family: 'Caveat', cursive;
}

.bg-alma{
	background-color: #001230;
	color:#fff;
}

.bg-alma-press{
	background-color: #001340;
	color:#fff;
}

.dropdown-item:hover{
	color: #007bff;
}


/*color de fondo*/

.bg-azul-alma{background-color: #3d61a8;color: #fff;}
.bg-celeste{background-color: #88ccf0;color:#fff;}
.bg-verde{background-color: #3baf5c;color:#fff;}
.bg-amarillo{background-color: #dca434;color: #fff;}
.bg-morado{background-color: #533d99;color:#fff;}
.bg-gris{background-color: #e7e7e7;color:#fff;}
.bg-azul{background-color: #001340;color:#fff;}


.btn:hover{
	color:#fff;
}

.bg-celestes{
	background-color: #88ccf0;
	color:#000000;
}

/*fin color de fondo*/

/*color de fondo*/

.tbg-azul-alma{
	color: #fff;
	background-size: cover;
	background-image: 
    linear-gradient(rgba(58,92,157, .5),rgba(58,92,157, .5)),url(../images/86614275-mira-esto-feliz-joven-pareja-de-turistas-están-de-vacaciones-en-trajes-casuales-gorra-gafas-y-con-cámara.jpg);
	opacity: .7;
	transition: 0.3s linear;
}

.tbg-azul-alma:hover{
	background-image: 
    linear-gradient(rgba(58,92,157, 1),rgba(58,92,157, 1)),url(../images/86614275-mira-esto-feliz-joven-pareja-de-turistas-están-de-vacaciones-en-trajes-casuales-gorra-gafas-y-con-cámara.jpg);
	opacity: 1;
}


.tbg-celeste{
	color:#fff;
	background-size: cover;
	background-image: 
    linear-gradient(rgba(171,202,236, .5),rgba(171,202,236, .5)),url(../images/83997368-excited-pareja-leyendo-buenas-noticias-en-un-teléfono-inteligente-sentado-en-un-parque.jpg);
	opacity: .7;
	transition: 0.3s linear;
}

.tbg-celeste:hover{
	background-image: 
    linear-gradient(rgba(171,202,236, 1),rgba(171,202,236, 1)),url(../images/83997368-excited-pareja-leyendo-buenas-noticias-en-un-teléfono-inteligente-sentado-en-un-parque.jpg);
	opacity: 1;
}

.tbg-verde{
	color:#fff;
	background-size: cover;
	background-image: 
    linear-gradient(rgba(59,175,92, .5),rgba(59,175,92, .5)),url(../images/38742865-hermosa-chica-con-el-pelo-rojo-rizado-hablando-por-teléfono-inteligente-en-un-café-también-ella-es-la-cele.jpg);
	opacity: .7;
	transition: 0.3s linear;
}

.tbg-verde:hover{
	background-image: 
    linear-gradient(rgba(59,175,92, 1),rgba(59,175,92, 1)),url(../images/38742865-hermosa-chica-con-el-pelo-rojo-rizado-hablando-por-teléfono-inteligente-en-un-café-también-ella-es-la-cele.jpg);
	opacity: 1;
}


.tbg-amarillo{background-color: #dca434;color: #fff;}

.tbg-morado{
	color:#fff;
	background-size: cover;
	background-image: 
    linear-gradient(rgba(83,61,153, .5),rgba(83,61,153, .5)),url(../images/54161226-reunión-de-negocios-concepto-foto-businessmans-joven-equipo-de-trabajo-con-el-nuevo-proyecto-de-inicio-.jpg);
	opacity: .7;
	transition: 0.3s linear;
}

.tbg-morado:hover{
	background-image: 
    linear-gradient(rgba(83,61,153, 1),rgba(83,61,153, 1)),url(../images/54161226-reunión-de-negocios-concepto-foto-businessmans-joven-equipo-de-trabajo-con-el-nuevo-proyecto-de-inicio-.jpg);
	opacity: 1;
}


.tbg-gris{background-color: #e7e7e7;color:#fff;}
.tbg-azul{background-color: #001340;color:#fff;}

/*fin color de fondo*/

/*color textos*/
.text-azul-alma{color:#3d61a8;}
.text-celeste{color:#abcaec;}
.text-verde{color:#3baf5c;}
.text-amarillo{color: #dca434;}
.text-morado{color:#533d99;}
.text-gris{color:#333;}
.text-azul{color:#001340;}


/*fin color textos*/

.card-principal{
	padding: 20px;
	margin: 20px 0px 20px 0px;
	border-radius: 300px;
	height: 340px;
}

.btn-outline-alma{
	font-size: 15px;
	color:#fff;
	border:1px solid #88ccf0;
}

.btn-outline-alma:hover{
	color: #fff;
	background-color: #88ccf0;
}

.btn-outline-alma2{
	font-size: 15px;
	color:#fff;
	border:1px solid #fff;
}

.cta-naranjo{
	background-color: #dca434;
	color: #fff;
	border-radius: 0px;
	margin-top: 5px;
}

.btn-outline-alma2:hover{
	color: #fff;
	background-color: #dca434;
}

.btn-outline-alma3{
	float: left;
	padding: 4px;
	margin-left: 3px;
	font-size: 12px;
	color:#fff;
	border:1px solid #fff;
}

.btn-outline-alma3:hover{
	color: #fff;
	background-color: #dca434;
	text-decoration: none;
}

.bg-alma .link-alma{
	font-size: 15px;
	color:#fff;
	border-left: 1px solid #dca434;
}

.bg-alma .link-alma2{
	font-size: 15px;
	color:#fff;
}

.bg-alma .link-alma:hover{
	color:#dca434;
}

.bg-alma .link-alma2:hover{
	color:#dca434;
}

.card-alma-azul{
	padding:20px;
	color:#fff;
	background-color: rgba(0,18,48,.70);
}

.card-alma-azul2{
	margin-top: 10px;
	padding:20px 10px 20px 10px;
	color:#fff;
	background-color: rgba(0,18,48,.70);
	min-height: 331px;
}

.card-alma-blanco{
	padding:20px;
	color:#001230;
	background-color:rgba(255,255,255,.70);
}

.carousel-caption {
  position: absolute;
  right: 5%;
  bottom: 100px;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.precio{
	font-size: 60px;
	font-weight: bold;
	color: #dca434;
}
.precio-card{
	font-size: 48px;
	font-weight: bold;
	color: #000;
	float: left;
}

.precio-cards{
	font-size: 48px;
	font-weight: bold;
	color: #000;
	
}
.dias{
	font-size: 20px;
	font-weight: bold;
	float: left;
	line-height: 23px;
	margin-top: 21px;
}

.precio2{
	font-weight: bold;
	color: #dca434;
}

.mas{
	position: absolute;
	top: 0;
	right: 0;
}

.social{
	margin: 5px 0px 20px 0px
}


.bg-2{
	background-color: #e8e8e8;
}

.separacion{
	margin-top: 50px;
}

.text-p{
	font-size: 14px;
}

.vermas, .vermas{
	color: #fff;
}

.vermas:hover{
	color: #dca434;
	text-decoration: none;
}

.text-naranjo{
	color: #dca434;
}

.text-mini{
	font-size: 12px;
}

.text-box{
	font-size: 20px;
}
.altura{
	margin-top: -15px;
}

.btm-0{
	position: absolute;
	width: 90%;
	bottom: 10px;
}

.tit-slide{
	font-size: 35px;
}

/*Footer*/


/*=================footer css start==============*/
.webintern-footer {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-origin: border-box;
	background-color: #1c5ca1;
}

.webintern-footer li{
	margin-left: -40px;
}

.webintern-footer-inner {
padding-top: 40px;
padding-bottom: 20px;
	margin-top: 50px;
}

.webintern-footer-logo {
display: inline-block;
}

.webintern-footer .webintern-footer-inner .simple-text p {
color: #fff;
margin-top: 20px;
margin-bottom: 15px;
}
.simple-text p {
font-size: 15px;
color: #42435d;
font-weight: 400;
line-height: 26px;
margin-bottom: 0;
}

.webintern-footer .webintern-footer-inner .simple-text a {
font-weight: 700;
color: #f2c21a;
font-size: 15px;
}
.footer-2 {
padding-left: 55px;
}
.webintern_footer_title {
margin-top: 0px;
margin-bottom: 25px;
}
.webintern_footer_title small {
color: #fff;
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
}
.webintern_footer_title:after {
content: '';
display: block;
width: 30px;
height: 2px;
background: #f2c21a;
margin-top: 15px;
}
.webintern-footer-list {
padding: 0;
}
.webintern-footer-list li {
margin-bottom: 17px;
list-style: none;
}
.webintern-footer-list a {
position: relative;
font-size: 15px;
line-height: 18px;
color: #fff;
padding-left: 0;
letter-spacing: 0.20px;
}
.footer-3 {
padding-left: 65px;
}
.webintern-footer-inner .simple-text.last {
color: #d5d5d5;
font-size: 17px;
font-style: italic;
font-weight: 400;
}
.tt-subscribe {
position: relative;
}

.webintern_footer_title small {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.tt-copy
{
font-size: 15px;
line-height: 20px;
background-color: #00163e;
color: #fff;
padding: 30px 0;
}
.tt-copy-right {
text-align: right;
}


.newsletter-alma{
	padding-top: 30px;
	padding-bottom: 30px;
}

.lista-footer li,a{
	text-decoration: none;
	list-style-type: none;
	color:#fff;
}

.lista-footer a:hover{
	text-decoration:underline;
	list-style-type: none;
	margin-left: 5px;
	color:#fff;
}

.link-foo{
	padding-right: 20px;
	font-size: 12px;
	border-right: 1px solid  white;
	margin-left: 10px;
}

.directo-box a{
	-webkit-transition: 0,8s; /* Safari */
    transition: 0,8s;
	margin-top: -10px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
}

.form-control{
	margin-top: 5px;
}

.card{
	margin-top: 5px;
}

.hmin{
	min-height: 341px;
}

.rcg{
	margin-left: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #001230;
}

.cta-naranjo:hover{
	  color: #fff;
  background-color: #001230;
}



.navigation-box {
    top: .4rem;
    right: .8rem;
    width: 2rem;
    position: absolute;
}
@media (min-width: 768px){
    .breaking-caret:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 15px solid #007bff;
        border-bottom: 20px solid transparent;
        position: absolute;
        right: -15px;
        top: 0;
    }
}

/*PAGAR TU CUENTA*/
.wizard {
    margin: 20px auto;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #1dc8fe;
    
}
.wizard li.active span.round-tab i{
    color: #1dc8fe;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #1dc8fe;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


.form-check-input{
	height: 20px;
	width: 20px;
	margin-top: -10px;
	border:1px solid #fff;
	background-color: #FF0004;
	border-radius: 15px;
	
	
}

.col-md-4{
  display: inline-block;
  margin-left:-10px;
}

body .carousel-control-prev-icon,
body .carousel-indicators li,
body .carousel-control-next-icon{
  background-color:#000;
}

span.carousel-control-prev-icon {
 position: relative;
	border-radius: 40px;
	 bottom: 40px;
	 margin-left: -50px;
}

span.carousel-control-next-icon {
	border-radius: 40px;
	 position: relative;
	 bottom: 40px;
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";		
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
	border-radius: 15px;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background-color: #BCBCBC;
}

.btn-primary{
	border-radius: 15px;
	border-color:none;
}


.check
{
    opacity:0.5;
	color:#996;
	
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.8px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(4, 0, 0, 0), 0px 0px 1px rgba(30, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  border-radius: 1.3px;
  border: 0.2px solid rgba(0, 0, 0, 0);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #5f34a0;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(13, 13, 13, 0);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(4, 0, 0, 0), 0px 0px 1px rgba(30, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  border-radius: 1.3px;
  border: 0.2px solid rgba(0, 0, 0, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #5f34a0;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  border: 0.2px solid rgba(0, 0, 0, 0);
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px rgba(4, 0, 0, 0), 0px 0px 1px rgba(30, 0, 0, 0);
}
input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
  border: 0.2px solid rgba(0, 0, 0, 0);
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px rgba(4, 0, 0, 0), 0px 0px 1px rgba(30, 0, 0, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #5f34a0;
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(13, 13, 13, 0);
}

.etiquetas{
  width: 30px;
  height: 26px;
  position: absolute;
  z-index: 9;
  background-color: HotPink;
  color: white;
  font-size: 12px;
  text-align: center;
  padding-top: 7px;
  top: -45px;
}

.etiqueta {
    width: 120px;
    height: 26px;
    z-index: 9;
    background-color: HotPink;
    color: white;
    font-size: 12px;
    text-align: center;
    padding-top: 7px;
    top: -45px;
    border-radius: 0.50rem;
}

.etiquetas:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 8;
  background-color: HotPink;
  position: relative;
  left: 9px;
}

.border-top-azul-alma{
	border-top:solid 4px #3d61a8;
}

.border-top-celeste{
	border-top:solid 4px #80c3e7;
}

.border-top-morado{
	border-top:solid 4px #533d99;
}

.border-top-amarillo{
	border-top:solid 4px #dca434;
}

.border-top-verde{
	border-top:solid 4px #3baf5c;
}

.border-top-gris{
	border-top:solid 4px #e7e7e7;
}

.border-top-azul{
	border-top:solid 4px #001340;
}

.bg-3{
	background-color: #fff;
	padding: 30px 0 30px 0;
}


.carousel {
  background: #EEE;
}

.carousel-cell {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.slider-index{
	position: absolute;
	width: 100%;
	bottom: 0px;
	margin-bottom: 10%;
}

#slide{
  width:100%;
  height:100%;
  transition: transform .3s;
}
.img-zoom{
  width:auto;
  height:auto;
  max-width:100%;
}

/* INICIO FRONTEND-MX FRONTEND PÚBLICO */

/* Nuevos estilos */

body{
	font-family: Dosis, sans-serif;
    margin: 0px;
    /**height: 100vh!important;**/
    
}

/* overwrite swal height auto (body) (deprecated, se deja por seguridad) */
body.swal2-height-auto {
    height: 100vh!important;
}


.layoutMain {
	height: 100%;
	flex-direction: column;	
	min-height: 100%;
    display: block;
    position: relative;
    flex-grow: 1;
    background-color: #e8e8e8;
    
}

.contentPublic {
	flex-grow: 1;
	display: block;
  	margin-top: 56px;
  	background: #e8e8e8;
}

.layoutMain .ui-panelgrid .ui-panelgrid-cell {
    padding: 0px 0px!important;
}

#navbarSupportedContent li {
	 display: inline-grid;
	 color: BLACK;
}
#navbarSupportedContent a {
	font-weight: 500;
	font-size: 20px;
	padding: 5px 15px;
	font-family: 'Dosis', sans-serif;
	color: black
}
#navbarSupportedContent a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #167fb38c;
    border-radius: 5px;
    font-weight: 600;
}
#navbarSupportedContent #dropdownMenuButton {
	background: linear-gradient(132deg, #dca434, #533d99, #b12c65);
    background-size: 500%!important;
    background-repeat: no-repeat;
    animation: backgroundgradient 20s ease infinite!important;
    border-radius: 5px;
}
.dropdown-content {
	display: none;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 50%);
    border-radius: 4px;
	position: fixed;
	margin-top: 40px;
	margin-left: 24px;
}
.dropdown-content > a > span > i {
	margin-right: 5px;
}
.dropdown-content:hover {
	display: grid;
}
.dropdown-content a {
	color: #001340;
	font-size: 15px !important;
	padding: 10px !important;
}
.dropdown-content a:hover {
	background-color: #e9ecef !important;
	color: #001340 !important;
}
#navbarSupportedContent a:hover ~ .dropdown-content{
	display: grid;
}
#navbarSupportedContent .ui-grid {
	float: right;
	border-radius: 0px 0px 5px 5px;
	padding: 10px;
}
#navbarSupportedContent .ui-panelgrid {
	width: 100%;
}

nav > .ui-panelgrid {
	width: -webkit-fill-available;
	background: #ffffff;
	padding: 0.1rem 1rem;
}
.navbar {
	padding: 0;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
@media (min-width: 992px) {
	nav > .ui-panelgrid {
		width: auto;
		padding: 0;
	}
	.navbar {
		padding: 0.1rem 1rem;
		background: #ffffff;
	}
	#navbarSupportedContent .ui-grid {
		padding: 0;
	}
}

/** FOOTER **/

#footerPublic .ui-panelgrid .ui-panelgrid-cell {
    padding: 0px 0px!important;
    background: none!important;
    margin-left: auto;
    margin-right: auto;
}

#footerPublic p {
	color: white;
	padding: 0px 7px;
}

#footerPublic strong ~ .ui-panelgrid .ui-panelgrid-cell {
	margin-top: -10px;
}

#footerPublic .contacto {
	margin-top: -25px;
}

#footerPublic .contacto .ui-panelgrid-cell {
	margin-top: 0 !important;
}
#footerPublic a {
	padding: 0px 7px;
	color: white;
}

@media (min-width: 1000px) {
	#footerPublic ul {
		margin: 10px 25px;
	}
}
@media (min-width: 1439px) {
	#footerPublic ul {
		margin: 10px 40px;
	}
}

#footerPublic {
	background-color: #001340;
	text-align: center;
	padding: 5px 5px;
}
/**#footerPublic ul > li:first-child{
	color: #dca434
}**/

#footerPublic strong{
	color: #dca434
}

#footerPublic .ui-grid{
	display: inline-block;
	padding: 4px 0;
}



/** FIN FOOTER **/

/* Estilos viejos*/
.navidad {
	background-image: url("");
}

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	color: white;
	font-family: arial;
	text-align: center;
	z-index: 900;
}

.modalPrime {
	z-index: 1053 !important;
	width: 80% !important;
}

.cookies__boton {
	background: initial;
	border: 2px solid white;
	padding: 1rem;
	font-size: 1rem;
	color: white;
	width: 5rem;
	text-align: center;
}

.col {
	float: left;
	width: 20%;
	margin-top: 1px
}

@media only screen and (min-device-width : 320px) and (max-device-width
	: 480px) {
	.col {
		float: left;
		width: 80%;
		margin-top: 15px;
		flex-basis: auto;
	}
}

.strong-bolder {
	font-weight: 500;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0.0rem;
	margin-right: 0px;
	font-size: 0.0rem;
	line-height: inherit;
	white-space: nowrap;
}
/* FIN FRONTEND-MX FRONTEND PÚBLICO */

