@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.ttf') format('truetype');

}
@font-face {
    font-family: 'hk_groteskregular';
    src: url('HKGrotesk-Regular.eot');
    src: url('HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
         url('HKGrotesk-Regular.woff2') format('woff2'),
         url('HKGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hk_groteskbold';
    src: url('HKGrotesk-Bold.eot');
    src: url('HKGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
         url('HKGrotesk-Bold.woff2') format('woff2'),
         url('HKGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
  font-family: 'Noto Sans';
  src: url('NotoSans-Regular.ttf') format('truetype');
}

body {
	font-family: 'hk_groteskregular';
	margin:0px;
	padding:0px;
	color:rgb(51,51,51);
	background-color: rgb(251,251,251);
	font-size: 16px;
    line-height: 160%;
}
body h1 {
    font-family: 'hk_groteskbold';
}
a {
    text-decoration: none;
    color: #26A2D8;
}
.head {
    position: relative;
	display: block;
	width: 100%;
	margin:0px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 1px;
	height:72px;
	background-color: white;
    box-sizing: border-box;
}
#logo {
	display: block;
    width: 204px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#logo img {
	padding:18px;
	
	height:38px;

}
.menu {
	display: block;
    right: 0px;
    position: absolute;
    top: 0px;
}

#inputsearch {
font-family: 'hk_groteskregular';
    padding-left: 20px;
    display: inline-block;
    height: 72px;
    padding-right: 34px;
    padding-left: 0px;
    margin-right: 16px;
    margin-left: 26px;
    width: 264px;
    border: 0;
    font-size: 15px;
    color: rgb(51, 51, 51);
    background: url(../img/search.png) no-repeat 236px 28px;
    background-size: 16px 16px;
    transition: all 0.5s;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    float: right;
    box-sizing: border-box;

}
#inputsearch:focus {
	
	outline:none;
    border-bottom-color: rgb(234, 85, 111);
	
}
.menu ul {
	list-style-type: none;
    height:72px;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    box-sizing: border-box;
}
.menu ul li {
	display: inline-block;
    margin: 0px;
    padding: 0px;
   	width: 148px;
    height: 72px;
    position: relative;
     box-sizing: border-box;
}
.menu ul li a {
	display: flex;
	align-items: center;
  	justify-content: center;
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	text-decoration: none;
    color: rgb(51,51,51);
    padding:26px;
    padding-top:0px;
    padding-bottom: 0px;
     box-sizing: border-box;
     text-align: center;
}
.menu ul li a:hover {
	color:black;
}
.menu ul li a img {
	width: 12px;
    margin-left: 6px;
    margin-top: 3px;
}
.submenu_wrap {
	pointer-events:none;
   display: block;
    position: fixed;
    top: 72px;
    top:106px;
    left: 0px;
    right: 0px;
    height: 700px;
    box-sizing: border-box;
    overflow: hidden;
    z-index:999;
}

.submenu {
	pointer-events:all;
	padding: 2px;
    display: block;
    position: absolute;
    top: 0px;
    left:0px;
    right:0px;
    background-color: white;
    height: auto;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    border-top-width: 0px;
    box-sizing: border-box;
    padding-bottom: 36px;
    padding-top:36px;
    padding-left:0px;
    padding-right:0px;
    border-bottom-style: solid;
    border-bottom-color: #f7f7f7;
    border-bottom-width: 1px;
}
#submenu {
	display: none;
}
.submenucontent {
	
	display: flex;
	margin:auto;
	width:895px;
    padding-left:6px;
    padding-right: 6px;
}
.submenu h1,.submenu .h1 {
	display: block;
	width:240px;
	font-size:15px;
	text-transform: uppercase;
	padding:26px;
	padding-top: 0px;
    margin-top: 0px;
    font-weight: bold;
}
.submenu ul {
	display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3,auto);
    height:auto;
}
.submenu ul li {
	width:286px;
    margin:6px;
}
.submenu ul li a {
	justify-content: left;
	text-align: left;

}
.submenu ul li a img {
	width: 36px;
    margin-left: 0px;
    vertical-align: middle;
    
   
}
.submenu ul li a:hover {

	background-color:rgb(251,251,251);
}

#container {
    display: block;
    width:100%;
    min-height: 70vh;
    text-align: center;
    margin-bottom: 72px;
}

.card,.cardX2 {
    width:433px;
    height: 530px;
    background-color: white;

    position: relative;
    display: inline-block;
    overflow: hidden;
    margin:6px;
    margin-top: 12px;
    margin-bottom: 0px;
    text-align:left;

    box-shadow: 0px 2px 12px #00000005;
}
.cardX2 {
    width: 890px;
    height: 234px;
}
.card-image {
    display: block;
    width:100%;
    min-width: 360px;
    height:265px;
   overflow: hidden;
}
.cardX2 .card-image {
    width:auto;
    height: 265px;
    width:256px;
    overflow: hidden;
    display: inline-block;

}

.card-image img {
        transform: scale(1.03);
        max-width: 100%;
}
.cardX2 .card-image img {
   width: 370px;
}

.cardX2 .card-desc {
    display: inline-block;
    height:234px;
    width:530px;
    float: right;
    position: relative;
}

.card-desc h1,.card-desc h2 {

    display: block;
    font-size:15px;
    text-transform: uppercase;
    padding:26px;  
    margin:0; 
    box-sizing: border-box;
    min-height: 103px;
}
.card-desc p {
    display: block;
    font-size:15px;
 margin:0; 
   padding:26px;
   padding-top:0px;
    
}
.card-desc a {
    padding:26px;  
    text-align:right;
    text-decoration: none;
    color: rgb(234, 85, 111);
    display: block;
    position: absolute;
    bottom: 0px;
    left:0px;
    right:0px;
    font-size:15px;
    box-sizing: border-box;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: white;
}
 
.card-desc a:hover {
        transition: border-bottom-color 0.25s ease-out;
        border-bottom-color: rgb(234, 85, 111)

}
.front {
   width: 100%;
    display: block;
    position: relative;
    background-color: #26536dbd;
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    background-blend-mode: multiply;
    background-image: url('../img/background.jpg');
}
.subfront {
    width:100%;
    margin:auto;
    height:400px;
    padding-top:72px;

}
.subfront h1 {
   font-size: 43px;
    width:90%;
    max-width: 700px;
    line-height: 140%;
    display: block;
    margin: auto;
    text-align: center;
    color:white;
}

.subfront a {
       padding: 26px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: rgb(234, 85, 111);
    display: block;
    border-radius: 2px;
    width: 250px;
    font-size: 16px;
    margin: auto;
    display: block;
    margin-top: 48px;
    box-shadow: 0px 2px 10px #000000;
}
.card-container {
    display: block;
    margin:auto;
    margin-top:-52px;
}
#li_rankings_menu_mobile {
    display: none;
}
#li_rankings_menu {
    display: inline-block;
}
.menubuttons {
    display: none;
}

.dostercios {

    display: inline-block;
   width:891px; 
   min-height: 572px;
    background-color:white;
    margin:0px;
      position: relative;
   vertical-align: top;
   text-align: left;
   padding:26px;
   box-sizing: border-box;
   z-index:0;

}
.untercio {
    display: inline-block;
    width:442px;
    min-height: 570px;
    background-color:rgb(245,241,240);
    margin:0px;
     position: relative;
}
.dostercios:before {
   background: inherit;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    padding: 0px;
    margin: 0px;
    margin-left: -100%;
    background-color: white;
    
}
.untercio:after {
    background: inherit;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
    left:0;
    z-index: -1;
    padding: 0px;
    margin: 0px;    
}

.tresdos {
    margin-top:144px;
    margin-bottom: 144px;
    display: block;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background-color: rgb(245,241,240)
   
}
.dostercios h1 {
    margin-top: 0px;
    line-height: 150%;
   
}
.dostercios h2 {
    margin-top: 0px;
    line-height: 150%;
    font-size: 22px;
    color: #525252;
}
.dostercios p {
    line-height: 180%;
    margin-bottom: 26px;
    margin-top: 26px;
}
.dostercios a.boton {
        padding: 26px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: rgb(234, 85, 111);
    display: inline-block;
    width: 250px;
    font-size: 15px;
  border-radius: 2px;
  
   
}
.untercio img {
    max-width: 100%;
    box-sizing: border-box;
    padding: 26px;
    max-height: 562px;
}
#footerwrap {
    width:100%;
    display:block;
   
    box-sizing: border-box;
    background-color: #f1f3f5;
}
.footer {
    display: block;
    margin:auto;
    color:#757575;
    position: relative;
    padding: 26px;
    box-sizing: border-box;
    padding-left: 6px;
    padding-right:6px;

}   
.footer .column {
    display: inline-block;
    width:25%;
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 6px;
    padding-right:6px;
}

.footer .column ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(6,auto);
    height: auto;
    list-style-type: none;
    padding-left: 6px;
    padding-right:6px;
    
}
.footer .column ul li {
    display: inline-block;
    line-height: 250%;

}
.footer a {color:black;text-decoration-color:rgb(142,142,142);}
.footer .column img {
    width:100px;
}
.footer .logos {
    text-align: right;
    padding-left: 12px;
    padding-right:12px;
}
.text {word-break: break-word;}
.text,.breadcrumbs {
    margin:auto;
    margin-top: 72px;
    margin-bottom: 72px;
    padding-left: 36px;
    padding-right: 36px;
    box-sizing: border-box;
}
.breadcrumbs {
    margin-top: 36px;
    margin-bottom: 0px;
    padding-left:32px;
    padding-right: 32px;
}
.breadcrumbs img {
    transform: rotate(270deg);
    width: 10px;
    vertical-align: baseline;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 1px;
}
.text p,.text li {
    text-align: left;
}

.text h1 {
   margin-bottom: 72px;
    font-size: 36px;
    
    text-align: center;
    line-height: 155%;
}
.text h2,.text h3 {
    text-align: left;
}
.breadcrumbs {
    text-align: left;
}

.dropdown {
font-family: 'Noto Sans', sans-serif;
display:inline-block;
font-weight: 400;
margin-bottom: 16px;
min-width: 274px;
}
.dropdown_button {
  
color: rgb(80,80,80);
    text-align: left;
    width: 212px;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-color: white;
   
    background-color: white;
    font-size: 16px;
    margin-left: 6px;
    margin-right: 6px;
    background-image: url(../img/dropdown_icon.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.dropdown-options {
  display: none;
   border-color: rgb(235, 235, 235);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0px 7px 20px rgba(0,0,0,0.1);
  
  list-style-type: none;
  padding:0px;
 
  text-align: left;
  max-height: 352px;

  overflow-y:auto;
  overflow-x:hidden;
  position: absolute;
  margin:0;
  z-index:9999;

}
.dropdown-options li {
  display: block;
  margin:0;
  padding:0;
}
.dropdown-options .dropseparator {
  font-size: 14px;
    display: block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 204px;
    color: rgb(177, 177, 177);
    user-select: none;
    text-transform: uppercase;
}
.dropdown-options li a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding:10px;
  padding-left:40px;
  padding-right:20px;
   min-width: 204px;
  color:rgb(47,47,47);
}
.dropdown-options li a:hover {
  background-color: rgb(248,248,248);
   transition-property: background-color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}
.dropselected {
  background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 16px;
}
.dropdown-options input {
  margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: -5px;
    padding: 8px;
    padding-right: 50px;
    vertical-align: top;
    font-size: 16px;
    border: 0;
    border-bottom-style: solid;
    border-bottom-color: rgb(230,230,230);
    border-bottom-width: 1px;
    width: 100%;
    color: rgb(80,80,80);
    height: 47px;
    min-width: 264px;
    background: url(../img/search.png) no-repeat 235px 12px #FFFFFF;
    background-size: 16px;
    background-position-y: 16px;
}  

.dropdown-options input:focus {
outline: 0;


}

.dropdown-options::-webkit-scrollbar       {background-color:rgb(252,252,251);width:18px}
.dropdown-options::-webkit-scrollbar-track {background-color:rgb(252,252,251)}
.dropdown-options::-webkit-scrollbar-thumb {background-color:#babac0;border-radius:6px;border:4px solid rgb(252,252,251)}
.dropdown-options::-webkit-scrollbar-thumb:hover {background-color:rgb(45,45,45);}

svg {
	font-family: 'Noto Sans', sans-serif;
}
canvas {
    font-family: 'Noto Sans', sans-serif;
}
#search_results {
    display: block;
    position: fixed;
    box-sizing: content-box;
    padding:12px;
    background-color: white;
    top:72px;
    right:0px;
    width:262px;
    bottom:0px;
}
#search_results a {
    text-decoration: none;
    color:rgb(50,50,50);
    display: block;
    box-sizing: border-box;
    padding:12px;
    margin:0px;
}
#search_results p {
  display: block;
    box-sizing: border-box;
    padding:12px;
    color:rgb(150,150,150);
    margin:0px;
}
#search_results a:hover {
    background-color: rgb(251,251,251);
}

#loader,.loader {
  display: block;
  
  width: 24px;
  height: 24px;
  margin:auto;
  padding-top:72px;
  margin-bottom: 72px;
}
#loader:after,.loader:after {
 content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0px;
    border-radius: 50%;
    border: 2px solid #2f2f2f;
    border-color: #2f2f2f transparent #2f2f2f transparent;
    animation: loader 1s linear infinite;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.percentiles {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4,auto);
    height: auto;
    
}
.percentiles div {
    text-align:center;
    padding: 23px;
}
.percentiles div h1,.percentiles div .h1 {
   font-size: 56px;
    font-family: 'Noto Sans';
    margin-top: 12px;
    margin-bottom: 24px;
  font-weight: bold;
    padding: 0px;
    
}
.percentiles div h1 sup,.percentiles div .h1 sup {
    font-size: 30px;
    font-weight: 400;
}
.gridchart,.gridchartX2 {

    width:433px;
    height: 265px;
    background-color: white;

    position: relative;
    display: inline-block;
    overflow: hidden;
    margin:6px;
    margin-top: 12px;
    margin-bottom: 0px;
    text-align:left;
    box-shadow: 0px 2px 12px #00000005;
}
.gridchartX2 {
	width: 890px;
}
.mapviz,.minmapviz {
	display: block;
	margin:auto;
	width: 100%;
	max-width: 1866px;
	padding-left: 36px;
	padding-right: 36px;
	box-sizing: border-box;
}
.mapviz div,.minmapviz div {
	position:relative;
	width:100%;
	height: 0;
	padding-top:56.6%;
}
.mapviz div iframe,.minmapviz div iframe {
	position: absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%
}
.minmapviz {
   max-width: 890px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px;
    margin: 6px;
}

.sharebutton {
    display: inline-block;
    text-decoration: none;
  width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 2px;
    padding-bottom: 2px;
    vertical-align: bottom;
    margin-right: 2px;
}
.sharebutton svg {
    width:16px;
    padding-top: 5px;
    vertical-align: baseline;
}
.sharebutton svg path {
    fill:white;
}
.ranknumber {
    font-family: "Noto Sans";
}
.breadcrumbs {
    text-align: left;
    font-size: 14px;
}
.img_higher, .img_government, .img_private, .img_others, .img_health {
  width:36px;
  border-radius: 2px;
  vertical-align:sub;
}
.img_health {
  background-color: #6b8cbb;
}
.img_government {
  background-color: #ebc95d;
}
.img_private {
  background-color: #e47067;
}
.img_others {
  background-color: #ac92ec;
}
.img_higher {
background-color: #7fc9ad;
}
.compareins {
    margin-top:32px;
}
.compareins p,#inputcompare {
   display: inline-block;
    background-color: white;
    border-radius: 2px;
    padding:3px;
    margin:6px;
    padding-left: 6px;
    padding-right: 6px;
height:32px;
    width: 262px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0px 1px 4px #e6e6e6;
}
.remove_b img {
       width: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 9px;
    background: linear-gradient(to right, #ffffff73 , white);
}
#inputcompare {
    border:none;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 1px;
    display: block;

    margin:auto;
    margin-top:6px;
    margin-bottom: 6px;
}
#inputcompare:focus {
    outline:none;
    border-bottom-color: rgb(234, 85, 111);
}
#compare_search_results {
  position: absolute;
  display: block;
  background-color: white;
  color:rgb(124, 125, 127);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  padding:2px;
  font-size: 16px;
  line-height: 140%;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.2);
  z-index: 9999;
}


#compare_search_results a {
    text-decoration: none;
    color:rgb(50,50,50);
    display: block;
    box-sizing: border-box;
    padding:12px;
    margin:0px;
    text-align: left;
}
#compare_search_results p {
  display: block;
    box-sizing: border-box;
    padding:12px;
    color:rgb(150,150,150);
    margin:0px;
}
#compare_search_results a:hover {
    background-color: rgb(251,251,251);
}
.unblock {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 64px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 80%) 40%, rgb(255, 255, 255) 100%);
}
.unblock img {
    display: block;
    margin: auto;
    width: 24px;
    margin-top: 32px;
}

.table-ranks thead tr {
    border-bottom-color: #333333;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding:6px;
}
.table-ranks thead tr th {
    text-align: left;
    border-right-color: #fbfbfb;
    border-right-style: solid;
    border-right-width: 4px;
}
.table-ranks tbody tr td {
    padding:6px;
}
.wrap-table-ranks {
    display: inline-block;
   
    overflow: hidden;
    max-width: 100%;
    overflow-x: auto;
    padding:12px;
        box-sizing: border-box;
   
}
.table-rank-suffix {
    color:rgb(200,200,200);
    font-size: 12px;
    vertical-align: 6px;
    min-width: 15px;
    display: inline-block;
    text-align:left;
}



a.country_sirlink {
    position: relative;
    display: inline-block;
    background-color: rgb(47 53 56);
    color: white;
    border-radius: 3px;
    padding: 6px;
    font-size: 13px;
    padding-left: 52px;
    line-height: 130%;
    max-width: 200px;
    text-align: left;
    min-height: 46px;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 12px;
    margin:6px;
    
}
a.country_sirlink img {
  position: absolute;
    vertical-align: middle !important;
    height: 20px;
    left: 10px;
    top: 50%;
    margin-top: -10px;
}










@media (max-width: 930px) {
    .menubuttons {
        display: block;
        position: relative;
        height: 72px;
    }
    .menubuttons img {
        position: absolute;
        right: 12px;
    width: 18px;
    top: 12px;
    padding: 16px;
    }
    .subfront h1 {font-size: 36px}
    #li_rankings_menu_mobile {
    display: inline-block;
    }
    #li_rankings_menu {
        display: none;
    }
    .menu {background-color: white;z-index: 999;    top: 0px;   right: 0px;   height: 72px;   width: 76px;}
    .openedmenu {
        position: fixed;
        z-index:9998;
        padding-top: 100px;
        left:0;top:0;right:0;bottom: 0;
        width:auto;
        height: auto;
        
        
    }

    .menu ul {
        display: block;
        height: auto;
    }
    .menu ul li {
        width:49%;
        display: inline-block;
    }
    #inputsearch {
        display: block;
        width:100%;
        margin:0px;
        padding-left:15%;
        padding-right:15%;
        float:none;
        background: url(../img/search.png) no-repeat 95% 28px;
        background-size:16px 16px;
        box-sizing: border-box;
    }
    .closedmenu ul {
        display: none;
        
    }
    .closedmenu #inputsearch {
        display: none;
    }
    .closedmenu #closemenu {
        display: none;
    }
    .closedmenu #openmenu {
        display: block;
    }
    .openedmenu #openmenu {
        display: none;
    }
    .footer .column {
        width:100%;
        text-align: center !important;
    }
    .dostercios,.untercio {width:100%;height: auto;min-height: auto}
    .percentiles {
    grid-template-rows: repeat(1,auto);
    }
    .gridchartX2 {
    	width: 100%;
    	margin:0px;
    }
    .cardX2 {
        width:100%;
        margin:0px;
        height: auto;
    }
    .cardX2 {
        width: 358px;
        margin:6px;

    }
    
    .cardX2 .card-desc {
        width: 358px;
        display: block;
        float:none;
    }
    .minmapviz {
    	pointer-events: none;
        margin-right: 0px;
        margin-left: 0px;
    }
    #search_results {
        overflow-y: auto;
    	display: block;
    	position: fixed;
    	box-sizing: content-box;
    	padding:12px;
    	background-color: white;
    	top:72px;
    	right:0px !important;
    	width:100%;
    	bottom:0px !important;
    	left:0px !important;
    	z-index: 9999;
    	margin-left: 0px !important;
	}


}

@media (max-width: 468px) {
    .card,.gridchart,.gridchartX2 {
        width:100%;
        box-sizing: border-box;
        margin-left: 0px;
        margin-right: 0px;
    }
    .text,.breadcrumbs {
        width:100%;
    }
    .percentiles {
    grid-template-rows: repeat(2,auto);
    }
}

@media (min-width: 468px) { 
.card-container, .subfront,.footer {
    width: 100%;
}
.subfront a {
    width: 380px;
}
.text,.breadcrumbs {
    width: 100%
}


}



@media (min-width: 930px) { 
.card-container, .subfront,.footer {
    width: 914px;
}
.text,.breadcrumbs {
    width: 824px;
}

}

@media (max-width: 1354px) and (min-width: 931px) {
    .dostercios {width:445px;}
    .breadcrumbs {
        width:898px;
    }
}


@media (min-width: 1368px) { 
.card-container, .subfront ,.footer,.breadcrumbs{
    width: 1344px;
}
}

@media (min-width: 1830px) { 
.card-container, .subfront,.footer,.breadcrumbs {
    width: 1794px;
}
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

