@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: bold;
}



/*CABECERA*/

.webpartTitle
{
	display: none;
}
.cuerpoContenido
{
	padding-top: 0px !important;
}
.leftZone, .rightZone, .bottomZone
{
	padding: 0px;
}
.cabeceraContenido {
	width: 100%;
}

.cabecera {
    min-height: 70px;
    background: none;
    margin-bottom: 2px;
    margin: 0 auto;
    background-color: white;
    float: left;
    width: 100%;
}

.barraMenu {
    background: none;
    border-width: 1px;
    border-style: solid;
    font-size: 0.80em;
    position: relative;
    border-left: none;
    background-color: #f3f3f3;
    border: 0px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    float: left;
    width: 100%;
}


.main-content {
	width: 100%;
}

.cuerpo {
    width: 100%;
    margin: 0 auto;
}

.cabeceraContenido.cabeceraContenidoPublico >a > img {
    margin-left: 15px;
}

ul#ulMenuHorizontal {
    float: left;
    width: 100%;
}

ul#ulMenuHorizontal > li {
    width: calc(100% / 8 - 1px);
    float: left;
    border: 0px;
}

.divTabMenuHorizontal {
    position: relative;
    height: 43px;
    float: left;
    width:100%;
    text-align: center;
}

.divTabMenuHorizontal > a {
    float: none;
    width: auto;
    padding: 0px;
    line-height: 0px !important;
    height: 22px;
    padding-top: 21px;
    position: relative;
    font-family: "roboto";
    font-size: 13px;
    color: #141414;
    display: inline-block;
}

.desplegarNivel {
    cursor: pointer;
    margin-left: 10px;
}


.divMenuPrimerNivel .divTabMenuHorizontal {

	background-color: #f3f3f3;
	transition: background-color 0.3s linear;
}


.divMenuPrimerNivel:hover .divTabMenuHorizontal {

	background-color: #eae9e9;
	background:none;
}


.divMenuPrimerNivel:hover .divTabMenuHorizontal  > a {
	color: #141414 !important;
	font-weight: bold;
}

.divTabMenuHorizontal::before{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #e9e9e9;

}

.contentLeftMenu {
    float: left;
    width: 249px;
}
.rightContent {
    float: right;
    width: calc(100% - 1px);
    border-left: 1px solid #e4e4e4;
}

.contentLeftMenuTitle {
    margin-left: 20px;
    margin-top: 40px;
    font-family: "roboto";
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 25px;
}

.contentLeftMenu ul {
    list-style: none;
    padding-left: 5px;
}

.contentLeftMenu ul li {
    margin-bottom: 15px;
    font-size: 12px;
    font-family: "roboto";
    position: relative;
    padding-left: 15px;
    float: left;
    clear: both;
    width: 100%;
}
.contentLeftMenu ul li a { float: left;display: block;width: 100%; }
.contentLeftMenu ul li a span {
    float: left;
    display: block;
    width: calc(100% - 40px);
}
.contentLeftMenu ul li::after {
    content: "";
    width: 3px;
    height: 30px;
    background-color: #fff;
    left: -5px;
    top: -8px;
    z-index: 99;
    position: absolute;
    transition:background-color 0.3s  linear;
}

.contentLeftMenu ul li:hover::after {
    background-color: #bbbbbb;
}

.contentLeftMenu ul li a i {
    font-size: 14px;
    margin-right: 10px;
    float: left;
}


.contentLeftMenu ul li a  span{ float: left;display: block; }

.contentLeftMenu ul li a{
 
      color:#2f2f2f !important;
}

.contentLeftMenu ul li a:hover span { text-decoration: underline; }

.migaPan {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e9e9e9;
    font-family: "roboto";
}


.migaPan ul>li:first-child a::before {
    content: ".";
    height: 18px;
    background-image: url(../img/migaHome.jpg);
    overflow: hidden;
    width: 18px;
    display: inline;
    float: none;
    text-indent: 82px;
    padding-right: 25px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    position: relative;
    top: -2px;
}


.migaPan ul>li:first-child {
    margin-left: 15px;
}


.migaPan ul li a ,.migaPan ul li a:hover,.migaPan ul li a:visited {
	color: #696969;
    font-size: 12px;
    font-style: italic;
 
}


.migaPan .fa-angle-right {
    color: #505050;
    font-size: 13px;
    margin-left: 7px;
    margin-right: 7px;
}

.migaPan ul>li>span {
    color: #0060ac;
    font-family: "roboto";
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}





.Buscador_i {

	background-color: #f4f4f4;
	border:0px;
	position: relative;
}


body .Buscador_i input[type='text'] {
	background-color: #f4f4f4;
	outline: 0;
	color: #5a5656 !important;
}

.lupa {
    position: absolute;
    right: 10px;
    z-index: 1;
    font-size: 19px;
    top: 7px;
    cursor: pointer;
}

#ctl00_Buscador_btnBuscar {
     opacity: 0;
    height: 27px;
    position: relative;
    z-index: 2;
    outline: 0;
}


#ctl00_Buscador_txtBusqueda::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
#ctl00_Buscador_txtBusqueda::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
#ctl00_Buscador_txtBusqueda:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
#ctl00_Buscador_txtBusqueda:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}

.divSubMenu {
    position: absolute;
    visibility: hidden;
    left: 0px;
    background-color: #eae9e9;
    min-width: 200px;
    z-index: 999;
    top: 100%;
    width: 100%;
}



.ulSubMenuIndex li {
    list-style-type: disc;
    color: #424242;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "roboto";
    font-size: 13px;	
}

.ulSubMenuIndex li a ,.ulSubMenuIndex li a:hover {

    color: #171717 !important;
}

.subMenuFlecha {
    height: 1px;
    position: relative;
    background-color: #d6d6d6;
}
.ulSubMenuIndex {
    margin-right: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px !important;
    float: left;
    max-height: 275px;
    overflow-y: auto;
	float:left;
	width:100%
	max-height: 400px;
	overflow-y: hidden;
}
ul.ulSubMenuIndex>li {
    padding-left: 35px;
    float: left;
    width: calc(100% - 70px);
    position: relative;
    list-style: none;
}


ul.ulSubMenuIndex>li::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #eae9e9;
    float: left;
    position: absolute;
    top: 13px;
    left: 15px;
    border-radius: 50%;
    border: 1px solid #6f6f6f;
}

ul.ulSubMenuIndex>li:hover a {
	font-weight: bold;
}

ul.ulSubMenuIndex>li:hover::after {
	background-color: #6f6f6f;
}


body .selectorIdioma {
    background-color: #fff;
    border: 0px;
    float: left;
    position: relative;
    height: 42px !important;
}
.languageOptions {
    position: absolute;
    background-color: white;
    width: 140px;
    margin-left: -34px;
    top: 50px;
    z-index: 1;
    padding-top: 5px;
    display: none;
    z-index: 9;
}
body .selectorIdioma:hover .languageOptions {
    display: block !important;
}

.languageOptions::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    position: absolute;
    left: 0px;
    top: 0px;
}
.languageOptions::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: rotate(45deg);
    top: -6px;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    background-color: #fff;
    z-index: 2;
}

.languageOptions a {
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;
    color: #4a4a4a;
}
.languageOptions>div:last-child a {

    border-bottom: 0px;
    padding-bottom: 15px;

}
.defaultLanguage {
    float: left;
    margin-left: 10px;
    text-transform: uppercase;
    font-family: "roboto";
    font-size: 11px;
    margin-top: 8px;
}

.separadorRecursivo {
    float: left;
    width: 1px;
    line-height: 4px;
    margin-left: 10px;
    margin-right: 25px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
}

.selectorIdioma {
    background-color: white;
    border: 0px;
    cursor: pointer;
}

.languageOptions a:hover { font-weight: bold; }

.selectorIdioma .icon-globe {
    font-size: 17px;
    margin-top: 6px;
    float: left;
}

.selectorIdioma select {
    margin-left: 9px;
    padding-left: 0px;
    color: #525252;
    font-family: "roboto";
    text-transform: uppercase;
    max-width: 93px;
    outline: 0;
}


.selectorIdioma i.fa.fa-caret-down {
    background-color: white;
    position: relative;
    font-size: 12px;
    float: left;
    margin-left: 17px;
    margin-top: 8px;
}

.darseAlta {
    float: left;
    margin-top: 5px;
    margin-right: 7px;
    display: block;
    width: 120px;
}


.darseAlta a {
    color: #2f2f2f;
    font-family: "roboto";
    text-transform: uppercase;
    font-size: 11px;
}

.darseAlta a:hover {
	font-weight: bold;
}

.darseAlta a i {
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}
.estadoSesion {
    float: left;
    margin-top: 5px;
    margin-right: 7px;
    display: block;
    width: auto;
}
.estadoSesion span
{
	color: #2f2f2f;
    font-family: "roboto";
	font-weight: bold;
    font-size: 12px;
}
.estadoSesion a {
    color: #2f2f2f;
    font-family: "roboto";
    text-transform: uppercase;
    font-size: 13px;
	cursor: pointer;
}

.estadoSesion a:hover {
	font-weight: bold;
}

.estadoSesion a i {
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}			   
a#ctl00_ImagenCabecera_lnkEnlace {
    float: left;
    max-height: 60px;
}
.zonaPrivadaUsuario {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    height: 45px;
    width: 120px;
}


.zonaPrivadaUsuario a{
    color: #2f2f2f;
    font-family: "roboto";
    text-transform: uppercase;
    font-size: 11px;
}

.zonaPrivadaUsuario a:hover {
	font-weight: bold;
}

.zonaPrivadaUsuario a i {
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}


.Buscador { position: relative; }


.ZonaPrivada#zonaPrivada {
	display: none !important;
		background-color: #ffffff;
    color: #404040;
}

body .zonaPrivadaUsuario:hover .ZonaPrivada#zonaPrivada {
	display: block !important;
	border-top: 1px solid #eaeaea;
}


div#zonaPrivada {
	width: 260px;
}

div#zonaPrivada::after {
    content: ".";
    position: absolute;
    top: -6px;
    width: 10px;
    height: 10px;
    background-color: white;
    right:100px;
    margin-left: -5px;
    transform: rotate(45deg);
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
    text-indent: 100px;
}


div#zonaPrivada input[type="text"],div#zonaPrivada input[type="password"] {
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    height: 23px;
    font-size: 12px;
    margin-bottom: 15px;
    float: left;
    font-family: "roboto";
    width: calc(100% - 16px);
    outline: 0;
}


.tituloZonaPrivada {
    font-family: "roboto";
    font-weight: bold;
    margin-bottom: 20px;
}

.RecordarLogin {
    float: left;
    font-family: "roboto";
    font-size: 12px;
    position: relative;
    margin-top: 10px;
}

.RecordarLogin .izquierda {
	position: relative;

}


.inputCheck {
    float: left;
    border: 1px solid #a5a2a2;
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer;
}

.inputCheck i {
    position: relative;
    font-size: 12px;
    margin-left: 1px;
    color: #438e3b;
    opacity: 0;
}

.izquierda>input {
    position: absolute;
    left: -2px;
    top: -1px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

div#zonaPrivada input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
div#zonaPrivada input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
div#zonaPrivada input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
div#zonaPrivada input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}


.RecordarLogin input[type=checkbox]:checked + .inputCheck i { opacity: 1; }
.RecordarLogin .derecha {
    margin-left: 10px;
}


.ZonaPrivada #divLogin {
    float: right;
    background-color: #0060ad;
    border-radius: 20px;
}
.ZonaPrivada #divLogin:hover{
	background-color: #00569b;
}

.ZonaPrivada input[type='submit'] { background:none;text-transform: uppercase;color: #fff; outline: 0; }
.ZonaPrivada input[type='submit'] {
    background: none;
    color: #fff !important;
    font-family: "roboto";
    text-transform: uppercase;
    font-size: 11px;
}

.EnlacesLogin {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
}


.EnlacesLogin a {
	text-transform: none;
	color: #0060ad;
	font-size: 13px;
	padding-left: 0px;
	
}

.EnlacesLogin a:hover,.EnlacesLogin a:focus {
	text-transform: none;
	color: #0060ad;
	text-decoration: underline;
	
}

/*CABECERA*/





















.licenciamientoBanner {
    float: left;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    min-width: 978px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d6d6d6;
    font-family: "roboto";
    position: relative;
}

.licenciamientoOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.45;
}

.bannerIcons {
    width: 90%;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-top: 75px;
}

.bannerIconElement {
    display: inline-block;
	margin-left: 50px;
    margin-right: 50px;
    min-width: 180px;
}

.bannerIcon {
    margin-bottom: 15px;
}

.bannerIcon i {
    font-size: 30px;
}

.bannerH2 {
    font-size: 23px;
    margin-top: 20px;
}

.bannerH3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 14px;
}

.licenciamientoContent1 {
    float: left;
    margin-top: 75px;
    width: 98%;
    margin-left: 1%;
}

.licenciamientoContent1Content {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;

    font-family: "roboto";
    font-size: 14px;
    line-height: 21px;
    clear: both;
}


.licenciamientoContent1 h1 {
    font-family: "roboto";
    font-weight: normal;
    font-size: 39px;
}


span.licenciamientoContentH2 {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 35px;
}

body .licenciamientoContent1 span.licenciamientoContentH2 h2 {
    font-family: "roboto" !important;
    color: #2f6184;
    font-size: 18px !important;
    margin-top: 22px;
}


body .licenciamientoContent1 span.br {
    display: block;
    background-color: white;
    width: 100%;
    height: 20px;
}

.licenciamientoContent1Splitt {
    float: left;
    width: 100%;
    height: 1px;
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}


.licenciamientoContent1Splitt .splitter {
    width: 400px;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0 auto;
}

.licenciamientoContent2Splitt {
	float: left;
    width: 100%;
    height: 1px;
    position: relative;
    margin-top: 75px;
    margin-bottom: 50px;
}


.licenciamientoContent2Splitt .splitter {
    width: 400px;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0 auto;
}

.twoSkillsCenter {
    margin: 0 auto;
    max-width: 1510px;
}


.threeSkills {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    display: inline-block;
}


.itemSkill {
    width: 29%;
    float: left;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
}

.itemSkillIcon i {
    font-size: 45px;
    margin-bottom: 20px;
    display: inline-block;
    color: #2f6184;
}


.itemSkillH2 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #2f6184;
    font-family: "roboto";
    font-weight: lighter;
    text-shadow: 0px 0px;
    margin-top: 20px;
}


.itemSkillContent {
    font-family: "roboto";
    font-size: 14px;
    line-height: 18px;
    color: #676767;
    line-height: 21px;
}


.twoSkills {
    float: left;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.leftItemSkill {
    float: left;
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
}


.twoItemSkillTitle i {
    font-size: 33px;
    color: #305065;
    position: relative;
    top: 3px;
}

span.skillTitle {
	font-family: "roboto";
    font-size: 25px;
    padding-left: 11px;
    text-transform: uppercase;
    color: #2f6184;
}

.twoItemSkillContent {
    float: left;
    width: 100%;
    margin-top: 25px;
    font-family: "roboto";
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 60px;
}

.btnItemSkill {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.btnItemSkill a {
    background-color: #0060ad;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff !important;
    font-family: "roboto";
    border-radius: 27px;
    text-decoration: none !important;
}

.btnItemSkill a:hover,.btnItemSkill a:focus {
	background-color: #074a80;
}


.carruselTestimonios {
    float: left;
    width:100%;
    margin:0 auto;
    background-color: #f5f5f5;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden;
   /* padding-left: 5%;
    padding-right: 5%;*/
    position: relative;

}
.owl-carousel .testimonio{
    margin: 0 auto;
    max-width: 1500px;
}
.owl-carousel .procedencia {
    margin-top: 25px;
}
.testimonioTitle {
    text-transform: uppercase;
    font-family: "roboto";
    font-weight: bold;
    font-size: 22px;
    color: #4e4e4e;
	margin-bottom: 50px;
    margin-top: 30px;
}

.testimonio {
    font-family: "roboto";
    font-size: 14px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 21px;
    color: #565656;
    text-shadow: 0px 0px;
}

.procedencia {
    font-size: 16px;
    font-family: "roboto";
    font-style: italic;
    color: #6f6f6f;
    margin-bottom: 40px;
}

.carruselTestimonios .owl-nav { display: none; }

.owl-item { opacity: 0; }
.owl-item.active { opacity: 1; }

body .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 6px;
    background: #7ca9d2;
    }


body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span {
    background: #1b74b8;
    width: 9px;
    height: 9px;
    position: relative;
    top: 1px;
}

.centerContent {
    max-width: 1510px;
    margin: 0 auto;
    float: none;
    clear: both;
    height: auto;
}







/*footer*/

.pie {
	background-image: url(../img/footerBg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}

.footerLogo {
	background-image: url(../img/footerLogo.png);
    width: 27px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -9px;
}


.redesSocialesFooter {
    margin: 0 auto;
    width: 600px;
    text-align: center;
        margin-top: 20px;
    margin-bottom: 40px;
}

.lineFooter {
    margin: 0 auto;
	width: 1510px;
    height: 1px;
    background-color: #ececec;
    position: relative;
    border-bottom: 1px solid #fff;
}


.redesSocialesFooter a {
    color: #585858;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.footerLinks1 {
    width: 1500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footerLinks1 a {
    display: inline-block;
    color: #2b2b2b;
    font-family: "roboto";
    font-size: 13px;
    position: relative;
    text-align: center;
}
.footerLinks1 a:hover { text-decoration: underline; }
span.linkSeparator {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    height: 10px;
    width: 1px;
    line-height: 3px;
    font-size: 11px;
    color: #000;
}


.footerLinks2 {
    max-width: 1510px;
    margin: 0 auto;
    margin-top: 20px;
}


.carouselFabricantes {
    float: left;
    width: 33.3%;
    position: relative;
}

.carouselFabricantes .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.footerInfo {
    float: left;
    width: 23.3%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 25px;

}

.footerInfo::after {
    content: "";
    width: 1px;
    height: 21px;
    background-color: #4c4c4c;
    position: absolute;
    top: 20px;
    right: 0px;
}

.copy {
    float: left;
    width: 23.3%;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 25px;
}

.goTop {
    position: absolute;
    right: 100px;
    top: 32px;
    font-family: "roboto";
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.arrowTop {
    width: 1px;
    height: 20px;

    float: right;
    margin-left: 15px;
    margin-top: -5px;
    position: relative;
    cursor: pointer;
}
.arrowTop i {
    font-size: 15px;
}
.infoItem .infoTitle {
    display: block;
    float: left;
    width: 125px;
    font-family: "roboto";
    font-size: 13px;
    text-shadow: 1px 0px;
    color: #525252;
}
.copy span {
    clear: both;
    float: left;
    color: #2f2f2f;
    font-family: "roboto";
    font-size: 12px;
    margin-bottom: 5px;
}
.infoItem .infoContent {
    color: #484848;
    font-family: "roboto";
    font-size: 12px;
}

.infoItem {
    margin-bottom: 3px;
}

a.atencionCliente {
    background-color: #0060ad;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-family: "roboto";
    font-size: 11px;
    font-style: italic;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 20px;
}


a.atencionCliente:hover {

    background-color:#004b88;
}
.infoItem.atencionCliente {
    margin-top: 10px;
}

.owl-carousel.owl-frabricantes .owl-item img { width: auto !important; max-width: 120px;}
span.carouselFabricantesTitle {
    font-family: "roboto";
    text-transform: uppercase;
    font-size: 10px;
    color: #2d2d2d;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.owl-carousel.owl-frabricantes {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    max-width: 350px;
}

.carouselFabricantes .owl-dots {
    float: left;
    width: 100%;
    height: 10px;
    position: relative;
    text-align: center;
}
.carouselFabricantes .owl-dot {
    width: 4px;
    height: 4px;
    background-color: #2f2f2f;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    opacity: 0.6;
}
.carouselFabricantes .owl-dot.active {
    opacity: 1;
}

.carouselFabricantes .owl-stage-outer {
    margin-left: 40px;
    z-index: 2;
}

.carouselFabricantes .owl-prev{
    float: left;
    width: 30px;
    height: 30px;
    border-left: 1px solid #464646;
    border-top: 1px solid #464646;
    transform: rotate(-45deg);
    overflow: hidden;
    text-indent: 100px;
    position: absolute;
    top: -13px;
    left: 10px;
}

.carouselFabricantes .owl-next{
    float: right;
    width: 30px;
    height: 30px;
    border-right: 1px solid #464646;
    border-bottom: 1px solid #464646;
    transform: rotate(-45deg);
    overflow: hidden;
    text-indent: 100px;
    position: absolute;
    top: -13px;
    right: -30px;
}
.s4-wpcell-plain .s4-wpTopTable {
    border: none;
    float: left;
    overflow: hidden;
    display: table;
    width: 100%;
    table-layout: fixed;
}

/*FORM*/


.formBanner {
    float: left;
    width: 100%;
    height: 300px;
    min-width: 978px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d6d6d6;
    font-family: "roboto";
    position: relative;
}

.formOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.45;
}

.formIntroSection {
    float: left;
    width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.formIntro {
	width: 1510px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
body .formIntro h1 {
    text-align: center;
    font-family: "roboto";
        font-weight: normal;
    font-size: 39px;
}

.formContentPrincipal {
    font-family: "roboto";
    font-size: 14px;
    margin-top: 50px;
    line-height: 20px;
}



.formContainerSection {
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    margin-top: 100px;
    padding-top: 50px;
}
.formContainer {
    max-width: 1310px;
    margin: 0 auto;
    margin-bottom: 100px;
}


.formContainerH2 {
    text-align: center;
    float: left;
    width: 100%;
}



body .formContainerH2 h2 {
    font-size: 35px !important;
    font-family: "roboto" !important;
    color: #464646;
    margin-bottom: 0px;
}

.formContainerH3 {
    text-align: center;
    float: left;
    width: 100%;
}


.formContainerH3 h3 {
    margin-top: 10px !important;
    font-family: "roboto" !important;
    font-size: 14px !important;
    color: #828282 !important;
}


.formularioLicenciamiento {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.form50 {
    float: left;
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 25px;
}

.form100 {
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-bottom: 25px;
}
.formularioLicenciamiento label {
    font-family: "roboto";
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}


.formularioLicenciamiento input[type="text"] {
    float: left;
    width: 96%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 3px;
    outline: 0;
}




.formularioLicenciamiento input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
.formularioLicenciamiento input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
.formularioLicenciamiento input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
.formularioLicenciamiento input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}


.formularioLicenciamiento textarea{
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    max-width: 100%;
    height: 300px;
    outline: 0;
    border: 1px solid #ececec;
    font-family: "roboto";
    padding-top: 20px;
}


.form100 input[type="submit"] {
    float: right;
    background-color: #015eab;
    font-family: "roboto";
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding-left:30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    background-image: none; 
    outline: 0;
    box-shadow: none;
    border: 0px;
    cursor: pointer;
}


.form100 input[type="submit"]:hover {
    background-color: #015495;
}


.contenidoVideo{

    background-image: url(../img/bg3.jpg);
    float: left;
    width: 100%;
    min-height:300px;
    background-position: right 0px;
    padding-bottom: 50px;
    background-color: #fafbfd;
    background-repeat: no-repeat;
}

.contenidoVideoCenter {
    max-width: 1510px;
    margin: 0 auto;
}

.textoVideo {
    float: left;
    width: 50%;
    margin-right: 8%;
    margin-top: 69px;
    margin-left: 2%;
}

.videoDiv { float: left;width: 40%; } 
.titleVideo {
    float: left;
    margin-top: 70px;
    font-family: "roboto";
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

.capaVideo {
    max-width: 550px;
}

.textoVideo h1 {
    margin-bottom: 30px;
    font-family: "roboto" !important;
    font-size: 39px !important;
    font-weight: normal !important;
}

.textoVideo span {
    font-family: "roboto";
    font-size: 14px;
    line-height: 19px;
}




.contenidoVideo {
    float: left;
    width: 100%;
}



.contentVideoFirstContent{
    float: left;
    width: 98%;
    margin-top: 70px;
    text-align: center;
    font-family: "roboto";
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 1%;
}

span.firstIcon {
    display: block;
    font-size: 33px;
}

span.titleH2 {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
}



span.contentVideoFirst {
    line-height: 21px;
}

.contentVideoDoble {
    float: left;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    margin-top: 50px;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
}


.contentVideoDoble1 {
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: "roboto";
    font-size: 14px;
    line-height: 20px;
}

.contenidoVideoCenter .contentVideoDoble1:first-child {
    width: 47%;
    margin-right: 2%;
    margin-left: 0px;
    padding-left: 1%;
}

.contenidoVideoCenter .contentVideoDoble1+.contentVideoDoble1{
       width: 47%;
    margin-right:0px;
    margin-left: 2%;
    padding-right: 1%;
}

.contentVideoDoble1 h2 {
    color: #464646;
    font-size: 25px !important;
    font-family: "roboto" !important;
}

.contentVideoDoble::after {
    content: ".";
    width: 1px;
    background-color: #dcdcdc;
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
    overflow: hidden;
    text-indent: 20px;
}


.contentVideo3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.contentVideo350 {
    float: left;
    width: 50%;
}
.contentVideo350.textoContent h2 {
    font-size: 24px !important;
    font-family: "roboto" !important;
    color: #4e4e4e;
}
.contentVideo350.textoContent {
    font-family: "roboto";
    font-size: 14px;
    line-height: 21px;
    width: 49%;
    padding-left: 1%;
}



ul.listadoIconos {
    float: left;
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    list-style: none;
    margin-top: 40px;
}


ul.listadoIconos li {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

ul.listadoIconos li i {
    position: absolute;
    left: -25px;
    margin-top: 4px;
}
.contenidoDesplegables {
    float: left;
    width: 98%;
    padding-left: 1%;
}
.contenidoDesplegables h3 {
    font-family: "roboto" !important;
    font-size: 18px !important;
    color: #4e4e4e !important;
    margin-left: 0px !important;
    font-weight: bold !important;
    margin-bottom: 32px !important;

}

.bloqueDesplegable {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-family: "roboto";
    font-size: 14px;
    line-height: 20px;
}


.itemDesplegableFila {
    float: left;
    width: calc(100% - 2px);
    border: 1px solid #c1c1c1;
    padding-left: 0px;
    padding: 0px;
    position: relative;
    min-height: 60px;
}


span.itemDesplegableTitulo {
    float: left;
    display: block;
    width: calc(100% - 75px);
    padding: 10px;
}
.itemDesplegable {
    float: left;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #b7b7b7;
    margin-top: -1px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fafafa;
    display: none;
}
span.itemDesplegableAction {
    float: left;
    width: 54px;
    position: absolute;
    height: 100%;
    text-align: center;
    right: 0px;
    top: 0px;
    border-left: 1px solid #b7b7b7;
    cursor: pointer;
    transition:all 0.3s linear;
}

span.itemDesplegableAction:hover {
    background-color: #f5f5f5;
}


span.itemDesplegableAction::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #777777;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -1px;
    transition:all 0.3s linear;
}

span.itemDesplegableAction::before {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #777777;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -7px;
    transition:all 0.5s linear;
}



.showTab span.itemDesplegableAction::before {
    transform: rotate(90deg);
}

.carruselImgVideo {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.carruselImgVideo h3 {
    margin-left: 0px !important;
    font-family: "roboto" !important;
    font-weight: bold !important;
    font-size: 18px !important;
    color: #4e4e4e !important;

    width: 98%;
    padding-left: 1%;
}



.owl-carruselImgVideo.owl-carousel {
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
}



.owl-carruselImgVideo .owl-stage-outer  { z-index: 3; }





.owl-carruselImgVideo .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carruselImgVideo .owl-prev {
    float: left;
    width: 30px;
    height: 30px;
    border-left: 1px solid #464646;
    border-top: 1px solid #464646;
    transform: rotate(-45deg);
    overflow: hidden;
    text-indent: 100px;
    position: absolute;
    top: -13px;
    left: -30px;
}

.owl-carruselImgVideo .owl-next {

    float: right;
    width: 30px;
    height: 30px;
    border-right: 1px solid #464646;
    border-bottom: 1px solid #464646;
    transform: rotate(-45deg);
    overflow: hidden;
    text-indent: 100px;
    position: absolute;
    top: -13px;
    right: -30px;
}


.owl-carruselImgVideo .owl-dots {
    float: left;
    width: 100%;
    height: 10px;
    position: relative;
    text-align: center;
}

.owl-carruselImgVideo .owl-dot {
    width: 4px;
    height: 4px;
    background-color: #2f2f2f;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    opacity: 0.6;
}

.owl-carruselImgVideo .owl-dot.active {
    opacity: 1;
}

.contentVideo350.imgContent {
    text-align: center;
}
.contentVideo3 .contenidoVideoCenter { position: relative; }
.contentVideo3 .contenidoVideoCenter .contentVideo350.imgContent{

    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
    min-height: 350px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.contentVideo350.imgContent img {
    max-width: 100%;
}

.contentVideo350.textoContent { min-height: 350px; }

/*************************NOTICIAS************************************/
.noticias {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.noticiasTitle {
    float: left;
    width: 100%;
    font-family: "roboto";
    font-size: 31px;
    margin-top: 31px;
    margin-bottom: 40px;
    font-weight: lighter;
    text-transform: uppercase;
    text-align: center;
    text-indent: -250px;
    padding-bottom: 25px;
}


.noticiasContainer {
    float: left;
    width: calc(100% - 350px);
}
.noticiaContent {
    float: left;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.noticiasPaginacion
{
    float: left;
    width: 100%;
    text-align: center;
}

.noticiasPaginacion a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
	font-weight: bold;
}

.noticiasPaginacion a, .noticiasPaginacion a:visited, .noticiasPaginacion a:link
{
    color: black !important;
    font-size: 15px;
}

.noticiasPaginacion a:hover {
    background-color: #eae9e9;
    text-decoration: none;
    color: white;
}

.noticiasPaginacion .previous {
    color: black;
}

.noticiasPaginacion .next {
    color: black;
}

.noticiasPaginacion .round {
    border-radius: 50%;
}

.noticiaImagen {
    float: left;
    max-width: 300px;
    margin-right: 20px;
}
.noticiaImagen > img
{
    width: 100%;
}
.noticiaContenido {
    float: left;
    width: calc(100% - 350px);
}

.newsTitle {
    float: left;
    width: 100%;
    font-family: "roboto";
    font-size: 18px;
	text-transform: uppercase;
}

.newsDate {
    float: left;
    clear: both;
    width: 100%;
    color: dimgrey;
}

.newsContent {
    float: left;
    width: 100%;
    margin-top: 25px;
}

a.btnReadMoreNews {
    border: 1px solid #7d7d7d;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    float: left;
    border-radius: 41px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #717171 !important;
    font-size: 10px;
    font-family: "roboto";
}

.noticiasRight {
    float: right;
    width: 350px;
}

.newsSectionTitle {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "roboto";
    font-size: 13px;
    border-bottom: 1px solid #b5b5b5;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 4px;
    margin-bottom: 30px;
}
.noticiasSeparador {
    float: left;
    width: 100%;
    height: 40px;
}
.news2Content {
    margin: 0 auto;
    width: 250px;
}

.news2Content img{
    width: 100%;
    float: left;
}

.news2Date {
    float: left;
    width: 100%;
    font-family: "roboto";
    font-size: 10px;
    margin-top: 4px;    
	color: #313131;
}

.news2Title {
    float: left;
    width: 100%;
    margin-bottom: 20px;    
	color: #313131;
	text-transform: uppercase;
}

.news2Content.archivoContent a {
    float: left;
    width: 100%;
    clear: both;
    margin-left: 20px;
    margin-bottom: 3px;
    margin-top: 3px;
    font-family: "roboto";
    font-size: 12px; color: #313131;
}

.news2Content.archivoContent a div{
 color: #313131;
}

@media(max-width: 1300px){
.noticiaImagen  { max-width: 150px; }
.noticiaImagen img { width:100%; }

.noticiaContenido {
    width: calc(100% - 180px);
}
.noticiasRight {
    float: right;
    width: 200px;
}
.noticiasContainer {
    float: left;
    width: calc(100% - 210px);
}
.newsSectionTitle{ max-width: 180px; }
.news2Content {
    width: 180px;
}

}


/*************************NOTICIAS************************************/
/************************DETALLE DE NOTICIA*************************/

.noticiasDetalleContainer {
    float: left;
    width: 96%;
    margin-left: 2%;
}
.noticiaDetalleImagen {
    float: left;
    width: 100%;
    text-align: center;
}

.noticiaDetalleContenido {
    float: left;
    width: 100%;
}

.newsDetailTitle {
    float: left;
    width: 100%;
    font-family: "roboto";
    font-size: 23px;
    margin-top: 10px;
    max-width: 1300px;
    text-align: center;
}

.newsDetailDate {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-family: "roboto";
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.newsDetailContent {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: "roboto";
    max-width: 1300px;
    line-height: 20px;
    text-align: center;
}

a.btnReadMoreNewsDetail {
    float: left;
    clear: both;
    border: 1px solid #717171;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "roboto";
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    min-width: 100px;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

a.btnReadMoreNewsDetail  {

    color:#0e0e0e !important;
}

a.btnReadMoreNewsDetail i {
    position: relative;
    left: -8px;
}

.noticiaDetalleContent {
    margin: 0 auto;
    max-width: 1300px;
}

.btnDetailBack {
    float: none;
    clear: both;
    width: 130px;
    margin: 0 auto;
}

.noticiasTitle.detalle {
    text-indent: 0px;
}

@media ( max-width: 1025px){
    .noticiaDetalleImagen img{
        width: 100%;
    }
}

/************************DETALLE DE NOTICIA*************************/
@media(max-width: 1510px){

    .lineFooter ,.footerLinks1{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .licenciamientoContent1 {
        width: 98%;
        margin-left: 1%;
    }

    .formIntro ,.formContainer {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .contenidoVideoCenter {
        max-width: 1510px;
        margin: 0 auto;
        float: left;
        width: 96%;
        margin-left: 2%;
    }

    .textoVideo {
        width: 96%;
        margin-right: 2%;
    }
    .videoDiv {
        float: left;
        width: 100%;
        text-align: center;
    }

    .capaVideo {
        max-width: 550px;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .titleVideo {
        float: left;
        margin-top: 70px;
        font-family: "roboto";
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: bold;
        width: 100%;
    }
}


@media(max-width: 1023px){

    /************/
    .welcome.blank-wp tr {
        display: grid;
    }

    .noticiasTitle{
        text-indent: 0px;
    }

    .noticiasContainer {
        width: 100%;
    }

    .noticiaImagen {
        max-width: 1000px;
        float: none;
        margin: 0px;
    }

    .noticiaContenido {
        width: 100%;
    }

    .noticiasRight {
        width: 100%;
    }

    .newsSectionTitle {
        max-width: 1000px;
        width: 96%;
        clear: both;
        float: left;
        border: 0px;
        margin-left: 2%;
    }

.news2Content {
    width: 96%;
    border-bottom: 1px dashed #828282;
    float: left;
    margin-left: 2%;
}

    .news2Content img {
        display: none;
    }

    .news2Title {
        margin-bottom: 10px;
    }
    .news2Date { margin-top: 10px; }

    .news2Content.archivoContent a {
    float: left;
    margin-left: 0px;
    border-bottom: 1px dashed #828282;
    padding-bottom: 10px;
}

.news2Content.archivoContent {
    border: 0px;
}
/********NOTICIAS********/				  
    .goTop i.fa.fa-chevron-up {
    position: absolute;
    left: 9px;
    top: 9px;
    text-indent: 0px;
}

.showMobileMenuLateral {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    left: 0px;
}

.showMobileMenuLateral i {
    float: right;
}

.showLateralMenu .showMobileMenuLateral .fa.fa-chevron-down{
    transform: rotate(180deg);
}


    .showLateralMenu .contentLeftMenu ul{     display: block !important;
    float: left;
    border: 1px solid #d6d6d6;
    width: calc(100% - 15px);
    margin-left: 5px;
    padding-top: 11px;
    margin-top: -6px;}

    .contentLeftMenuTitle {
        margin-left: 5px;
        margin-top: 5px;
        font-family: "roboto";
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 5px;
        border: 1px solid #d6d6d6;
        margin-right: 5px;
        float: left;
        width: calc(100% - 30px);
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }
    .contentLeftMenu { width:100%; }
    .rightContent { width: 100%; }
    .contentLeftMenu ul { display: none; }

    .ulSubMenuIndex  { max-height: 10000px; overflow-y: visible;}
    .contentVideoDoble1 h2 { text-align: center; }

    .textoVideo { width: 100%;margin-right: 0px;text-align: center; }
    .textoVideo h1 { text-align: center; }
    .videoDiv {
        float: left;
        width: 100%;
        text-align: center;
    }

    .titleVideo { width: 100%; }
    .capaVideo {
        max-width: 10000px;
        width: 100%;
        text-align: center;
    }

    .capaVideo iframe {
        max-width: 700px;
    }

    .contentVideo350.textoContent {
        width: 100%;
    }

    .contentVideo3 .contenidoVideoCenter .contentVideo350.imgContent {
        position: relative;
        right: 0px;
        width: 100%;
        height: 100%;
        min-height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contenidoVideoCenter .contentVideoDoble1:first-child ,.contenidoVideoCenter .contentVideoDoble1+.contentVideoDoble1 ,.contenidoVideoCenter .contentVideoDoble1{
        width: 100%;
        margin:0px;
        text-align: center;
    }

    .contentVideo350.textoContent h2 { text-align: center; }
    .contentVideo350.textoContent { text-align: center; }
    ul.listadoIconos li i {
        position: relative;
        left: -6px;
        margin-top: 4px;
    }

    .contentVideoDoble::after { display: none; }


    .cabecera { height: 60px;top: 0px !important; }
    .Buscador { top:0px !important; }
    .Buscador_i {
        display: block;
        position: fixed;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        top: 0px;
        background-color: transparent;
    }

    .Buscador_i::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: #fff;
        z-index: -1;
    }

    body .Buscador_i input[type='text'] {
        background-color: #f4f4f4;
        outline: 0;
        color: #5a5656 !important;
        position: absolute;
        top: 50%;
        margin-left: 4%;
        margin-right: 4%;
        width: 90%;
        margin-top: -20px;
        padding-left: 1%;
        padding-right: 1%;
        left: 0px;
        height: 30px;
    }

    #ctl00_Buscador_btnBuscar {
        opacity: 0;
        height: 27px;
        position: relative;
        z-index: 2;
        outline: 0;
        position: absolute;
        top: 50%;
        margin-top: -13px;
        right: 5%;
    }

    .lupa {
        position: absolute;
        right: 5%;
        z-index: 1;
        font-size: 19px;
        top: 50%;
        cursor: pointer;
        margin-top: -15px;
    }


    .migaPan { padding-top: 8px; }

    .divMenuPrimerNivel:hover .divTabMenuHorizontal {
        background-color: #f3f3f3 !important;
		background: none;
    }
	#ctl00_MenuHorizontalConfigurable_rptMenuPrincipal_ctl00_divMenuPrimerNivel:hover .divSubMenu ,.divSubMenu{ display: none; }																															

    .divTabMenuHorizontal > a {
        float: left;
        width: calc(100% - 75px);
        text-align: left;
        padding-left: 15px;
        padding-top: 27px;
        font-synthesis: 14px;
    }

    .divTabMenuHorizontal a:hover {
        color: #000 !important;
        text-decoration: none !important;
    }

    .divTabMenuHorizontal.desplegado .desplegarNivel i {
		transform: rotate(-180deg);
    }

    .divSubMenu {
        position: relative;
        background-color: #eae9e9;
        z-index: 999;
        float: left;
        top: 0px;
        left: 0px;
        height: auto;
        min-width: 1px;
        width: 100%;
        visibility: visible;
        display: none;
    }
	
    .desplegarNivel {
        cursor: pointer;
        margin-left: 10px;
        display: block;
        float: left;
        width: 45px;
        height: 45px;
        position: relative;
    }

    .showMenu #s4-workspace { overflow-y: hidden; }

    div#zonaPrivada ,.ZonaPrivada#zonaPrivada {
        display: block !important;
        position: fixed;
        right: -420px;
        top: 0px;
        height: 100%;
        border-left: 1px solid #d2d2d2;
        width: 350px;
        transition: right 0.3s linear;
         border-top: 0px !important;
    }

    .showZonaPrivada #s4-workspace, .showLanguage #s4-workspace{ overflow:hidden; }

    .showZonaPrivada  div#zonaPrivada{
        display: block !important;
        right: 0px;
        border-top: 0px !important;
    }

    .desplegado  > a.enlaceMenu {
        font-weight: bold !important;
    }

    ul.ulSubMenuIndex>li {
        text-align: left;
    }

    #zonaPrivada .closePopupMobile ,.languageOptions .closePopupMobile,.Buscador_i .closePopupMobile{
        display: block !important;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 15px;
        right: 19px; 
        cursor: pointer;
    }

    .showSearch .Buscador_i { display: block !important; }

    .Buscador_i .closePopupMobile {
        right: 3%;
    }

    .languageOptions a {
        font-family: "roboto";
        font-size: 12px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobileLanguage.titleLanguage {
        display: block !important;
        font-weight: bold;
        font-family: "roboto";
        font-size: 17px;
        margin-top: 12px;
        margin-left: 25px;
        margin-bottom: 30px;
    }

    .mobileLanguage.selected {
        display: block !important;
        font-weight: bold;
        font-size: 11px;
        font-family: "roboto";
    }


    .languageOptions {
        position: fixed;
        right: -375px;
        top: 0px;
        width: 350px;
        height: 100%;
        display: block !important;
        border-left: 1px solid #d0d0d0;
        transition:right 0.3s linear;
    }

    .defaultLanguage { display: none; }
    .selectorIdioma i.fa.fa-caret-down { display: none; }
    body .selectorIdioma { margin-left: -8px;margin-right: 8px; }
    .showLanguage .languageOptions {
        right: 0px;
    }

    .closePopupMobile::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #444444;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
}

    .closePopupMobile::before {
        content: "";
        width: 20px;
        height: 1px;
        background-color: #444444;
        position: absolute;
        transform: rotate(-45deg);
        top: 10px;
    }


    span.desplegarNivel i {
        position: relative;
        top: 14px;
        left: -2px;
        margin-left: 0px;
        font-size: 22px;
        transition: all 0.5s linear;
    }



    .divTabMenuHorizontal {
        position: relative;
        min-height: 50px;
        height: auto;
        float: left;
        width: 100%;
        border-bottom: 1px solid #dadada;
    }

    .migaPan ul>li:first-child { margin-left: 15px; }
    body .barraMenuAgrupada{     
        height: calc(100% - 60px) !important;
        overflow-y: auto;
        position: fixed;
        z-index: 99;
        top: 60px;
        left: -410px;
        transition:left 0.3s linear;
    }

    body.showMenu .barraMenuAgrupada{  
        left: 0px;
    }
    .cuerpo .barraMenu {
        max-width: 400px;
    }
    ul#ulMenuHorizontal > li {
        width: 100%;
    }

.ms-WPBody  { width: 100% !important; }
    .sidebar-anchor.mostrarMenu { display: none !important; }


    .Buscador_i { display: none; }
    .buscadorResponsivo {
        display: block !important;
        float: left;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 19px;
        position: relative;
        top: -2px;
        cursor: pointer;
    }
    .darseAlta {
        width: 23px;
        overflow: hidden;
        height: 23px;
    }
    .darseAlta a { font-size: 0px;color: #fff !important; }
    .darseAlta a i { color: #000 !important; }


    .zonaPrivadaUsuario {
        width: 23px;
        overflow: hidden;
        height: 23px;
    }

    .zonaPrivadaUsuario a { font-size: 0px;color: #fff !important; }
    .zonaPrivadaUsuario a i { color: #000 !important; }


    .hamburguesa {display: block !important;cursor: pointer;}
    .hamburguesa {
        display: block !important;
        float: left;
        width: 60px;
        height: 60px;
        position: relative;
        background-color: #f3f3f3;
        border-right: 1px solid #e0e0e0;
        transition:background-color 0.3s linear;
    }

    .hamburguesa div {
        width: 25px;
        height: 1px;
        background-color: #8a8a8a;
        margin-bottom: 3px;
        margin-left: 14px;
        transition: all 0.3s linear;
        position: relative;
    }

    .showMenu .hamburguesa{
        background-color: #e8e8e8;
    }

    .showMenu .ham2 { opacity: 0; }
    .showMenu .hamburguesa .ham3 { transform: rotate(-45deg); }

    li.liMenuPrimerNivel.ocultarMenu {
        display: block !important;
    }
    .showMenu .hamburguesa .ham1 {
        transform: rotate(45deg);
        top: 4px;
        left: 2px;
    }

    .showMenu .hamburguesa .ham3 {
        transform: rotate(-45deg);
        top: -3px;
        left: 2px;
    }


    .ham1 {
        margin-top: 25px;
    }


    .carouselFabricantes .owl-dots { margin-left: 25px; }
    .carruselTestimonios{ padding-left: 1% !important;padding-right: 1% !important; width: 100%;margin-left: 0px;}
    .carouselFabricantes {
        position: relative;
        clear: both;
        width: 400px;
        margin: 0 auto;
        float: none;
    }

    .footerInfo {

        clear: both;
        float: none;
        width: 400px;
        margin: 0 auto;
        text-align: center;
        border-top: 1px solid #ececec;
        padding-top: 25px;
    }

    span.carouselFabricantesTitle {
        text-align: center;
    }

    .copy {
        float: none;
        margin: 0 auto;
        width: 400px;
        border-top: 1px solid #e2e2e2;
        margin-top: 25px;
        padding-top: 25px;
        text-align: center;
    }

    .copy span {
        text-align: center;
        display: block;
        float: left;
        width: 100%;
    }

    .footerInfo::after { display: none; }
    .goTop {
        position: absolute;
        right: 25px;
    }

}

@media ( max-width:991px) {

	.mobileGrid {
		display: grid;
	}
	

    body #s4-bodyContainer {
        min-width: auto !important;
        float: left;
        width: 100%;
    }

    .footerLinks2 {
        float: left;
        width: 100%;
        max-width: inherit;
    }

    .nightandday .s4-ca {
        margin-left: 0 !important;
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .main-content{ float: left; }

    .centerContent ,.cuerpoContenido { float: left;width: 100%; }

    .centerContent { max-width: inherit; }

    .footerLinks1 a {margin-bottom: 20px;}
    .pie {
        float: left;
        width: 100%;
    }

    .redesSocialesFooter {
        width: 100%;
    }

    .licenciamientoContent2Splitt{
        margin-top: 0px;
        margin-bottom: 0px;
    }


    .migaPan ul>li:first-child {
        margin-left: 5px;
    }

	.bannerIcons {
		padding-top: 0px;
		float: left;
	}
	.licenciamientoBanner {
	    float: left;
	    width: 100%;
	    min-width: 1px;
	    padding-left: 1%;
        padding-right: 1%;
	    height: 500px;
	}

	.bannerIconElement{
		margin-bottom: 30px;
    	margin-top: 30px;
	}

	.licenciamientoContent1 {
		float: left;
	    margin-top: 40px;
	    width: 98%;
	    margin-left: 1%;
	    text-align: center;
	}

	.licenciamientoContent1 h1 {
	    text-align: center;
	}


	.licenciamientoContent1Content {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 30px;
	    -moz-column-gap: 30px;
	    column-gap: 30px;
	    font-family: "roboto";
	    font-size: 14px;
	    line-height: 21px;
	    clear: both;
	}

	.licenciamientoContent2Splitt {
        float: left;
        width: 98%;
        height: 1px;
        margin-left: 2%;
        margin-top: 5px;
        margin-bottom: 5px;
	}

    .licenciamientoContent1Splitt {
        margin-top: 50px;
        margin-bottom: 40px;
                float: left;
        width: 98%;
        height: 1px;
        margin-left: 2%;
    }

	.itemSkill {
	    width: 90%;
	    float: left;
	    text-align: center;
	    margin-left: 5%;
	    margin-right: 6%;
	    margin-bottom: 50px;
	}

	.itemSkillH2 {
		margin:0 auto;
		float: none;
		margin-bottom: 10px;
		max-width: 500px;
	}

	.itemSkillContent {
		max-width: 700px;
		float: none;
		margin:0 auto;
	}

	.twoSkills {
	    float: left;
	    width: 98%;
	    margin-left: 2%;
	    text-align: center;
	    margin-top: 40px;
        margin-bottom: 20px;
	}

    .goTop {
        position: absolute;
        right: 50%;
        top: 0px;
        font-size: 0px;
        overflow: visible;
        text-indent: 1000px;
        margin-right: -10px;
    }

    .arrowTop {
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        float: right;
        margin-left: 0px;
        margin-top: -19px;
        position: relative;
        cursor: pointer;
        border-radius: 50%;
        margin-right: -12px;
        border: 0px;
    }

	.leftItemSkill.rightSkill {
	    margin-top: 80px;
	}

	.threeSkills {
		margin-bottom: 0px;
	}

	.threeSkillsCenter {
	    margin: 0 auto;
	    width: 100%;
        float: left;
        	}

	.leftItemSkill {
	    width: 94%;
	}

	.carruselTestimonios {
	    width: 100%;
	    margin-left: 0%;
	    padding-left: 0px;
	    padding-right: 0px;
	    max-width: 1px;
	}

	.responsiveContainer {
	    float: left;
	    position: relative;
	    width: 96%;
	    margin-left: 2%;
	}

	.testimonio {
		width: 96%;
    	padding-left: 2%;
	}

	span.skillTitle {
		display: block;
		width: 100%;
		margin-top: 20px;
		padding-left: 0px;
	}

	.twoItemSkillTitle i {
	    font-size: 33px;
	}

	.welcome.blank-wp {
	    float: left;
	    width: 100%;
	    overflow: hidden;
	}

    .carouselFabricantes {
        width: 100%;
        max-width: 400px;
    }
   /* .carouselFabricantes {
        width: 100%;
        max-width: inherit;
        float: left;
    }*/

    .footerInfo{
        float: left;width: 90%;
    }

    .infoItem .infoTitle {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .infoItem .infoContent {
        color: #484848;
        font-family: "roboto";
        font-size: 12px;
        margin-bottom: 20px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .copy { float: left;width: 90%; }
    .carouselFabricantes .owl-nav { display: none; }


    .licenciamientoContent1 h1 {
        font-family: "roboto";
        font-weight: normal;
        font-size: 30px;
    }

    span.licenciamientoContentH2 {

        margin-bottom: 10px;
    }

    .licenciamientoContent1Splitt .splitter ,.licenciamientoContent2Splitt .splitter{
        width: 100%;
    }

    .bannerH3 {
        font-size: 11px;
    }
    .bannerH2 {
        font-size: 20px;
    }


}




@media(max-width: 500px){
    .owl-carousel.owl-frabricantes {
        float: left;
        width: 100%;
        margin-bottom: 18px;
        max-width: 350px;
        position: relative;
        left: 50%;
        margin-left: -200px;
    }

.Buscador {
    top: 0px !important;
    background-color: white;
    float: left;
    clear: both;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    padding-top: 5px;
    margin-top: 0px;
    width: 250px;
    position: relative;
    left: 50%;
    margin-left: -125px;
}   

    .cabecera {
        height: 111px;
    }

    .Buscador::after {
        content: "";
        height: 1px;
        background-color: gainsboro;
        position: absolute;
        top: -1px;
        left: -200px;
        width: 700px;
    }

        .Buscador::before {
        content: "";
        height: 1px;
        background-color: gainsboro;
        position: absolute;
        bottom: -1px;
        left: -200px;
        width: 700px;
    }

    body .selectorIdioma {
        height: 36px !important;
    }

/*  Debe estar comentado para permitir el sello introducido  */
    /*
    a#ctl00_ImagenCabecera_lnkEnlace {
        width: calc(100% - 65px);
    }
    */

    .Buscador_i .closePopupMobile {
        right: 25px;
    }

    .Buscador_i { padding: 0px; }

    .form50 {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    body .formIntro h1 { font-size: 34px; }
    body .formContainerH2 h2 {
        font-size: 31px !important;
    }

    .formContainerSection { margin-top: 40px; }
    .formContainer { margin-bottom: 20px; }

    .formBanner {
        float: left;
        width: 100%;
        height: 300px;
        min-width: 978px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d6d6d6;
        font-family: "roboto";
        position: relative;
        min-width: 1px;
        background-position: center 50%;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }


}


@media(max-width: 400px){

    .showZonaPrivada div#zonaPrivada {
        display: block !important;
        right: 0px;
        border-top: 0px !important;
        width: calc(100% - 40px);
    }

    .languageOptions{ width: 100%; }


    body .selectorIdioma {
        height: 30px;
    }
}

@media (max-width: 1023px)
{
    .showMobileMenuLateral { width:100%;height: 20px;}
    .showMobileMenuLateral i {
        position: absolute;
        right: 10px;
    }
    .contentLeftMenuTitle {
       min-height:20px;
    }
}

.contentLeftMenuTitle , .contentLeftMenuTitle * { cursor:pointer; }