.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:#074c65;
  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(255,255,255,0.45); text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: rgba(255,255,255,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 #3fa7d2;
   }

.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: #074c65;
  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: 150px;
}
.rd-mobilepanel #logoMovil img{
	display: block;
	width: 100%;
	height: 100%;
}

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

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

@media(min-width:992px){
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -430px;
	}
  #logo{
    width: 255px;
    height: 168px;
    padding-right: 20px;
  }
  #menu li a{
    font-size: 14px;
    padding: 0px 36px;
  }
  #menu #submenu li a{
    font-size: 14px;
  }
  .contentSliderTop .caption{
    bottom: 55px;
    right: 0px;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0px;
  }
  .contentSliderTop .caption strong{
    font-size: 52px;
  }
  .contentSliderTop .caption .titNarST{
    font-size: 30px;
    width: 450px;
    height: 80px;
    border-radius: 40px;
    margin-top: 10px;
  }
  .cntHome1{
    padding-right: 25px;
    font-size: 15px;
    line-height: 24px;
    padding-top: 20px;
  }
  .titleHome1{
    font-size: 48px;
    line-height: 34px;
    letter-spacing: -0.1px;
    padding-bottom: 23px;
    margin-bottom: 14px;
  }
  .titleHome1::before{
    width: 320px;
  }
  .contentHome3{
    height: 682px;
    padding-top: 30px;
    padding-left: calc(50% - 7px);
    padding-right: 0px;
  }
  .imgHome3{
    position: absolute;
    top: 71px;
    left: -138px;
  }
  .imgHome3 img{
    width: auto;
  }
  .contentHome3 span{
    display: block;
  }
  .home4{
    padding-right: 85px;
  }
  .contentHome6{
    height: 170px;
  }
  .itemForma1a{
    padding-bottom: 5px;
    padding-right: 9px;
    font-size: 14px;
    line-height: 24px;
  }
  .titleForma1{
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 33px;
    margin-bottom: 28px;
  }
  .itemForma2a{
    font-size: 14.5px;
    line-height: 19px;
  }
  .titleForma2{
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 80px;
  }
  .titleForma2-2{
    margin-top: 83px;
  }
  .bordeForma1{
    height: 278px;
  }
  .bordeForma2{
    height: 244.5px;
  }
  .bordeForma3{
    height: 211.5px;
  }
  .bordeForma4{
    height: 183.5px;
  }
  .titForma2a{
    font-size: 72px;
    line-height: 53px;
  }
  #textForma4 .tit{
    font-size: 48px;
    line-height: 40px;
  }
  .itemForma4{
    width: calc(33.333% - 36.333px);
    margin-right: 54.5px;
  }
  .cntForma4 figcaption{
    font-size: 21px;
    line-height: 24px;
  }
  .itemSec2-1{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 0px;
  }
  .itemSec2a{
    padding-right: 76px;
  }
  #textSec3 .row{
    margin: 0 -34px;
  }
  #textSec3 div[class*="col-"]{
    padding: 0 34px;
    margin-bottom: 50px;
  }
  .titleSec4{
    font-size: 33px;
    line-height: 45px;
    letter-spacing: -0.1px;
  }
  .sec4{
    padding-right: 33px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  #textMap{
    height: 450px;
  }
  .itemContacto2a{
    padding-left: 20px;
    padding-right: 20px;
  }
  .itemContacto2b{
    padding-left: 20px;
    padding-right: 20px;
  }
  .itemContacto2 a{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.25px;
  }
  .itemContacto2 a img{
    margin-right: 15px;
    width: auto;
  }
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: -500px;
	}
	.flex-direction-nav .flex-next {
		margin-left: -460px;
	}
  .container{
    width: 1180px;
  }
  #menu{
    right: 65px;
  }
  #logo{
    width: 334px;
    height: 168px;
    padding-right: 37px;
  }
  #menu li a{
    font-size: 16px;
    padding: 0px 39px;
  }
  .contentSliderTop .caption{
    bottom: 55px;
    right: 0px;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0px;
  }
  .contentSliderTop .caption strong{
    font-size: 52px;
  }
  .contentSliderTop .caption .titNarST{
    font-size: 30px;
    width: 450px;
    height: 80px;
    border-radius: 40px;
    margin-top: 10px;
  }
  .cntHome1{
    padding-right: 25px;
    font-size: 16px;
    line-height: 28px;
    padding-top: 58px;
  }
  .contentHome3{
    height: 682px;
    padding-top: 30px;
    padding-left: calc(50% + 18px);
    padding-right: 24px;
  }
  .contentHome6{
    height: 217px;
  }
  .itemForma1a{
    padding-bottom: 5px;
    padding-right: 9px;
    font-size: 16px;
    line-height: 30px;
  }
  .titleForma1{
    font-size: 48px;
  }
  .itemForma2a{
    font-size: 16px;
    line-height: 30px;
  }
  .itemSec2-1{
    padding-right: 30px;
  }
  .titleSec4{
    font-size: 40px;
  }
  #textMap{
    height: 668px;
  }
  .itemContacto2{
    justify-content: flex-start;
  }
  .itemContacto2a{
    padding-left: 123px;
    padding-right: 20px;
  }
  .itemContacto2b{
    padding-left: 95px;
    padding-right: 20px;
  }
}
@media(min-width:1280px){
}
@media(min-width:1450px){
  .contentSliderTop .caption{
    bottom: 141px;
    right: -26px;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.25px;
  }
  .contentSliderTop .caption strong{
    font-size: 72px;
  }
  .contentSliderTop .caption .titNarST{
    font-size: 36px;
    width: 554px;
    height: 103px;
    border-radius: 51.5px;
    margin-top: 18px;
  }
}
@media(max-width:991px){
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
		display: none;
	}
}

@media(max-width:991px) and (min-width:768px){
}
@media(min-width:768px){
}
@media(max-width:767px){
	body{
		padding: 56px 0 0;
		margin-bottom: 0px;
	}
	#header #topMenu{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 380px;
	}
  .flex-control-paging li a {
    width: 14px;
    height: 14px;
  }
  .flex-control-nav {
    bottom: 11px;
  }
  #sliderTop .flex-control-nav li {
    padding: 5px 3px;
  }
	a.toTop {
		left: auto;
		right: 21px;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 7;
	}
	#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;
	}
  #redes a img{
    display: none;
  }
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
  #redes .lk{
    background: #0077b5;
  }
  #redes .yt{
    background: #ff0000;
  }
	#redes a .fa{
		display: block;
	}
  #footer .contentFooter{
    padding: 20px 0;
  }
  #footer .tfooter{
    flex-wrap: wrap;
  }
  #footer .tfooter span{
    display:block; 
    text-align:center; 
  }
  #footer .tfooter em{
    display: block;
    opacity: 0;
    width: 100%;
    height: 5px;
  }
  #textHome1 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .cntHome1{
    max-width: 100%;
    padding-right: 0px;
  }
  .itemHome1a {
    padding-bottom: 45px;
    padding-top: 0px;
  }
  .itemHome1 {
    width: 100%;
  }
  .itemHome1b a{
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .contentHome2{
    height: auto;
    padding: 40px 0;
  }
  .itemHome2b{
    width: calc(100% - 154px);
    padding-left: 20px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 23px;
  }
  .titleHome2{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
  .contentHome3{
    height: auto;
    display: block;
    padding-left: 0;
    padding-right: 0px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 45px 0;
  }
  .imgHome3 {
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 40px;
  }
  .imgHome3 img{
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .titleHome3{
    font-size: 29px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .titleHome3::before{
    width: 230px;
  }
  .contentHome4 {
    height: auto;
    padding-right: 0;
    padding: 60px 0;
  }
  .home4 {
    padding-right: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .contentHome4::before {
    height: 0;
    width: 0px;
  }
  #bgHome4{
    background: url('../images/inicio/fondo2.webp') center no-repeat;
    background-size: cover;
    height: 300px;
  }
  .home4 span {
    display: inline;
  }
  #textHome5{
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 35px 15px;
  }
  #textHome6 div[class*="col-"] {
    width: 25%;
  }
  #textForma1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .itemForma1 {
    width: 100%;
    text-align: center;
  }
  .itemForma1a{
    padding-right: 0px;
  }
  .itemForma1b{
    padding-left: 0px;
    padding-top: 35px;
  }
  .itemForma1b img{
    width: 350px;
    margin-right: auto;
  }
  #textForma2{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .titleForma2{
    font-size: 15px;
  }
  .itemForma2a{
    width: calc(50% - 8px);
    margin-right: 16px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .itemForma2a:nth-child(2){
    margin-right: 0;
  }
  .contForma2{
    flex-wrap: wrap;
  }
  #textForma3 .tit{
    font-size: 17px;
    line-height: 27px;
  }
  #textForma4 {
    padding-top: 65px;
  }
  #textForma4 .tit{
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
  .itemForma4{
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .itemForma4:nth-child(3){
    margin-right: 30px;
  }
  .itemForma4:nth-child(2),.itemForma4:nth-child(4){
    margin-right: 0;
  }
  #textSec1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .textoSec1{
    font-size: 15px;
    line-height: 25px;
  }
  .itemSec2{
    height: auto;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .itemSec2a{
    padding-right: 0px;
    display: flex;
    align-items: center;
    padding: 65px 0;
  }
  .itemSec2-1::before{
    height: 100%;
    top: 0;
  }
  .itemSec2::before{
    top: 0;
    right: calc(50% - 477px);
  }
  .itemSec2b::before{
    right: auto;
    left: calc(50% - 477px);
  }
  .itemSec2b{
    height: 300px;
  }
  .titleSec2{
    font-size: 35px;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 22px;
  }
  .texto2Sec2{
    font-size: 14px;
    line-height: 24px;
  }
  #textSec3{
    padding-top: 69px;
    padding-bottom: 30px;
  }
  .titleSec3{
    margin-bottom: 31px;
  }
  .contentSec4 {
    height: auto;
    padding-right: 0;
    padding: 65px 0;
  }
  #textSec4 {
    background: url('../images/security/fondo4a.jpg') left center no-repeat;
    background-size: cover;
  }
  #bgSec4{
    background: url('../images/security/fondo4a.jpg') center no-repeat;
    background-size: cover;
    height: auto;
    display: block;
  }
  #bgSec4 img{
    width: auto;
    position: relative;
    margin-left: auto;
  }
  #formTop{
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .titleCont1{
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 15px;
  }
  #frmContacto .tit{
    line-height: 23px;
  }
  #frmContacto .form-control{
    height: 60px;
  }
  #frmContacto .textarea {
    height: 120px;
  }
  .itemContacto2{
    height: 80px;
  }
  .itemContacto2 a{
    font-size: 20px;
  }
}
@media(max-width:680px){
}
@media(max-width:640px){
  .cntForma4{
    font-size: 14px;
    line-height: 23px;
  }
  #textSec3 div[class*="col-"]{
    width: 50%;
  }
  #textSec3 div[class*="col-"]:last-child{
    margin-left: 25%;
  }
  #textSec3 {
    padding-top: 55px;
    padding-bottom: 5px;
  }
  .itemContacto2{
    width: 100%;
  }
  .itemContacto2::before{
    right: -15px;
  }
  .itemContacto2b::before{
    left: -15px;
  }
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
  .contentSliderTop{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contentSliderTop .caption {
    position: relative;
    bottom: auto;
    right: auto;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }
  .contentSliderTop .caption .titNarST{
    text-shadow: none;
  }
  #textHome6 div[class*="col-"] {
    width: 33.333%;
  }
  .itemSec2b {
    height: 200px;
  }
  .itemSec2::before{
    right: -15px;
    width: calc(100% + 30px);
    height: 100%;
  }
  .itemSec2b::before{
    right: auto;
    left: -15px;
  }
}
@media(max-width:580px){
}
@media(max-width: 540px){
  .contentHome2{
    flex-wrap: wrap;
  }
  .itemHome2a {
    width: 100%;
    padding-bottom: 20px;
  }
  .itemHome2a img{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .itemHome2b {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
  }
  #textForma4 .tit {
    font-size: 25px;
    line-height: 21px;
  }
  .itemForma4 {
    width: 100%;
    margin-right: 0px;
  }
  .itemForma4:nth-child(3){
    margin-right: 0px;
  }
  .cntForma4{
    margin-right: auto;
    margin-left: auto;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}	
  #frmInicio div[class*="col-"]{
    width: 100%;
  }
  .fancybox-inner {
    height: 250px !important;
  }
  .titleHome2 {
    font-size: 18px;
  }
  #bgHome4{
    height: 220px;
  }
  .desForma2{
    padding: 0px 5px;
  }
  .itemForma2a{
    font-size: 12px;
    line-height: 18px;
  }
}
@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .titleHome1{
    font-size: 25px;
    line-height: 26px;
  }
  .titleForma1{
    font-size: 28px;
  }
  #textForma3 .tit{
    font-size: 15.5px;
    line-height: 23px;
  }
  #textForma4 .tit::before{
    left: calc(50% - 145px);
    width: 290px;
  }
}

@media(max-width:420px){
  .contentSliderTop .caption{
    font-size: 24px;
    line-height: 30px;
  }
  .contentSliderTop .caption strong{
    font-size: 32px;
  }
  .contentSliderTop .caption .titNarST{
    font-size: 20px;
    width: 250px;
    height: 45px;
    border-radius: 25px;
    margin-top: 10px;
  }
  #textHome6 div[class*="col-"] {
    width: 50%;
  }
  .itemForma2a{
    font-size: 12px;
    line-height: 18px;
  }
  .itemForma2a br{
    display: none;
  }
  #textForma4 .tit {
    font-size: 21px;
  }
  .titleForma1 {
    font-size: 22px;
  }
  #textSec3 div[class*="col-"]{
    width: 100%;
  }
  #textSec3 div[class*="col-"]:last-child{
    margin-left: 0%;
  }
  
}
@media(max-width:365px){
  .desForma2 {
    height: 70px;
  }
}