/*-----------------------------------------------------------------------------------
	    micv_website
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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-xl{
	padding:150px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = 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;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}


/* 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);
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = 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;
}
/* 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-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = 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;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}





.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;
}


/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.p-style{
	width:46.41%;
	font-size:24px;
	font-family:Lato;
	font-weight:300;
}
.h3-style{
	width:46.51%;
	font-size:28px;
	font-family:Montserrat;
}
.btn-style{
	width:90.38%;
	font-family:"Montserrat";
	font-weight:400;
	border-radius:10px 10px 10px 10px;
}
.img-style{
	width:444px;
	padding:0px 0px 0px 0px;
}
.otra{
	overflow:visible;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.h4-style{
	width:100%;
	font-family:Montserrat;
}
.p-bloc-2-style{
	font-family:Lato;
	font-weight:300;
	font-size:23px;
}
.h1-style{
	font-family:Montserrat;
}
.h2-style{
	font-family:Montserrat;
}
.p-bloc-3-style{
	font-family:Lato;
	font-weight:300;
	width:65.95%;
	font-size:20px;
}
.h2-1-style{
	font-family:Montserrat;
}
.h2-bloc-4-style{
	font-family:Montserrat;
}
.h3-bloc-4-style{
	font-family:Montserrat;
}
.p-bloc-4-style{
	font-family:Lato;
	font-weight:300;
	font-size:20px;
}
.p-bloc-5-style{
	font-family:Lato;
	font-weight:300;
	font-size:20px;
}
.h3-genera-tu-cv-style{
	font-family:Montserrat;
}
.h2-bloc-5-style{
	font-family:Montserrat;
}
.btn-button-style{
	width:21.4%;
	font-family:"Montserrat";
	text-align:center;
	border-radius:11px 11px 11px 11px;
}
.p-bloc-6-style{
	font-family:Lato;
	font-weight:300;
	font-size:20px;
}
.h4-rápido-style{
	font-family:Montserrat;
}
.p-7-style{
	font-family:Lato;
	font-weight:300;
	font-size:20px;
}
.h4-seguro-style{
	font-family:Montserrat;
}
.p-8-style{
	font-family:Lato;
	font-weight:300;
	font-size:20px;
}
.p-bloc-7-style{
	font-family:Lato;
	font-weight:300;
	width:100%;
	font-size:20px;
}
.btn-bloc-7-style{
	font-family:"Montserrat";
	font-weight:bold;
	border-radius:10px 10px 10px 10px;
}
.h2-showroom-style{
	font-family:Montserrat;
}
.p-10-style{
	font-family:Lato;
	font-weight:300;
	font-size:20px;
}
.h3-6-style{
	font-family:Montserrat;
	line-height:99px;
}
.p-11-style{
	font-family:Lato;
	font-weight:300;
	font-size:20px;
	line-height:30px;
}
.h3-7-style{
	font-family:Montserrat;
}
.p-12-style{
	font-family:Lato;
	font-weight:400;
	font-size:20px;
}
.btn-style-wh{
	font-family:"Montserrat";
	font-weight:bold;
	color:#16D100!important;
}
.btn-5-style{
	border-radius:10px 10px 10px 10px;
}
.menu-style{
	font-family:"Montserrat";
	font-weight:400;
	color:#5E5E5E!important;
}
.p-bloc-18-style{
	font-family:Lato;
	font-weight:300;
	margin-top:15px;
}
.p-bloc-19-style{
	font-family:Lato;
	font-weight:300;
}
.btn-bloc-1-style{
	width:90.79%;
	font-family:"Montserrat";
	border-radius:10px 10px 10px 10px;
}
.container-div-style{
	width:50%;
}
.container-div-bloc-17-style{
	width:25.59%;
}
.menu-style:hover{
}
.menu-style2{
	font-family:"Montserrat";
	color:#16D100!important;
	font-weight:500;
}
.btn-crear-mi-cv-style{
	font-family:"Montserrat";
	color:#16D100!important;
	font-weight:bold;
	border-radius:10px 10px 10px 10px;
}
.link-style{
	font-family:Montserrat;
	font-weight:normal;
	margin-bottom:28px;
}
.h3-1-style{
	font-family:Montserrat;
	padding:87px 0px 0px 0px;
}
.p-1-style{
	font-family:Lato;
	font-weight:300;
	font-size:20px;
}
.h2-resumen-style{
	font-size:27px;
	font-family:Montserrat;
	font-weight:bold;
}
.p-2-style{
	font-family:Lato;
	font-weight:400;
	margin-top:8%;
}
.p-16456-style{
	font-family:Lato;
	font-weight:400;
	padding-top:46px;
}
.p-3-style{
	font-family:Lato;
	font-weight:400;
	padding-top:20px;
	margin-top:6%;
}
.p-4-style{
	font-family:Lato;
	font-weight:400;
	margin-top:8%;
}
.p-5-style{
	width:100%;
	font-family:Lato;
	font-weight:400;
	margin:9% 0% 0% 0%;
}
.h2-2-style{
	font-size:28px;
	font-family:Montserrat;
	font-weight:bold;
}
.h4-descargar-style{
	font-family:Montserrat;
	font-weight:400;
}
.h5-style{
	font-family:Montserrat;
}
.h5-compartir-style{
	font-family:Montserrat;
}
.h5-editar-style{
	font-family:Montserrat;
}
.h5-guardar-style{
	font-family:Montserrat;
}
.h5-subir-bloque-style{
	font-family:Montserrat;
}
.h5-plegar-bloque-style{
	font-family:Montserrat;
}
.h5-8-style{
	font-family:Montserrat;
}
.h5-adelante-style{
	font-family:Montserrat;
}
.h5-atrás-style{
	font-family:Montserrat;
}
.h5-agregar-style{
	font-family:Montserrat;
}
.h5-eliminar-style{
	font-family:Montserrat;
}
.h5-vista-completa-style{
	font-family:Montserrat;
}
.h5-14-style{
	font-family:Montserrat;
}
.h5-seleccionar-style{
	font-family:Montserrat;
}
.h2-3-style{
	font-size:28px;
	font-family:Montserrat;
	font-weight:bold;
}
.p-6-style{
	font-family:Lato;
	font-weight:400;
	margin-top:5%;
}
.p-29157-style{
	font-family:Lato;
	font-weight:400;
	margin-top:95px;
}
.p-13708-style{
	font-family:Lato;
	font-weight:400;
	margin-top:11%;
}
.h2-4-style{
	font-size:28px;
	font-family:Montserrat;
	font-weight:bold;
}
.p-9-style{
	font-family:Lato;
	font-weight:400;
	margin-top:65px;
}
.p-24168-style{
	font-family:Lato;
	font-weight:400;
	margin-top:36px;
}
.h2-5-style{
	font-size:28px;
	font-family:Montserrat;
	font-weight:bold;
}
.p-bloc-20-style{
	font-family:Lato;
	font-weight:400;
	margin-top:41px;
}
.p-24136-style{
	font-family:Lato;
	font-weight:400;
}
.h2-6-style{
	font-size:28px;
	font-family:Montserrat;
	font-weight:bold;
}
.p-13-style{
	font-family:Lato;
	font-weight:400;
}
.p-14-style{
	font-family:Lato;
	font-weight:400;
	margin-top:8%;
}
.h2-7-style{
	font-size:28px;
	font-family:Montserrat;
	font-weight:bold;
}
.p-15-style{
	font-family:Lato;
	font-weight:400;
	margin-top:102px;
}
.p-16-style{
	font-family:Montserrat;
	font-size:20px;
}
.p-17-style{
	font-size:20px;
	font-family:Montserrat;
	width:100%;
	margin-top:23%;
}
.img-img-resumen0-style{
	width:300px;
	height:300px;
}
.img-5-style{
	width:300px;
	height:300px;
}
.img-img-resume0-style{
	width:300px;
	height:300px;
}
.img-7-style{
	width:300px;
	height:300px;
}
.img-img-secc0-style{
	width:300px;
	height:300px;
}
.img-24-style{
	width:300px;
	height:300px;
}
.img-25-style{
	width:300px;
	height:300px;
}
.img-26-style{
	width:300px;
	height:300px;
}
.img-img-bloq0-style{
	width:300px;
	height:300px;
}
.img-28-style{
	width:300px;
	height:300px;
}
.img-img-hab0-style{
	width:300px;
	height:300px;
}
.img-img-curso0-style{
	width:300px;
	height:300px;
}
.img-img-plant0-style{
	width:300px;
	height:300px;
}
.h6-style{
	font-size:20px;
	font-family:Montserrat;
}
.h6-hola-micv-app-style{
	font-size:20px;
	font-family:Montserrat;
	font-weight:bold;
	margin-top:-3%;
}
.style-menu-guide{
	font-family:"Montserrat";
	color:#5E5E5E!important;
	font-weight:normal;
}
.h1-1-style{
	font-family:Montserrat;
}
.menu-style-aviso{
	font-family:"Montserrat";
	font-weight:bold;
}
.p-3844-style{
	font-family:Lato;
	font-weight:400;
	font-size:18px;
}
.h3-2-style{
	font-family:Montserrat;
	font-size:20px;
	font-weight:bold;
}
.p-18-style{
	font-family:Lato;
	font-weight:400;
	font-size:18px;
}
.p-19-style{
	font-size:18px;
	font-family:Lato;
	font-weight:400;
}
.p-20-style{
	font-family:Lato;
	font-weight:400;
	font-size:18px;
}
.p-21-style{
	font-family:Lato;
	font-weight:400;
	font-size:18px;
}
.p-22-style{
	font-family:Lato;
	font-weight:400;
	font-size:18px;
}
.p-23-style{
	font-family:Lato;
	font-weight:400;
	font-size:18px;
}
.p-24-style{
	font-size:18px;
	font-family:Lato;
	font-weight:400;
}
.p-25-style{
	font-family:Lato;
	font-weight:400;
	font-size:18px;
}
.p-26-style{
	font-family:Lato;
	font-weight:400;
	font-size:18px;
}
.h1-2-style{
	font-family:Montserrat;
	font-weight:bold;
}
.p-45-style{
	font-family:Montserrat;
	font-size:20px;
}
.p-27-style{
	font-family:Lato;
	font-weight:400;
	font-size:18px;
}
.titulo-terminos{
	font-family:"Montserrat";
	font-weight:bold;
}
.h3-proemio-style{
	font-size:20px;
}
.h3-convenio-style{
	font-size:20px;
}
.h3-licencia-style{
	font-size:20px;
}
.h3-14-style{
	font-size:20px;
}
.h3-formatos-style{
	font-size:20px;
}
.h3-16-style{
	font-size:20px;
}
.h3-17-style{
	font-size:20px;
}
.h3-18-style{
	font-size:20px;
}
.h3-19-style{
	font-size:20px;
}
.h3-20-style{
	font-size:20px;
}
.h3-21-style{
	font-size:20px;
}
.h3-22-style{
	font-size:20px;
}
.h3-23-style{
	font-size:20px;
}
.h3-indemnización-style{
	font-size:20px;
}
.h3-terminación-style{
	font-size:20px;
}
.h3-subsistencia-style{
	font-size:20px;
}
.h3-27-style{
	font-size:20px;
}
.h3-28-style{
	font-size:20px;
}
.h6-bloc-19-style{
	font-family:Montserrat;
}
.h4-siguenos--style{
	font-family:Montserrat;
	font-size:20px;
	width:42.97%;
}
.link-footer{
	font-family:"Montserrat";
	font-weight:normal;
	font-size:20px;
}
.footer-link{
	font-family:"Montserrat";
	font-size:16px;
	margin-top:14px;
}
.h6-3-style{
	font-family:Montserrat;
}
.row-style{
	width:40.3%;
}
.link-bloc-51-style{
	width:87.88%;
}
.link-ir-a-mi-cv-app-style{
	width:100%;
}
.bg_btn{
	background-color:transparent;
	border-color:#16D101!important;
	border-style:solid;
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	margin-left:0px;
	float:right;
	border-radius:10px 10px 10px 10px;
}
.space_right{
	margin-left:0px;
	margin-right:25px;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-electric-green{
	background-color:rgba(22,209,0,0.6);
}

/* Text colour styles */

.tc-davys-grey{
	color:#5E5E5E!important;
}
.tc-black{
	color:#000000!important;
}
.tc-electric-green{
	color:#16D100!important;
}
.tc-dark-jungle-green{
	color:#212121!important;
}

/* Button colour styles */

.btn-electric-green{
	background:rgba(22,209,0,0.6);
	color:#FFFFFF!important;
}
.btn-electric-green:hover{
	background:#11a600!important;
	color:#FFFFFF!important;
}
.btn-white{
	background:#FFFFFF;
	color:rgba(0,0,0,.5)!important;
}
.btn-white:hover{
	background:#cccccc!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-electric-green{
	color:rgba(22,209,0,0.6)!important;
	border-color:rgba(22,209,0,0.6)!important;
}

/* Bloc image backgrounds */

.bg-Banner-micv{
	background-image:url("img/Banner-micv.jpg");
}
.bg-background-atributos{
	background-image:url("img/background-atributos.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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-style{
		width:600px;
	}
	.btn-style{
		width:100%;
	}
	.btn-bloc-1-style{
		width:100%;
		margin-top:0px;
	}
	.h3-bloc-1-style{
		width:68.58%;
	}
	.p-style{
		width:66.9%;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.footer-link{
		text-align:center;
	}
	.h3-bloc-1-style{
		width:100%;
	}
	.p-style{
		width:100%;
	}
	.btn-bloc-1-style{
		margin-top:14px;
	}
	.btn-button-style{
		width:66.79%;
	}
	
}

