@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}

body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1230px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

#header{
	width: 100%;
	z-index: 3;
	background: transparent;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	border-top: solid 4px #0099a6;
	padding-top: 54px
}
#logo{
	display: block;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}
#logo img{
	z-index: 4;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.contentDarkTop{
	padding-right: 0px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.contentDarkTop .telTop a,
.contentDarkTop .mailTop a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	border: solid 2px #ffffff;
	border-radius: 21.5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.25px;
	padding: 0px 15px;
}
.contentDarkTop .telTop a{
	padding: 0px 15px;
}
.contentDarkTop a img{
	margin-right: 4px;
}
.contentDarkTop .telTop{
	margin-right: 20px;
}
#redes{
	width: auto;
	height: 35px;
	position: absolute;
	top: -42px;
	right: 0;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 35px;
	width: 35px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
	border-radius: 50%;
	border: solid 2px #ffffff;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}
#redes a img{
	margin-right: 0px !important; 
}
#topMenu{
	width: 100%;
}
#menu:before{
	content: '';
	position: absolute;
	width: 256px;
	height: 2px;
	background: rgba(255,255,255,0.3);
	top: -10px;
	left: 0;
}
#menu{
	margin: auto;
	position: absolute;
	left: 15px;
	top: 60px;
	height: auto;
}
#menu ul{
	margin: 0;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	position: relative;
}
#menu li a{
	display: flex;
	align-items: center;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height:38px;
	letter-spacing: 0.25px;
	padding: 0;
}
#menu li a .icoMenu{
	width: 23px;
	margin-right: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li:last-child{}
#menu li:last-child a{
	padding-bottom: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#ffffff;
	font-weight: 900;
}


/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#363636;
	line-height:19px;
	font-family:'Arial', sans-serif;
	min-height: 99px; 
}
#footer .container{
	padding-top:25px; 
	padding-bottom:24px; 
	font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
	margin-bottom:10px
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}
#footer .tfooter,
#footer #powered{float:none; text-align:center;}
#footer .tfooter span{display:block; text-align:center; line-height:18px}


/*Footer*/




/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }

#sliderTop{
	height: 440px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 440px;
	position: relative;
	background-position: top center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
}
.contentSliderTop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#sliderTop li .container,.cntSliderTop{
	height: 100%;
	position: relative;
}
.cntSliderTop:before{
	content: '';
	position: absolute;
	top: 0;
	left: -520px;
	width: 812px;
	height: 701px;
	background: url(../images/banner/menu.webp) right top no-repeat;
	background-size: cover;
}
#sliderTop .caption{
	width: auto;
	bottom: 85px;
	position: absolute;
	right: 0px;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	z-index: 2;
	line-height: 30px;
	text-shadow: 3px 0px 7px rgba(0,0,0,0.35);
}
#sliderTop .caption strong{
	font-weight: 800;
	display: block;
}
#sliderTop .caption strong.strong2{
	color: #00b8c3;
}
#sliderTop .caption div{
	position: relative;
	z-index: 2;
}
#sliderTop .caption:before{
	content: '';
	position: absolute;
	width: 700px;
	height: 250px;
	background: url(../images/banner/caption.png) center no-repeat;
	background-size: contain;
	right: -141px;
	bottom: -85px;
}
.flex-direction-nav .flex-prev {
	margin-left: 260px;
}
.flex-direction-nav .flex-next {
	margin-left: 305px;
}
.flex-control-nav {
    width: 1200px;
    max-width: 1200px;
    position: absolute;
    left: calc(50% - 600px);
    bottom: 20px;
    text-align: right;
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before{
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav li {
    background: transparent;
    padding: 0px 6px;
    margin: 0;
    position: relative;
}
.flex-control-paging li a {
    width: 17px;
    height: 17px;
    display: block;
    background: #ffffff;
    color: transparent;
    border: solid 4px #FFF;
    cursor: pointer;
    text-indent: -9999px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    border-radius: 50%;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover{
    background: #009baa;
}

#main{
	overflow: hidden
}
#icoWa{
	background: url(../images/icoWa.png) 0 0 no-repeat;
	width: 227px;
	height: 62px;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 5
}
.desktop .wow{
	visibility: hidden;
}

#textHome1{
	padding-top: 73px;
	padding-bottom: 44px;
}
.titleHome1{
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #20939e;
	line-height: 38px;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 16px;
}
.titleHome1:before{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 62px;
	height: 6px;
	background: #2b8e9b;
	text-align: left;
}
.titleHome1 strong{
	font-weight: 900;
	font-size: 30px;
	display: block;
	color: #585858;
	text-align: left;
}
.contentHome1 ul{
	margin-left: 20px;
	list-style-image: url(../images/inicio/li.png);
}
.contentHome1 ul li{
	font-family: 'Open Sans',sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #616161;
	margin-bottom: 30px;
	text-align: left;
}
.colf-text1{
	padding-right: 0px;
}
.colf-text2 .figure{
	height: 340px;
	width: 100%;
	position: relative;
}
.colf-text2 figure{
	position: absolute;
	top: 17px;
	right: -40px;
}

#videoHome {
    display: inline-block;
    width: 320px;
    height: 250px;
    position: absolute;
    top: 10px;
    left: calc(50% - 160px);
    z-index: 2;
}
#textHome2{
	background: url(../images/inicio/fondo1.jpg) center no-repeat;
}
#textHome2 .contentHome2{
	height: 507px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Oswald', sans-serif;
	font-size: 44.14px;
	line-height: 58px;
	font-weight: 200;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 5px 5px rgba(38,38,40,0.75);
}
#textHome2 .contentHome2 strong{
	color: #05a2ae;
}
#textHome2 .contentHome2 span{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: solid 8px #ffffff;
}
#textHome3{
	background: #058993;
}
#textHome3 .container{
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 100px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 800;
}
#textHome4{
	padding-top: 68px;
}
#textHome4 div[class*="col-"]{
	margin-bottom: 68px;
	width: 50%;
	text-align: center;
}
.contentHome3{
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.titleHome4{
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 13px;
	position: relative;
}
.titleHome4:before{
	content: '';
	position: absolute;
	z-index: 2;
	width: 29px;
	height: 3px;
	bottom: -1.5px;
	left: calc(50% - 14.5px);
	background: #2b8e9b;
}
.titleHome4 strong{
	font-weight: 800;
}
.titlePag{
	background: #3e3e3e;
	height: 94px;
	margin-top: 7px;
}
.titlePag .container{
	font-family: 'Lato', sans-serif;
	font-size: 33px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 94px;
	color: #ffffff;
	text-align: center;
}
#textServ1{
	padding: 42px 0;
}
#textServ1 div[class*="col-"]{
	text-align: center;
}
.contentServ{
	height: 363px;
	display: inline-block;
	text-align: center;
	color: #343434;
	font-family: 'Open Sans', sans-serif;
	font-size: 13.7px;
	line-height: 22px;
	font-weight: 400;
}
.contentServ a{
	color: #343434;
}
.contentServ a:hover{
	text-decoration: none;
	color: #343434;
}
.contentServ img{
	margin-bottom: 10px;
}
.contentServ a:hover img{
	transform: scale(1.1);
}
#textServ1 .border1{
	border-right: dashed 1px #a9a9a9; 
	position: relative;
	padding-top: 32px;
}
#textServ1 .border1:before{
	content: '';
	position: absolute;
	width: 38px;
	height: 38px;
	background: #2b8e9b;
	border-radius: 50%;
	right: -19px;
	bottom: -19px;
	z-index: 2;
	border: solid 12.5px #ffffff;
}
#textServ1 .border2{
	border-bottom: dashed 1px #a9a9a9; 
	padding-top: 32px;
}
#textServ1 .border3{
	border-top: dashed 1px #a9a9a9; 
	padding-top: 57px;
}
#textServ1 .border4{
	border-left: dashed 1px #a9a9a9; 
	padding-top: 57px;
}
#textPriv1{
	padding-top: 66px;
}
#textPriv1 div[class*="col-"]{
	margin-bottom: 66px;
	width: 100%;
}
#textPriv1 div[class*="col-"] .contItem{
	margin-left: auto;
	margin-right: auto;
}
#textPriv1 div[class*="col-"]:last-child{
	margin-bottom: 44px;
}
.contItem{
	background: #ededed;
	border-radius: 5px;
	height: 227px;
	max-width: 467px;
	padding-top: 78px;
	position: relative;
}
.titleItem{
	width: 331px;
	height: 78px;
	background: url(../images/proyectos/bg1.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 3px solid #5b5b5b;
	z-index: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 45px;
	padding-right: 20px;
	line-height: 26px;
	padding-top: 13px;
}
.publicos .titleItem{
	padding-left: 25px;
	padding-right: 10px;
	text-align: left;
}
.pads{
	padding-top: 27px;
}
.logoItem{
	position: absolute;
	top: -22px;
	left: 0;
	z-index: 2;
}
.proy{
	height: 44px;
	line-height: 70px;
	padding-left: 155px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #4a4a4a;
	font-size: 21px;
}
.contentItem{
	display: flex;
	align-items: center;
	text-align: left;
	height: 105px;
	padding: 0 25px;
	color: #4a4a4a;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
.contentItem span{
	display: block;
}
.titlePriv2{
	color: #3e3e3e;
	line-height: 40px;
	font-size: 33px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	border-bottom: solid 1px #dbdbdb;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.textPriv2{
	margin-bottom: 25px;
	color: #3e3e3e;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.textPriv2 span{
	display: block;
}
.textPriv2 strong{
	font-weight: 400;
	color: #1499a1;
}
.proyect{
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #3e3e3e;
	font-weight: 300;
	margin-bottom: 14px;
}
.proyect img{
	margin-right: 24px;
}
.contentPriv2{
	display: flex;
}
.contentPriv2 .itemPriv:first-child{
	width: 430px;
	margin-bottom: 42px;
}
.contentPriv2 .itemPriv:last-child{
	width: calc(100% - 430px);
	padding-top: 5px;
	margin-bottom: 42px;
}
.itemLogos{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.itemLogos img{
	margin-right: 9px;
	margin-bottom: 10px;
	width: 130px;
}

#blog{
	padding-top: 70px;
}
.contBlog{
	padding-left: 260px;
	position: relative;
	min-height: 220px;
}
.imgBlog{
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: solid 3px #2b8e9b;
	border-radius: 4px;
}
.blogs{
	border-bottom: solid 1px #dbdbdb;
	border-left: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
	margin-bottom: 80px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
#blog .blogs:last-child{
	margin-bottom: 65px;
}
.titleBlog .fecha{
	position: relative;
	top: auto;
	right: auto;
	color: #4b4b4b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px; 
	margin-top: 10px;
}
.titleBlog{
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #2b8e9b;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
	padding-right: 110px;
	line-height: 26px;
}
.titleBlog strong{
	font-weight: 900;
}
.contentBlog{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color:#616161;
	margin-bottom: 40px;
}
.btn-blog{
	width: 160px;
	height: 43px;
	background: #2b8e9b;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 31px;
	font-style: italic;
	color: #ffffff;
}

.contenidoDetalle{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
}
.portada{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#detalleBlog{
	margin-bottom: 55px;
	margin-top: 35px;
}
.contentDetalle{
	border-bottom: solid 1px #dbdbdb;
	border-left: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
	padding-left: 34px;
	padding-right: 34px;
}
.titleDetalle{
	background: #009fa8;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 175px;
	position: relative;
	height: 72px;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	text-align: left;
}
.fechaDetalle{
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/blogs/fecha.png) center no-repeat;
	width: 175px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 19px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding-right: 20px;
	font-weight: 600;
}

#formTop{
	position: relative;
	padding-bottom: 29px;
	padding-top: 32px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Arial", serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	margin-bottom: 20px;
	padding: 3px 0;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 5px;
}
#frmContacto .form-group{
	margin-bottom: 6px
}
#frmContacto .form-control{
	display: block;
	height: 40px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #5e5e5e;
	border: 1px solid #d6d6d6;
	box-shadow: inset 0 1px 1px transparent;
}
#frmContacto .textarea{
	height: 81px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background:#2b8e9b; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 26px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#979797; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#979797; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.back{
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: flex;
	align-items: center;
	width: 135px;
}
.back a{
	display: flex;
	align-items: center;
	color: #ffffff
}
.back img{
	margin-right: 5px;
}

.publicos2{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 300;
	line-height: 24px;
	background: #107981;
	padding: 22.5px 0;
	margin-bottom: 44px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.publicos2 strong{
	font-weight: 800;
	padding-right: 5px;
}
.publicos2 img{
	margin-left: 15px;
}
#down a:hover,#down a:focus{
	text-decoration: none;
}
.nohay{
	padding-top: 20px;
	padding-bottom: 90px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}

.cntLimit{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.contentInit1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 70px;
}
.itemInita{
	width: 100%;
	padding-right: 0px;
	order: 2;
	padding-top: 70px;
}
.itemInitb{
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #616161;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	order: 1;
}
.itemInita figure{
	position: relative;
}
.itemInita img{
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.titleInit1{
	color: #4a4a4a;
	font-weight: 800;
	font-size: 40px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0.25px;
	padding-bottom: 24px;
}
.subItemInit1{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 17px;
	border-bottom: dashed 1px #414141;
}
.subItemInit1:last-child{
	border-bottom: 0;
}
.subItemInit1 div:first-child{
	width: 78px;
	padding-left: 10px;
}
.subItemInit1 div:last-child{
	width: calc(100% - 78px);
}
.subItemInit1.subItemInit1-b{
	padding-top: 17px;
}
.subItemInit1.subItemInit1-b div:first-child{
	padding-left: -11px;
}
.subItemInit1.subItemInit1-c div:first-child{
	padding-left: -12px;
}
.subItemInit1.subItemInit1-c{
	padding-top: 17px;
}
#textInit2{
	background: #414141;
	margin-top: -1px;
}
#textInit2 .container{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 50px 15px;
	text-align: center;
}
#textInit2 .container strong{
	font-weight: 900;
}
#textInit3{
	background: #ececec;
	padding-top: 70px;
	padding-bottom: 25px;
}
#textInit3 .row{
	margin: 0 -15px;
}
#textInit3 div[class*="col-"]{
	width: 100%;
	padding: 0 15px;
	margin-bottom: 75px;
	position: relative;
}

.contentInit3{
	max-width: 553px;
	margin-right: auto;
	margin-left: auto;
}
.titleInit3p{
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 0.25px;
	text-align: center;
	color: #4a4a4a;
	padding-bottom: 48px;
}
.titleInit3:before{
	content: '';
	position: absolute;
	width: 19px;
	height: 19px;
	background: url(../images/inicio/li2.png) center no-repeat;
	background-size: cover;
	left: calc(50% - 9.5px);
	top: -11px;
}
.titleInit3{
	background: url(../images/inicio/title.png);
	height: 83px;
	text-align: center;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 3px;
	position: relative;
	padding: 5px;
}
.descripInit3{
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.15px;
	padding-top: 16px;
}
