.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #ffffff;
  background:#151515;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 14px 25px 16px; color: #ffffff; font-family: 'Open Sans', sans-serif;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul li.active a {background: rgba(43,142,155,0.45); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(43,142,155,0.45); text-decoration: none}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
  background: #ffffff;
  border-bottom: solid 2px #009fa8;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; 
	z-index: 1
}

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #324066;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
 	.rd-mobilemenu, 
	.rd-mobilepanel {
    	display: block; 
	} 
}

.rd-mobilepanel #logoMovil{
	top:8px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 105px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

@media(max-width:1199px){
	
}

@media(max-width:1099px){
	
}

@media(min-width:992px){	
	#sliderTop,	#sliderTop .slides li{
		height: auto;
	}
	#sliderTop .slides li img{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: 370px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 415px;
	}
	
	.titleHome1 strong{
		font-size: 33px;
	}
	#videoHome {
	    width: 330px;
	    height: 250px;
	    top: 25px;
	    left: 10px;
	}
	#textHome4 div[class*="col-"]{
		width: 33.33333%;
	}
	#textHome4 div[class*="col-"]:nth-child(3n + 1){
		text-align: left;
	}
	#textHome4 div[class*="col-"]:nth-child(3n + 2){
		text-align: center;
	}
	#textHome4 div[class*="col-"]:nth-child(3n + 3){
		text-align: right;
	}
	.contentServ{
		font-size: 15px;
		line-height: 26px;
	}
	#textPriv1 div[class*="col-"] .contItem{
		margin-left: 0;
		margin-right: auto;
	}
	#textPriv1 div[class*="col-"]:nth-child(2) .contItem{
		margin-left: auto;
		margin-right: 0;
	}
	#textPriv1 div[class*="col-"]:nth-child(4) .contItem{
		margin-left: auto;
		margin-right: 0;
	}
	#textPriv1 div[class*="col-"]:nth-child(6) .contItem{
		margin-left: auto;
		margin-right: 0;
	}
	#textPriv1 div[class*="col-"]{
		width: 50%;
	}
	.itemLogos img{
		width: 164px;
	}
	.itemLogos img:nth-child(3),.itemLogos img:last-child{
		margin-right: 0;
	}
	.titleBlog{
		font-size: 26px;
		line-height: 30px;
	}
	.blogs{
		padding-left: 44px;
		padding-right: 30px;
	}
	.titleBlog .fecha{
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0;
		color: #4b4b4b;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		line-height: 24px; 
	}
	.titleBlog{
		margin-bottom: 20px;
	}
	.publicos .newm{
		margin-bottom: 44px !important;
	}
	#sliderTop .caption{
		bottom: 85px;
		font-size: 26px;
		line-height: 35px;
	}
	#sliderTop .caption:before{
		width: 700px;
		height: 300px;
		right: -141px;
		bottom: -85px;
	}
	.flex-control-nav {
	    width: 940px;
	    left: calc(50% - 470px);
	}
	#logo{
		width: 200px;
		top: 0px;
		left: 0px;
	}
	#menu:before{
		top: -10px;
	}
	#menu{
		top: 60px;
	}
	.cntSliderTop:before{
		left: -460px;
	}
	.contentDarkTop .telTop a, .contentDarkTop .mailTop a{
		font-size: 13px;
		padding: 0px 15px;
		height: 43px;
	}
	.contentDarkTop .telTop a{
		padding: 0px 20px;
	}
	.contentDarkTop .telTop{
		margin-right: 25px;
	}
	.contentDarkTop {
    	padding-right: 134px;
	}
	.contentDarkTop{
		height: 43px;
	}
	#redes{
		height: 43px;
		top: 0;
		right: 0;
	}
	#redes a{
		height: 43px;
		width: 43px;
	}
	#textInit3 .row{
		margin: 0 -47px;
	}
	#textInit3 div[class*="col-"]{
		width: 50%;
		padding: 0 47px;
		margin-bottom: 75px;
		position: relative;
	}
	#textInit3 div[class*="col-"]:nth-child(1):before,
	#textInit3 div[class*="col-"]:nth-child(3):before,
	#textInit3 div[class*="col-"]:nth-child(5):before{
		content: '';
		position: absolute;
		top: 0;
		right: -0.5px;
		width: 1px;
		height: calc(100% + 15px);
		background: rgba(105,105,105,0.4);
	}
	#textInit2 .container{
		font-size: 26px;
	}
	.itemInita img{
		max-width: 500px;
		margin-left: -82px;
		margin-right: 0;
	}
	.contentInit1{
		padding-top: 70px;
	}
	.itemInita{
		width: 50%;
		padding-right: 77px;
		order: 1;
	}
	.itemInitb{
		width: 50%;
		order: 2;
		padding-top: 0;
	}
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: 410px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 455px;
	}
	.contentServ{
		font-size: 16.5px;
	}
	.contentPriv2 .itemPriv:first-child{
		width: 454px;
	}
	.contentPriv2 .itemPriv:last-child{
		width: calc(100% - 454px);
	}
	.itemLogos img{
		margin-right: 17px;
	}
	.titleBlog{
		font-size: 28px;
	}
	.titleDetalle{
		font-size: 26px;
	}
	#sliderTop .caption{
		bottom: 85px;
		font-size: 35px;
		line-height: 42px;
	}
	#sliderTop .caption:before{
		width: 1100px;
		height: 338px;
		right: -141px;
		bottom: -85px;
	}
	.flex-control-nav {
	    width: 1140px;
	    left: calc(50% - 570px);
	}
	#logo{
		width: 254px;
		top: 3px;
		left: 3px;
	}
	#menu:before{
		top: -20px;
	}
	#menu{
		top: 96px;
	}
	.cntSliderTop:before{
		left: -360px;
	}
	.contentDarkTop .telTop a, .contentDarkTop .mailTop a{
		font-size: 14px;
		padding: 0px 20px;
	}
	.contentDarkTop .telTop a{
		padding: 0px 37px;
	}
	.contentDarkTop .telTop{
		margin-right: 38px;
	}
	.descripInit3 span{
		display: block;	
	}
	#textInit2 .container{
		font-size: 30px;
	}
	.itemInita img{
		max-width: 607px;
		margin-left: -82px;
	}
	.contentInit1{
		padding-top: 134px;
	}
	#videoHome{
		width: 400px;
		height: 300px;
		top: 33px;
		left: 30px;
	}
}
@media(min-width:1260px){
	.container {
    	width: 1230px;
	}
	#sliderTop .caption{
		bottom: 85px;
		font-size: 35px;
		line-height: 42px;
	}
	#sliderTop .caption:before{
		width: 1100px;
		height: 338px;
		right: -141px;
		bottom: -85px;
	}
	.flex-control-nav {
	    width: 1200px;
	    left: calc(50% - 600px);
	}
}
@media(min-width:1450px){
	#sliderTop .caption{
		bottom: 85px;
		font-size: 40px;
		line-height: 45px;
	}
	#sliderTop .caption:before{
		width: 1200px;
		height: 338px;
		right: -141px;
		bottom: -85px;
	}
}
@media(min-width:1850px){
	#sliderTop .caption{
		bottom: 85px;
		font-size: 48px;
		line-height: 52px;
	}
	#sliderTop .caption:before{
		width: 1304px;
		height: 338px;
		right: -141px;
		bottom: -85px;
	}
}
@media(max-width:991px){
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}
	.titlePag .container {
		font-size: 30px;
	}
}

@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
	
}
@media(max-width:767px){
	.rd-mobilemenu_ul a {
		display: flex;
		align-items: center;
	}
	.icono{
		margin-right: 2px;
		width: 19px;
		height: 19px;
		display: inline-block;
	}
	.icono1{
		background: url(../images/menu/1.png) center no-repeat;
	}
	.icono2{
		background: url(../images/menu/2.png) center no-repeat;
	}
	.icono3{
		background: url(../images/menu/3.png) center no-repeat;
	}
	.icono4{
		background: url(../images/menu/4.png) center no-repeat;
	}
	.icono5{
		background: url(../images/menu/5.png) center no-repeat;
	}
	.icono6{
		background: url(../images/menu/6.png) center no-repeat;
	}

	body{
		padding: 56px 0 0;
		margin-bottom: 35px;
	}
	
	#header #topMenu{
		display: none
	}
	#header{
		margin-top: 0px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0;
	}
	#sliderTop .slides li {
    	height: 350px;
	}
	#sliderTop .caption{
		right: 0;
		text-align: center;
		padding: 15px;
		width: 100%;
		bottom: 0;
		left: 0;
		margin: 0;
		height: auto;
	}
	#sliderTop .caption::before {
		left: -20px;
	}

	a.toTop {
		left: auto;
		right: 21px;
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px !important;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 5;
	}
	#redes a{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
		border-radius: 0;
		border:0;
	}
	#redes a img{
		display: none;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: none;
		transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tw{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .yt{
		background: #ca250a !important;
	}
	#redes a .fa{
		display: block;
	}
	#datFooter .colf4 .tit{
		display: none;
	}
	.colf-text1{
		padding-right: 15px;
	}
	.colf-text1,.colf-text2{
		width: 100%;
	}
	.colf-text2{
		text-align: center;
		padding-top: 20px;
	}
	.colf-text2 figure {
	    position: relative;
	    top: auto;
	    right: auto;
	    display: inline-block;
	    margin-left: auto;
	    margin-right: auto;
	}
	#textHome2 .contentHome2{
		height: 400px;
		font-size: 36px;
		line-height: 45px;
	}
	.titlePag .container {
		font-size: 28px;
	}
	#textServ1 div[class*="col-"]{
		width: 100%;
		border: 0 !important; 
		margin-bottom: 60px;
		padding-top: 0 !important;
	}
	#textServ1 div[class*="col-"]:last-child{
		margin-bottom: 0;
	}
	#textServ1 .border1:before{
		width: 0;
		height: 0;
	}
	.contentServ{
		font-size: 15px;
		height: auto;
	}
	.contentPriv2{
		flex-wrap: wrap;
	}
	.itemPriv{
		width: 100% !important;
	}
	.itemLogos{
		justify-content: flex-start;
	}
	.itemLogos img{
		width: 164px;
	}
	.textPriv2 span {
    	display: inline;
	}
	.contBlog{
		padding-left: 0;
	}
	.imgBlog{
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.titleBlog{
		text-align: center;
		padding-right: 0;
	}
	.btn-c{
		text-align: center !important;
	}
	.contentDetalle{
		padding-left: 15px;
		padding-right: 15px;
	}
	.nameD{
		background: #009fa8;
		padding: 15px 20px;
	}
	.titleDetalle{
		padding-right: 0;
		padding-left: 0;
		height: auto;
		flex-direction: column;
		align-items: flex-start;
		background: transparent;
	}
	.fechaDetalle{
		position: relative;
		top: auto;
		right: auto;
		background: #00777e;
		width: 175px;
		height: 50px;
		padding-right: 20px;
		padding-left: 20px;
		display: block;
		justify-content: flex-start;
		line-height: 50px;
	}
	#darkTop #logo{
		display: none;
	}
	.cntSliderTop:before{
		width: 0;
		height: 0;
	}
	.contentDarkTop{
		padding-top: 20px;
		justify-content: center;
		height: auto;
	}
	.titleInit1 {
	    font-size: 30px;
	    letter-spacing: 0px;
	    padding-top: 0px;
	    padding-bottom: 24px;
	    text-align: center;
	}
	.itemInita{
		padding-top: 40px;
	}
	.itemInita img{
		max-width: 300px;
	}
	#videoHome{
	    width: 200px;
	    height: 150px;
	    top: 15px;
	    left: calc(50% - 100px);
	}
	#textInit3 {
		padding-top: 50px;
	}
	.titleInit3p {
	    font-size: 30px;
	}
	.rd-mobilemenu_ul a div{
		width: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media(max-width:650px){

}
@media(max-width:640px){
	#textHome4 div[class*="col-"]{
		width: 100%;
	}
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	#textHome2 .contentHome2{
		height: 370px;
		font-size: 34px;
		line-height: 40px;
	}
	.titleBlog{
		font-size: 22px;
	}
}
@media(max-width:540px){
	#datFooter .colf1,#datFooter .colf2,#datFooter .colf3,#datFooter .colf4{
		width: 100%;
		text-align: left;
		height: auto;
	}
	#frmContacto div[class*="col-"]{
		width: 100%;
	}
	.itemLogos{
		justify-content: center;
	}
	.itemLogos img{
		margin-left: 9px;
	}
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
	
	#textHome2 .contentHome2{
		height: 350px;
		font-size: 30px;
		line-height: 38px;
	}
	.titlePag .container {
		font-size: 26px;
	}
	.titleBlog{
		font-size: 20px;
	}
	.blogs{
		padding-left: 10px;
		padding-right: 10px;
	}
	.back{
		line-height: 40px;
		justify-content: center;
	}
	.blogtitulo .container {
		padding-top: 40px;
		line-height: 60px;

	}
	.blogtitulo{
	    height: auto;
	}
	.publicos .titleItem{
		font-size: 19px;
		padding-left: 35px;
	}
	#sliderTop .caption{
		font-size: 20px;
	}
	.titleInit3{
		height: 70px;
		font-size: 20px;
		line-height: 28px;
	}
}

@media(max-width:480px){
	
	#sliderTop .caption{
		font-size: 16px;
		line-height: 24px;
	}
	#sliderTop .caption strong{
		font-size: 19px;
	}
	.colf-text2 .figure{
		height: auto;
	}
	#textHome2 .contentHome2{
		height: 350px;
		font-size: 28px;
		line-height: 35px;
	}
	#textHome3 .container{
		font-size: 30px;
	}
	.titlePag .container {
		font-size: 24px;
	}
	.titleItem {
		font-size: 18px;
		padding-left: 95px;
	}
	.proyect {
		font-size: 15px;
		text-align: left;
	}
	.publicos .contItem{
		margin-top: 150px;
	}
	.publicos .logoItem{
		top: -150px;
		left: calc(50% - 72px);
	}
	.publicos .titleItem {
	    font-size: 18px;
	    padding-left: 0;
	    text-align: center;
	    width: 100%;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	}
	.publicos .proy {
		padding-left: 0;
		line-height: 44px;
		text-align: center;
	}
	.publicos .contentItem span {
    	display: inline;
	}
	.publicos2{
		font-size: 16px;
	}
	.contentDarkTop{
		flex-wrap: wrap;
	}
	.contentDarkTop .telTop {
    	margin-right: 0px;
    	margin-bottom: 15px;
    	width: 100%;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	}
	.contentDarkTop .telTop a {
    	padding: 0px 15px;
    	width: 180px;
	}
}

@media(max-width:420px){		
	#datFooter .tit{
		font-size: 20px;
	}
	.titleHome1 strong {
		font-size: 24px;
	}
	.titleHome1 {
		font-size: 22px;
		line-height: 30px;
	}
	#videoHome {
	    width: 260px;
	    height: 150px;
	    top: 25px;
	    left: calc(50% - 125px);
	}
	#textHome2 .contentHome2{
		height: 300px;
		font-size: 22px;
		line-height: 30px;
	}
	.titlePag .container {
		font-size: 22px;
	}
	.contItem{
		margin-top: 150px;
	}
	.logoItem{
		top: -150px;
		left: calc(50% - 72px);
	}
	.titleItem {
	    font-size: 18px;
	    padding-left: 0;
	    text-align: center;
	    width: 100%;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	}
	.proy {
		padding-left: 0;
		line-height: 44px;
		text-align: center;
	}
	.contentItem span {
    	display: inline;
	}
	.proyect{
		flex-wrap: wrap;
		justify-content: center;
	}
	.proyect img{
		margin-right: 0;
		margin-bottom: 5px;
	}
	.proyect div{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.titleBlog{
		font-size: 18px;
	}
	.titleDetalle{
		font-size: 18px;
		line-height: 22px;
	}
	.publicos2{
		font-size: 14px;
	}
	#sliderTop .caption::before{
		width: 500;
		bottom: -50px;
	}
	.titleInit3{
		height: 70px;
		font-size: 17px;
		line-height: 25px;
	}
}
@media(max-width:360px){
	#videoHome {
	    width: 260px;
	    height: 150px;
	    top: 0;
	    left: calc(50% - 130px);
	}
	.publicos2{
		font-size: 13px;
	}
}