/*--------------------- STRUCTURE -----------------------*/

body{
    height: 100%;
    background: white;
}

main {
}


section{

    padding: 65px 5%;
    width:90%;
    float: left;
    position: relative;
    text-align: center;
}


header{
    padding: 5px 5%;
/*    margin: 20px 5%;*/
    width: 90%;
    position: absolute;
    background: rgba(53, 207, 224, 0.61);
    z-index: 10;
/*    background: #ffec00 url(../images/grunge.png) no-repeat;*/
/*    background-size: 100%;*/
}

header h2{
    text-align: right;
    margin: 0;
}

header h2 img{
    vertical-align: middle;
}

.logo_header{
    margin-bottom: 20px;
}

/*------------------------------ MAIN NAV --------------------------------*/

nav{
    background: #335D5D;
    width: calc(100% - 40px);
    position: absolute;
    border-bottom: 2px solid #45ABAB;
    z-index: 10;
}

nav ul{
    padding: 20px;
}

nav ul li{
    display: inline-block;
    margin-right: 30px;
}

nav ul li a,nav ul li a:visited, nav ul li a:active{
    color: white;
    font-family: 'sansL';
    font-size: 18px;
}

nav ul li a:hover{
    color: #ffec00;
}


/*------------------------------ SUBMENU --------------------------------*/

#submenu
{
    display: inline-block;
    margin-right: 30px;
    line-height: 11px;
}

#submenu ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#submenu ul a
{
    display: block;
/*    font-family: 'avL';*/
}

#submenu ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
    
}

#submenu ul li.current-menu-item
{
/*	background:#ddd*/
}

#submenu ul li ul li:hover
{
	background:#000;
}

#submenu ul ul
{
    display: none;
    position: absolute;
    top: 100%;
    left: -25px;
    background: rgba(17, 17, 17, 0.8);
    padding: 0;
    margin-top: 28px;
    z-index: 999999999999999999;
}

#submenu ul ul:before
{
    content: '\00a0';
    width: 100px;
    height: 47px;
    background: rgba(0, 0, 255, 0);
    position: absolute;
    top: -47px;
    left: 0;
}

#submenu ul ul li
{
	float:none;
	width:210px;
/*    height: 50px;*/
    
    
}

#submenu ul ul a
{
	line-height:18px;
	padding:10px 15px;
    color: #fff;
    font-family: 'sansL';
/*    font-size: 12px;*/
    margin: 0 10px;
    border-bottom: 1px solid #695d4d;
/*        text-align: left;*/
}


#submenu ul li:hover > ul
{
	display:block
}


/*------------------ VIDEO --------------------*/

.container_video {
    position: relative;
    width: 100%;
    height: 0;
    float: left;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---------------- PLANES -------------------*/

.plan{
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.39);
}

.plan p{
    font-size: 18px;
    text-align: left;
}

.planes .col_1x4:nth-of-type(1) .plan_title{
    background: url(../images/bg-plan2.jpg);
    background-size: 100%;
}

.planes .col_1x4:nth-of-type(2) .plan_title{
    background: url(../images/bg-plan1.jpg);
    background-size: 100%;
}

.planes .col_1x4:nth-of-type(3) .plan_title{
    background: url(../images/bg-plan4.jpg);
    background-size: 100%;
}

.planes .col_1x4:nth-of-type(4) .plan_title{
    background: url(../images/bg-plan3.jpg);
    background-size: 100%;
}

.planes article > p{
    padding: 5px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.planes article > p:first-of-type{
    margin-top: 15px;
}

.planes article > p:last-of-type{
    border-bottom: none;
    margin-bottom: 15px;
}



.plan_title{
    background-size: 100%;
    text-align: center;
    min-height: 110px;
}

.plan_title h3{
    font-family: 'sansB';
    font-size: 24px;
    color: white;
    text-align: center;
    padding: 30px 30px 10px 30px;
}

.plan_title p{
    font-family: 'sansL';
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: calc(100% - 50px);
    height: 10px;
    border-bottom: 1px solid #fff;
    line-height: 0.1em;
    margin-bottom: 40px;

    
}

.plan_title p span{
    font-family: 'sansL';
    background: black;
    font-size: 22px;
    color: white;
    text-align: center;
    padding: 20px;
    display: inline-block;
}

.plan_boton{
    background: #e2001a;
    font-family: 'sansL';
    font-size: 20px;
    padding: 10px 0;
    color: white;
}

.plan_boton:hover{
    background: #e3364a;
}


/*------------------------------ PHONE HEADER --------------------------------*/

.phone_header{
    float: right;
}

.phone_header img{
    float: right;
    margin-left: 10px;
}

.text_phone_header{
    float: left;
}

.text_phone_header p{
    font-family: 'sansR';
}

.text_phone_header h2{
    font-family: 'sansB';
    font-size: 25px;
    color: black;
    text-align: right;
}

.text_phone_header p{
    text-align: right;
}

/*------------------------------ COVER --------------------------------*/

.cover{
    background: url("../images/bg.jpg") 0 0 no-repeat;
    padding: 100px 5% 60px 5% !important;
    background-size: cover;
}

.cover article{
/*    text-align: center;*/
    margin-bottom: 30px;
}

.cover article h3{
    font-size: 18px;
}

.cover article h3 span{
    font-size: 12px;
}


.cover ul{
    margin-left: 18px;
    position: relative;
    
}

.cover ul li{
    font-family: 'sansR';
    font-size: 18px;
    color: #fff;
/*    display: inline-block;*/
    list-style-type: circle;
    position: relative;
    margin: 5px 0;
    /* margin-right: 40px; */
    width: 100%;
    text-align: left;
}

.cover ul li:before{
content: '';
    background: url(../images/bull.png);
    width: 28px;
    height: 28px;
    position: absolute;
    left: -29px;
    top: -3px;

    
}

.ul_img{
    position: absolute;
    bottom: -60px;
    right: -20px;
/*    margin-left: -25px;*/
}

.information{
    width: auto;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
    display: inline-block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.65);
/*    float: left;*/
}

.information p{
    text-shadow: none;
    text-align: justify;
}

.information h3{
/*    text-shadow: none;*/
    text-align: justify;
}

.container_text{
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-top: 20px;
    width: auto;
    float: left;
    border-radius: 5px;
}

.container_text h3, .container_text p{
    margin: 0 !important;
}

.stamp{
    position: absolute;
    margin-left: -138px;
    left: 50%;
    bottom: -50px;
    z-index: 9;
}



/*------------------------------ PRESTADORES ----------------------------*/

.prestadores{
    text-align: center;
}

/*------------------------------ CUOTAS ------------------------------*/

.planes{
    text-align: center;
    background: #f6f4f7;
    padding-top: 100px;
}

.planes h2{
    margin: 0 0 50px 0;
}


/*------------------------------- FAQS -------------------------------*/


.faqs{
    background: white;
    
}


.faqs h4{
    margin: 20px 0;
}

.faqs p{
    font-size: 18px;
}


/*------------------------------ TABLE -------------------------------*/


table.layout{
  width: 80%;
  border-collapse: collapse;
}
table.display th,
table.display td{
  border: 1px solid #e0e0e0;
}


table.responsive-table{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}




table {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 800px;
}	

th {
	background: linear-gradient(#5176BC, #5277BB);
    font-family: 'aleoB';
	color: #fff;
    font-size: 20px;
    text-align: center;
  
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}



th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
    font-size: 20px;
    font-family: 'sansL';
}


td:first-child {
	box-shadow: inset 1px 0 0 #fff;
    font-size: 20px;
    font-family: 'sansB';
}	

td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

tr:nth-child(odd) td {
	background: #f1f1f1;	
}

tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

/*------------------------------ BIO --------------------------------*/

.bio{
    background: url("../images/bg2.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 80px 5% !important;
}

.bio p{
/*    margin-top: 80px;*/
}


/*------------------------------ INTERNA --------------------------------*/

.interna{
    background: #F0F5F5;
    padding: 60px 5%;
}

.interna img{
    max-width: 100%;
    margin: 20px 0;
    border-bottom: 4px solid #1ABDD6;
}

.highlighted{
    position: relative;
    float: left;
    margin: 10px 0 30px 0;
    padding: 20px 20px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 4px 0 #BFBFBF;
}

.highlighted p{
    font-style: italic;
    font-size: 20px;
}

.highlighted p:before{
    content: '"';
    font-family: serif;
    font-size: 80px;
    color: #B9B9B9;
    position: absolute;
    right: 20px;
    bottom: -40px;
    
}



/*------------------------------ TIPS --------------------------------*/

.tips{
    padding-top: 50px;
    padding-bottom: 100px;
}

.tip{
    background: #eee;
    position: relative;
    padding: 40px 20px 20px 20px;
    width: calc(25% - 80px) !important;
    margin-top: 50px !important;
    text-align: center;
}

.tip:before{
    position: absolute;
    left: 50%;
    background: url(../images/tip-icon.png);
    margin-left: -23px;
    content: '';
    width: 46px;
    top: -20px;
    height: 46px;
}

/*------------------------------ COLS --------------------------------*/


.col_2x3{
    float: left;
    padding: 10px;
    margin: 0 20px;
    width: calc(66.66% - 60px);
/*    text-align: center;*/
}

.col_1x3{
    float: left;
    width: calc(33.33% - 60px);
    margin: 0 20px;
    padding: 10px;
    text-align: left;
}

.col_1x2{
    float: left;
    width: calc(50% - 60px);
    margin: 0 20px;
    padding: 10px;
    text-align: left;
}

.col_1x4{
    float: left;
    width: calc(25% - 60px);
    padding: 10px;
    margin: 0 20px;
}

.col_1x1{
    float: left;
    width: calc(100% - 60px);
    margin: 0 20px;
    padding: 10px;
}


/*--------------------- FORM -----------------------*/



#signup {
     width: 100%;
     padding-bottom: 2px;
    margin-top: 50px;
/*     display:none;*/
     background: #FFF;
     border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
     box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
       
}


#signup-header {
    background: url(../images/hd-bg.png);
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    -moz-border-radius-topright: 5px; 
    -webkit-border-top-right-radius: 5px; 
}

#signup-header h3 {margin-bottom: 0; color: white;}

#signup-header  h4 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#signup-header  p { color: #fff; font-size: 18; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#signup .txt-fld { position: relative; width: calc(100% - 40px); float: left; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#signup .btn-fld { width: 100%; overflow: hidden; }

.checkbox label { font-size: 12px !important }

.checkbox input {     width: 13px !important;    float: left !important;    margin-top: 10px;!important }

#signup .txt-fld label { display: block; float: left; width: 100%; color: #222; font-size: 1.3em; text-align: left;  }
#signup .txt-fld input { width: calc(100% - 19px); padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "sansL"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }

#signup .txt-fld select { width: 100%; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "sansL"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }

#signup .txt-fld input.good_input { background: #DEF5E1 url(../img/good.png) 236px center no-repeat; }
#signup .txt-fld input.error_input { background: #FDE0E0; }



p.error { position: absolute; bottom: 48px; right: 20px; width: 262px; color: #FFF; font-size: 1.1em; padding-bottom: 5px; background: url(../img/error-arw.png) 20px bottom no-repeat; text-align: left; margin: 0; text-shadow: none; }
p.error span { display: inline-block; background: #D43636; padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }
.txt-fld input:focus, .txt-fld textarea:focus { background-color: #FAF9DC; }
        
.send_modal_form {
	float: right;
    margin: 20px 20px 20px 0;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #3F9D4A; 
	border: none;
  width: auto;
  overflow: visible;
  font-size: 1.4em;
  color: #FFF;
 padding: 7px 10px;  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.4);}
        

@media only screen and (min-width: 0px) and (max-width: 360px) {
#signup .txt-fld {width: 80%}
  
     
}


input:required {
  box-shadow: none;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: black;
}

:-moz-placeholder { /* Firefox 18- */
  color: black;
}

::-moz-placeholder { /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder { /* IE 10+ */
  color: black;
}

::-ms-input-placeholder { /* Edge */
  color: white;
}

:placeholder-shown { /* Standard one last! */
  color: white;
}



/*--------------------- FEATURES -----------------------*/

.features{
    margin-top: -50px;
    text-align: center;
}

.feature_block{
    display: inline-block;
    border: 10px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
/*    margin: 100px 0;*/
    width: calc(33.33% - 60px);
    text-align: center;
    
}

.feature_block:nth-of-type(1) .feature_title{
    background: url(../images/feature1.jpg);
    background-size: 100%;
}

.feature_block:nth-of-type(2) .feature_title{
    background: url(../images/feature2.jpg);
    background-size: 100%;
}

.feature_block:nth-of-type(3) .feature_title{
    background: url(../images/feature3.jpg);
    background-size: 100%;
}

.feature_block > p{
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.feature_block > p:first-of-type{
    margin-top: 15px;
}



.feature_title{
    background-size: 100%;
    text-align: center;
}

.feature_title h2{
    font-family: 'sansB';
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 30px;
    float: none;
    margin: 0;
    width: auto;
}

.feature_title p{

    font-family: 'sansL';
    font-size: 22px;
    color: white;
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: calc(100% - 50px);
    height: 10px;
    border-bottom: 1px solid #fff;
    line-height: 0.1em;
    margin-bottom: 40px;

    
}

.feature_boton{
    background: #335d5d;
    font-family: 'sansL';
    font-size: 20px;
    padding: 10px 0;
    color: white;
}

.feature_boton:hover{
    background: #227c7c;
}


/*--------------------- FOOTER -----------------------*/

footer{
    padding: 20px 5% 0 5%;
    background: #fff;
    width: 90%;
    float: left;
    text-align: center;
    
}

.center{
    text-align: center;
}

footer p{
    font-size: 12px;
    color: black;
}


/*--------------------- CENTER INFO -----------------------*/
.center_info{
    text-align: center;
    margin: 0 0 60px 0;
}

.center_info h3{
    color: black;
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: calc(100% - 50px);
    height: 10px;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 0 0 30px;
    width: 760px;

}

.center_info h3 span{
    font-family: 'sansB';
    background: #fff;
    font-size: 32px;
    color: black;
    text-align: center;
    padding: 20px;
    display: inline-block;
}


/*--------------------------- HEADLINES & PARAGRAPHS ---------------------------*/


h1{
    font-family: 'aleoB';
    font-size: 60px;
    color: #4b3701;
}

h2{
    font-family: 'aleoB';
    font-size: 35px;
    float: left;
    width: 100%;
    margin: 5px 0;
}

h3{
    font-family: 'sansB';
    font-size: 30px;
    margin-bottom: 15px;
}


h4{
    color: black;
    font-family: 'sansL';
    font-size: 35px;
    text-align: center;
}

p{
    font-family: 'sansL';
    font-size: 22px;
    color: #111;
    margin-bottom: 15px;
}


p span{
    font-family: 'sansR';
}

.headline{
    text-align: left;
    position: relative;
    margin: 40px 0 30px;
}

.headline h1{

}

.headline h1:before {
    content:'';
    position:absolute;
    width:200px;
    height:4px;
    background:linear-gradient(to right, #81fc8a, #18bcd7);
    top: 55px;
    left:0;

}

.c_green{
    color: #81fc8a;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.c_greenblue{
    color: #335d5d;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.c_white{
    color: #fff;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.c_liteblue{
    color: #35CFE0;
    text-shadow: 2px 2px 0 rgba(43, 43, 43, 0.88);
}



.c_black{
    color: #000;
    text-shadow: 2px 2px 0 rgba(256, 256, 256, 0.5);
}

.c_blue{
    color: #18bbd8;
}

.sin_shadow{
    text-shadow: none;
}

.max_image{
    max-width: 100%;
}

/*--------------------- FUENTES -----------------------*/

@font-face {
    font-family: 'din';
    src: url('fonts/din-webfont.eot');
    src: url('fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-webfont.woff2') format('woff2'),
         url('fonts/din-webfont.woff') format('woff'),
         url('fonts/din-webfont.ttf') format('truetype'),
         url('fonts/din-webfont.svg#din') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'aleoR';
    src: url('fonts/aleo-regular-webfont.eot');
    src: url('fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-regular-webfont.woff2') format('woff2'),
         url('fonts/aleo-regular-webfont.woff') format('woff'),
         url('fonts/aleo-regular-webfont.ttf') format('truetype'),
         url('fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleoB';
    src: url('fonts/aleo-bold-webfont.eot');
    src: url('fonts/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-bold-webfont.woff2') format('woff2'),
         url('fonts/aleo-bold-webfont.woff') format('woff'),
         url('fonts/aleo-bold-webfont.ttf') format('truetype'),
         url('fonts/aleo-bold-webfont.svg#aleobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleoL';
    src: url('fonts/aleo-light-webfont.eot');
    src: url('fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-light-webfont.woff2') format('woff2'),
         url('fonts/aleo-light-webfont.woff') format('woff'),
         url('fonts/aleo-light-webfont.ttf') format('truetype'),
         url('fonts/aleo-light-webfont.svg#aleolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansR';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansB';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansL';
    src: url('fonts/sourcesanspro-light-webfont.eot');
    src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*--------------------- RESPONSIVENESS -----------------------*/



@media only screen and (min-width: 0px) and (max-width: 1024px) {
    
  
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    
  
    .col_1x4, .col_1x3, .col_2x3{width: calc(100% - 60px); margin-bottom: 40px;}
    
    
    
    .information{width: 100%;}
    
    .center_info h3 {  line-height: 30px; margin: 0 0 10px; padding: 0 ; height: auto; width: auto;     }
     
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    
    .col_1x2{width: calc(100% - 40px); margin-bottom: 40px;}
    header .col_1x2{text-align: center;}
    header h2 {text-align: center;}
    .cover{padding: 240px 5% 60px 5% !important}
    .information {display: none;}
    .stamp{    margin-left: -138px;}
    h1{ font-size: 40px;}
    h2{ font-size: 30px;}
    header .col_1x2 img {max-width: 100%;}
    footer img {max-width: 100%;}
    
    
    /*------- table -------------*/
      table.responsive-table{
      box-shadow: none;  
    }
    table.responsive-table thead{
      display: none; 
    }
  table.display th,
  table.display td{
    padding: .5em;
  }
    
  table.responsive-table td:nth-child(1):before{
    content: 'Prestamo';
  }
  table.responsive-table td:nth-child(2):before{
    content: '4 cheques';
      font-weight: bold;
  }
  table.responsive-table td:nth-child(3):before{
    content: '12 cheques';
      font-weight: bold;
  }
    
table.responsive-table tr:nth-child(3), table.responsive-table tr:nth-child(4), table.responsive-table tr:nth-child(5) {
    display: none;
}
    
  table.responsive-table td:nth-child(1),
  table.responsive-table td:nth-child(2),
  table.responsive-table td:nth-child(3),
  table.responsive-table td:nth-child(4),
  table.responsive-table td:nth-child(5){
    padding-left: 35%;
  }

  table.responsive-table td:nth-child(1):before,
  table.responsive-table td:nth-child(2):before,
  table.responsive-table td:nth-child(3):before,
    table.responsive-table td:nth-child(4):before,
    table.responsive-table td:nth-child(5):before{
    position: absolute;
    left: .5em;
  }
  
    table.responsive-table tr,
    table.responsive-table td{
        display: block;
    }
    table.responsive-table tr{
        position: relative;
        margin-bottom: 1em;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    table.responsive-table td{
        border-top: none;
    }
    table.responsive-table td.organisationnumber{
        background: #D5E0CC;
        border-top: 1px solid #B3BFAA;
    }
    table.responsive-table td.actions{
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
    }
    table.responsive-table td:nth-child(1),
    table.responsive-table td:nth-child(2),
    table.responsive-table td:nth-child(3),
    table.responsive-table td:nth-child(4),
    table.responsive-table td:nth-child(5){
        padding-left: 55%;
    }

    
    
    
  
}

@media only screen and (min-width: 0px) and (max-width: 360px) {
    
    

  
     
}