/*-----------------------------------------------------------------------------------
	    Honduras es tu hogar
        Built with Blocs
-----------------------------------------------------------------------------------*/
table{
	margin: auto;
	align-self: center;
	border-collapse: collapse;
}

thead{
	background-color: #2570AB;
	color: white;
	margin-left: 5px;
}

table, td, th {
  padding: 3px 2px;
  border-bottom: 1px solid gray;
}

body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	 background-color:#CCC; */
}

.open-button {
  background-color: #2570AB;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 230px;
  z-index: 1;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #2570AB;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #A00B0B;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

 /* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 400px;
  background-color:#0B3547;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
} 

.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-sm{
	padding:20px 50px 5px 50px;
}

.bloc-sm2{
	padding:0px 50px 25px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-geometry-shapes-2::before{
	background: url("img/texture-geometry-shapes-2.png");
	background-size: 200px 200px;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Thick Bars Menu Icon */
.navbar-light .menu-icon-thick-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='5' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-thick-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='5' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}


/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-md{
	max-width:300px;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}



/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.navbar-brand img{
	width:200px;
}
.h3-style{
	font-family:"Varela Round";
	font-size:19px;
	width:94.34%;
	line-height:18px;
}
.bloc3{
	height:0px;
	width:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.bloc1{
	box-shadow:0px 2px 8px rgba(0,0,0,0.1);
}
.bloc2{
	box-shadow:0px 2px 8px rgba(0,0,0,0.1);
}
.bloc4{
	box-shadow:0px 2px 8px rgba(0,0,0,0.1);
}
.bloc5{
	box-shadow:0px 2px 8px rgba(0,0,0,0.1);
}
.bloc6{
	box-shadow:0px 2px 8px rgba(0,0,0,0.1);
}
.bloc7{
	box-shadow:0px 2px 8px rgba(0,0,0,0.1);
}
.parrafo{
	padding:10px 10px 10px 10px;
}
.oportunidades-link{
	font-weight:bold;
	color:#FEFFFE!important;
}
.img-style{
	width:150px;
	height:122px;
	float:none;
}
.blocopor{
	background-position:left top;
	border-style:none;
	background-color:transparent;
	border-color:rgba(178,178,178,0.2)!important;
	font-size:30px;
	font-family:"Varela Round";
	padding:46px 46px 46px 46px;
}
.img-icon-educatio-style{
	width:120px;
}
.h4-style{
	width:100%;
	font-size:19px;
	font-family:"Varela Round";
	line-height:18px;
}
.h1-bloc-1-style{
	font-family:"Varela Round";
}
.h4-bloc-8-style{
	font-size:15px;
	font-family:"Lato";
	font-weight:400;
}
.h4-8-style{
	font-size:15px;
	font-family:"Lato";
	font-weight:400;
}
.img-margin-bottom{
	margin-bottom:31px;
}
.blocopor:hover{
	border-style:none;
	border-color:rgba(165,165,165,0.1)!important;
}
.blocopor:active{
	border-style:none;
}
.p-style{
	width:100%;
	font-size:26px;
}
.img-icon-famil-style{
	width:116px;
	margin-top:30px;
}
.bloc-margin-top{
	margin-top:-2px;
}
.img-13-style{
	width:140px;
	margin-top:30px;
}
.card-body-1-style{
	height:90px;
	margin-bottom:-1px;
}
.h3-protección--style{
	font-family:"Varela Round";
	font-weight:400;
	margin-left:-2px;
	width:99.12%;
}
.h4-1-style{
	font-family:"Varela Round";
}
.bloc-margin-bottom{
	margin-bottom:0px;
}
.inicio-style{
	font-weight:bold;
	color:#FFFFFF!important;
}
.nosotros-link{
	font-weight:bold;
	color:#FEFFFE!important;
}
.btn-style{
	font-weight:bold;
	width:65.79%;
	font-size:14px;
	margin-left:37px;
	margin-right:-1px;
	color:#FEFFFE!important;
	border-radius:20px 20px 20px 20px;
}
.h4-2-style{
	font-family:"Varela Round";
}
.h4-medios-de-vida-style{
	font-family:"Varela Round";
}
.btn-regresar-style{
	width:54.35%;
	color:#FEFFFE!important;
	font-weight:bold;
	border-radius:14px 14px 14px 14px;
}
.porcolor{
	font-family:"Varela Round";
	font-size:35px;
	color:#FDFFFD!important;
}
.btn-padding{
	padding-top:2px;
	padding-bottom:2px;
	margin-top:23px;
	width:72.48%;
	margin-left:49px;
	margin-right:1px;
	font-size:16px;
	text-transform:none;
	opacity:0.5;
	background-position:left top;
	text-decoration:none;
	font-family:"Varela Round";
	direction:rtl;
	border-style:solid;
	border-color:#34A385!important;
	color:#328E83!important;
	font-weight:bold;
	border-radius:14px 14px 14px 14px;
	border-width:2px 2px 2px 2px;
}
.dividerv{
	border-style:solid;
	border-width:0px 1px 0px 0px;
}
.p-margin-bottom{
	margin-bottom:109px;
}
.p-bloc-8-style{
	width:96.76%;
}
.p-bloc-8-margin-bottom{
	margin-bottom:49px;
}
.p-6-margin-bottom{
	margin-bottom:122px;
}
.btn-padding:hover{
	background-color:#215043;
	color:#272A2C!important;
}
.p-bloc-4-margin-left{
	margin-left:4px;
	width:100%;
}
.p-3-margin-left{
	margin-left:87px;
	width:81.98%;
}
.card-margin-bottom{
	margin-bottom:36px;
}
.p-4-margin-left{
	margin-left:86px;
	width:82.08%;
}
.img-6-style{
	width:120px;
}
.img-icon-healt-style{
	width:120px;
}
.img-14-style{
	width:120px;
}
.img-icon-justic-style{
	width:120px;
}
.p-5-margin-left{
	margin-left:87px;
	width:81.88%;
}
.p-6-margin-left{
	margin-left:86px;
	width:82.08%;
}
h3{
}
.h3-a-protección--style{
	font-family:"Varela Round";
}
.h3-2-style{
	font-family:"Varela Round";
}
.p-13-margin-bottom{
	margin-bottom:120px;
}
.p-15-margin-bottom{
	margin-bottom:90px;
}
.p-14-margin-bottom{
	margin-bottom:24px;
}
.p-bloc-7-margin-bottom{
	margin-bottom:38px;
}
.inicio-style:hover{
	color:#34CEFF!important;
}
.nosotros-link:hover{
	color:#34CEFF!important;
}
.oportunidades-link:hover{
	color:#34CEFF!important;
}
.btn-style:hover{
	color:#34CEFF!important;
}
.card-header-style{
	height:59px;
}
.card-style{
	width:100%;
}
.card-header-bloc-8-style{
	height:54px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-turquoise{
	background-color:#1DCFC7;
}
.bgc-tufts-blue{
	background-color:#2C83BA;
}
.bgc-lapis-lazuli{
	background-color:#256788;
}
.bgc-ghost-white{
	background-color:#FAF8FB;
}
.bgc-tufts-blue-2{
	background-color:#2C83BA;
}
.bgc-jungle-green{
	background-color:#34A486;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-educacion{
	background-image:url("img/educacion-1.jpg");
}
.bg-salud{
	background-image:url("img/salud.jpg");
}
.bg-justicia{
	background-image:url("img/justicia.jpg");
}
.bg-educacion-1{
	background-image:url("img/educacion-1.jpg");
}
.bg-proteccion{
	background-image:url("img/proteccion.jpg");
}
.bg-mediosdevida{
	background-image:url("img/mediosdevida.jpg");
}
.bg-identidad{
	background-image:url("img/identidad.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.p-style{
		font-size:20px;
	}
	.btn-padding{
		padding-top:0px;
		padding-bottom:0px;
		width:72.19%;
	}
	.btn-style{
		margin-right:-2px;
		width:77.78%;
	}
	.bloc-oportunidades-margin-bottom{
		margin-bottom:24px;
	}
	.bloc-bloc-8-margin-bottom{
		margin-bottom:19px;
	}
	.h1-style{
		font-size:30px;
	}
	.h1-bloc-11-style{
		font-size:30px;
	}
	.h1-bloc-15-style{
		font-size:30px;
	}
	.h1-bloc-19-style{
		font-size:30px;
	}
	.h1-medios-de-vida-style{
		font-size:30px;
	}
	.h1-identidad-style{
		font-size:30px;
	}
	.btn-regresar-style{
		width:61.74%;
	}
	.p-bloc-5-style{
		margin-left:25px;
		width:89.28%;
	}
	.h3-a-protección--style{
		margin-left:24px;
	}
	.h3-2-style{
		margin-left:24px;
		width:93.45%;
	}
	.p-margin-left{
		margin-left:24px;
		width:89.42%;
	}
	
}

@media (max-width: 767px){
	.h4-8-style{
		width:49.25%;
	}
	.h1-bloc-1-style{
		font-size:30px;
	}
	.dividerv{
		border-style:none;
	}
	.btn-padding{
		width:73.24%;
		margin-left:40px;
	}
	.btn-regresar-style{
		width:92.59%;
	}
	.navbar-brand img{
		width:110px;
	}
	.p-bloc-5-style{
		width:92.97%;
		margin-left:18px;
	}
	.h3-a-protección--style{
		margin-left:18px;
		width:93.16%;
	}
	.p-margin-left{
		margin-left:18px;
		width:93.16%;
	}
	.h3-2-style{
		margin-left:18px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.navbar-brand img{
		width:100px;
	}
	.btn-style{
		margin-left:38px;
		width:65.14%;
	}
	.h1-bloc-1-style{
		font-size:25px;
	}
	.btn-padding{
		width:95.18%;
		margin-top:4px;
		margin-right:33px;
		margin-left:1px;
		padding-top:4px;
		padding-bottom:4px;
	}
	.card-body-1-style{
		margin-bottom:28px;
		height:367px;
	}
	.h4-8-style{
		width:71.07%;
	}
	.btn-regresar-style{
		width:59.17%;
		margin-right:1px;
		margin-left:116px;
		padding-top:6px;
		padding-bottom:6px;
		margin-top:5px;
	}
	.p-3-margin-left{
		width:85.56%;
		margin-left:20px;
	}
	.p-bloc-5-style{
		width:85.19%;
		margin-left:20px;
	}
	.p-margin-left{
		width:84.81%;
		margin-left:20px;
	}
	.p-4-margin-left{
		margin-left:21px;
		width:84.44%;
	}
	.p-5-margin-left{
		margin-left:20px;
		width:84.81%;
	}
	.p-6-margin-left{
		margin-left:21px;
		width:84.44%;
	}
	
}

