@charset "utf-8";
/* CSS Document */


body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #6b6b6b;
	font-size:17px;
}

a {
	font-family: 'Roboto', sans-serif;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, p {
	margin: 0 0 10px;
}

* {
    box-sizing: border-box;
}

h3 {
    color: #0059ab;
}

#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #0059ab;
    z-index: 1000000000;
}


#loader {
    width: 31px;
    height: 31px;
    position: absolute;
    left:50%; top:50%;
    background: url(../img/loader.gif) no-repeat center 0;
    margin:-15px 0 0 -15px;
}


.div-max {
    position: relative;
    padding: 0 10px;
    margin: 10px auto 0;
    width: 100%;
    max-width: 1200px;
}

.head {
    background-color: #fff;
    padding: 0 20px;
    border-bottom:1px solid #6b6b6b;
}

.head .logo {
    float: left;
}

.head .name {
    text-align: right;
    font-size: 25px;
    font-weight: 500;
    padding: 25px 0 15px;
}

.footer {
    background-color: #0059ab;
    clear:both;
    text-align: center;
    height:70px;
    color: #fff;
    padding:5px 0;
    position: relative;
    margin-top: -70px;
    font-size: 13px;
}
.footer img {
	margin: 0 0 10px;
}

.fa-bars {
    font-size: 25px;
    margin: 15px 15px 0 0;
    float: left;
    cursor: pointer;
    transition: color .3s;
}

.fa-bars:hover {
    color: #0053ab;
}

.menu-lateral {
	position: fixed; 
	top:0;
	bottom: 0;
	width: 370px;
	background-color: #fff;
	box-shadow: 2px 0 7px #000;
	z-index: 99;
	opacity: 0;
	left: -370px;
	overflow-y: auto;
}

.menu-lateral .enc {
    border-bottom:1px solid #6b6b6b;
    padding: 20px 15px;
}

.menu-lateral .options {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom:1px solid #f7f6f6;
}

.menu-lateral .options a.mod {
	padding: 20px;
	width: 100%;
	text-decoration: none;
	display: block;
	color: #6b6b6b;
	font-size: 17px;
}
.menu-lateral .options a.mod i{
	margin-right: 10px;
}

.menu-lateral .options .col-13 {
	padding: 9px 10px;
}

.menu-lateral .options a {
	padding: 0;
	width: 100%;
	text-decoration: none;
	display: block;
	color: #6b6b6b;
	font-size: 15px;
}
.menu-lateral .options:hover {
	background-color: #f0f0f0;
}

.menu-lateral a img {
	height: 30px;
}

.fa-times {
	float: right;
	transition: color .3s;
	cursor: pointer;
	font-size: 30px;
}
.fa-times:hover {
	color: #f45d51;
}

.overlay {
	position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: #000;opacity: .8;z-index: 9;display: none;
}

.m1-home {
    width: 100%;max-width: 700px;position: absolute;right: 0;bottom: 70px;z-index: 2;
}
.m2-home {
    width: 100%;max-width: 384px;position: absolute;right: 40px;bottom: 70px;z-index: 2;
}
.m5-home {
    width: 100%;max-width: 500px;position: absolute;right: 40px;bottom: 70px;z-index: 2;
}
.m6-home {
    width: 100%;max-width: 500px;position: absolute;right: 10px;bottom: 70px;z-index: 2;
}

.img-inf {
    width: 100%
}
.img-inf900 {
    width: 100%
    max-width:900px;
}

.icono-cover {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    padding: 15px;
    border-radius: 50px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.icono-cover img {
    width: 100%;
}

.title-cover {
    font-size: 50px;
    color: #fff;
    padding: 20px 0;
}

.title-sections {
    font-size: 20px;
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 0 6px #9d9d9d;
}
.title-modulos {
    font-size: 50px;
    color: #fff;
    padding: 60px 5px;
    text-align: center;  
    font-weight: bold;
    background: url(../img/bg-modulos.jpg) no-repeat top center;background-size: cover;
    border-radius: 10px;
    box-shadow: 0 0 6px #9d9d9d;
    letter-spacing: 2px;
}
.title-modulos .line {
    width: 25%;
    height: 7px;
    margin: 0 auto;
    background-color: #fff;

}

.parrafo-cover {
    color:#fff;
    width: 100%;
}

.btn {
    position: relative;
    overflow-y: hidden;
    margin: 25px 0;
    padding: 15px;
    max-width: 180px;
    text-align: center;
    font-size: 20px;
    transition: background .3s;
    cursor: pointer;
    border-radius: 50px;
    font-weight: bold;
}

.btn i {
    margin: 0;
}

.btn-gray {
    background-color: #b2b2b2;
    color: #003c73;
}

.btn-gray:hover {
    background-color: #959595;
}

.btn-prev {
	color: #4c4c4c;
	position: absolute;
	top: -90px;
	left: 20px;
	text-align: left;
}

.btn-next {
	color: #4c4c4c;
	position: absolute;
	top: -90px;
	right: 20px;
	text-align: right;
}

.btn-control {
    width: 50px;
    color: #4c4c4c;
    position: absolute;
    top: -85px;
    left: 50%;
    margin-left: -25px;
}

.cont-modulos {
    width: 16.6666%;
    float: left;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
}

.btn-modulos {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px #999999;
    border-radius: 10px;
    height: 270px;
    cursor: pointer;
}
.btn-modulos a {
	text-decoration: none;
	color: #6b6b6b;
}

.btn-modulos .header {
    padding: 30px 0 0;
    text-align: center;
    transition: padding .3s
}
.btn-modulos .header .entrar {
    opacity: 1;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    opacity: 0;
    transition: opacity .3s;
    line-height: 1;
}
.btn-modulos .title {
    text-align: center;
    padding: 20px 0 0;
    font-weight: bold;
    font-size: 18px;
}
.btn-modulos .name {
    padding: 5px 0;
    text-align: center;
}

.btn-modulos:hover .header {
    padding: 70px 0 100px;
}

.btn-modulos:hover .header .entrar {
    opacity: 1;
}

.material-cont {
    float: left;
    width: 160px;
    height: 124px;
    border:6px solid;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.material-name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 5px 0 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.material-cont img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.material-icon {
    font-size: 40px;
    margin: 35px 0 0;
}
.fa-pause.rotate {
    transform: rotate(90deg);
}

.historia-caucho-cont {
    width: 95%;
    max-width: 350px;
    margin: 5px auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}
.historia-caucho-cont img {
    width: 100%;
}

.caucho-icon {
    color: #fff;
    background-color: #66b7e4;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 50px;
    margin-top: 40px;
}
.caucho-name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top:90%;
    color: #fff;
    padding: 50px 20px 0;
    text-align: center;
    font-weight: 350;
    opacity: 0;
    font-size: 15px;
    transition: top .3s, opacity .3s;
}
.historia-caucho-cont:hover .info {
    opacity: 1;
    top: 0
}
.info ul {
    text-align: left;
}

.historia-componentes-cont {
    width: 100%;
    max-width: 550px;
    margin: 5px auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    height: 210px;
}
.historia-componentes-cont img {
    width: 100%;
}
.componentes-name {
    padding: 91px 0 87px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.historia-componentes-cont:hover .info {
    opacity: 1;
    top: 0
}

.funciones-llanta {
    width: 430px;
    margin: 0 auto;
    position: relative;
}

.funciones-llanta-cont {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    float: left;
    width: 480px;
}
.funciones-llanta-cont .inf {
    width: 300px;
    padding: 20px 40px 20px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 30px;
    box-sizing: border-box;
}
.funciones-llanta-cont img {
    border:5px solid;
    border-radius: 70px;
}
.funciones-llanta-cont .apuntador {
    height: 2px;margin:75px 0 0 -5px;
}
.funciones-llanta-cont .apuntador .circle {
    border-radius: 10px;width: 10px;height: 10px;float: right;margin: -4px -5px 0 0;
}

.flecha_abajo {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: .3s;
  opacity: 0;
  margin-left: -5px;
}
.border-top-blue {
    border-top-color: #66b7e4;
}
.border-top-blue-strong {
    border-top-color: #4c8bc4;
}
.border-top-green {
    border-top-color: #5ad398;
}
.border-top-purple {
    border-top-color: #b28cc5;
}
.border-top-red {
    border-top-color: #ea7d71;
}
.border-top-orange {
    border-top-color: #f6983f;
}
.border-top-yellow {
    border-top-color: #f0bf5e;
}

.btn-componentes {
    width: 33%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    margin:0 1px;
    cursor: pointer;
    transition: .3s;
    position: relative;
}
.btn-componentes:hover {
    background-color: #939393;
}
.btn-componentes.active .flecha_abajo {
    opacity: 1;
}
.btn-componentes.active:hover .flecha_abajo {
    border-top-color: #939393;
}
.componentes-inf {
    position: absolute;
    top: 0;
    left: 0;
}

.componentes-inf p {
    width: 90%;
    margin: 10px auto 0;
}

.componentes-inf ul {
    width: 80%;
    margin: 20px auto 0;
}

.componentes2 {
    width: 14.14%;
    padding: 15px 5px;
    margin-left: 0;
}

.componentes3 {
    width: 9.9%;
    padding: 20px 5px;
    margin-left: 0;
    line-height: 1.2;
}
.componentes3.doble {
    padding: 10px 5px;
}
.componentes-4 {
    width: 24.5%;
    padding: 20px 5px;
    margin-left: 0;
    line-height: 1.2;
}

.componentes-6 {
    width: 16.5%;
    padding: 20px 5px;
    margin-left: 0;
    line-height: 1.2;
}

.title-oculto {
    margin-top: 15px;
    display: none;
}


.construccion-cont {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.btn-construccion {
    border-radius: 7px;
    padding: 15px;
    position: relative;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.construccion-inf {
    position: absolute;
    top: 60px;
    bottom: 300px;
    left: 5px;
    right: 5px;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    text-align: left;
    overflow: hidden;
    opacity: 0;
    transition: bottom .3s, opacity .3s;
}
.construccion-inf p {
    width: 90%;
    margin: 60px auto 0;
}
.boton {
    cursor: pointer;
}
.boton:hover .construccion-inf {
    bottom: 0px;
    opacity: 1;
}

.radius-left {
    border-radius: 5px 0 0 5px;
}
.radius-right {
    border-radius: 0 5px 5px 0;
}

.instrucciones {
    color: #66b7e4;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 5px;
}

.img-tips {
    text-align: center;
}
.img-tips img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.inf-tips p {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 15px;
}
.img-tips.big img {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}
.tips-slide {
    width: calc(100% - 180px);margin: 0 auto;overflow: hidden;float: left;
}
.tips-question {
    float: left;
    overflow: hidden;
}
.tips-wrapper {
    overflow: hidden;
}
.tips-punto {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #CBCBCB;
    margin: 0 10px;
    float: left;
}
.tips-punto.active {
    background-color: #f6983f;
}
.cont-tips-puntos {
    margin: 0 auto;
}

.btn-arrow {
    width: 50px;
    height: 50px;
    margin: 14% 20px 0 !important;
    border-radius: 50px;
    float: left;
    color: #fff;
    background-color: #f6983f;
}
.btn-arrow:hover {
    background-color: #F68A25;
}
.btn-arrow i {
    font-size: 20px;
}

.agri-inf p {
    margin-top: 20px;
    font-size: 15px;
}
.img-agri{
    width: 100%;
    max-width: 180px;
    margin-top: 10px;
}
.img-agri2 {
    width: 100%;
    max-width: 230px;
}
.img-agri3-1 {
    width: 100%;
    max-width: 420px;
}
.img-agri3-2 {
    width: 100%;
    max-width: 378px;
}

.img-m6 {
    position: absolute;
    right: 6%;
    top: 10px;
    width: 752px;
}
.llyasaman {
    position: absolute;
    top: 0;
    left: 0;
    width: 387px;
    height: 469px;
    z-index: 9;
}

ul {
    padding-left: 0;
}
ul li {
    list-style: none;
    line-height: 1.7;
    padding-left: 20px;
    position: relative;
}
ul li::before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #0059ab;
    position: absolute;
    left: 0;
    top: 0;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.bg-blue {
    background-color: #66b7e4;
}
.bg-blue-strong {
    background-color: #4c8bc4;
}
.bg-blue-strong2 {
    background-color: #507c94;
}
.bg-green {
    background-color: #5ad398;
}
.bg-green-dark {
    background-color: #2ab590;
}
.bg-purple {
    background-color: #b28cc5;
}
.bg-pink {
    background-color: #cf649a;
}
.bg-red {
    background-color: #ea7d71;
}
.bg-orange {
    background-color: #f6983f;
}
.bg-yellow {
    background-color: #f0bf5e;
}

.border-1 {
    border:1px solid;
}
.border-2 {
    border:2px solid;
}
.border-3 {
    border:3px solid;
}
.border-4 {
    border:4px solid;
}
.border-5 {
    border:5px solid;
}

.border-blue {
    border-color: #66b7e4;
}
.border-blue-strong {
    border-color: #4c8bc4;
}
.border-blue-strong2 {
    border-color: #507c94;
}
.border-green {
    border-color: #5ad398;
}
.border-green-dark {
    border-color: #2ab590;
}
.border-purple {
    border-color: #b28cc5;
}
.border-pink {
    border-color: #cf649a;
}
.border-red {
    border-color: #ea7d71;
}
.border-orange {
    border-color: #f6983f;
}
.border-yellow {
    border-color: #f0bf5e;
}

.text-blue {
    color: #66b7e4;
}
.text-blue-strong {
    color: #4c8bc4;
}
.text-green {
    color: #5ad398;
}
.text-purple {
    color: #b28cc5;
}
.text-red {
    color: #ea7d71;
}
.text-orange {
    color: #f6983f;
}
.text-yellow {
    color: #f0bf5e;
}

.no-padding {
    padding: 0;
}

.tabletype {
    display: table-cell;
    vertical-align: middle;
}

.vertical-center {
    padding: 10% 0;
}

.width-100 p {
    width: 95%;
    margin-top: 10px;
    font-size: 13px;
}
.width-100 ul {
    width: 95%;
    font-size: 13px;
}
.width-50 {
    width: 49.7%;
}

@media (max-width: 1024px) {
.img-intro {
    display: none;
}
.parrafo-cover {
    width: 100%;
}
}

@media (min-width: 800px) {
    .contenedor {
    display: block;
    margin: 0;
    /*height: 100%;*/
    min-height: 100%;
    position: relative;
    width: 100%;
    padding-bottom: 110px;
    }

    .funciones-llanta .funciones-contenedores {
    width: 100%;position: relative;overflow: hidden;
    }
    .funciones-llanta .right {
        margin-left: -150px;
    }
    .container-funciones {
         position: absolute;left: -250px;top: 0;width: 925px;
    }
}

@media (max-width: 800px) {
    .contenedor {
    padding-bottom: 70px;
    }
    .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    }
    .head .centrar-texto {
        text-align: center;
    }
    .head .logo {
    float: none;
    }
    .fa-bars {
    margin: 10px 0;
    border: 1px solid #6b6b6b;
    padding: 5px 10px;
    border-radius: 5px;
    }
    .cont-modulos {
    width: 100%;
    }
    .btn {
    margin: 25px auto;
    }

    .btn-prev, .btn-next {
    width: 50px;
    text-align: center;
    }
    .btn-prev span, .btn-next span {
    display: none;
    }
    .btn-prev i, .btn-next i {
    margin: 0;
    }

    .material-cont {
        float: none;
        position: relative;
        margin: 0 auto;
    }
    .material-icon {
    margin: 0;
    }

    .caucho-icon {
        display: none;
    }

    .funciones-llanta {
        width: 100%;
    }
    .imagen-llanta, .funciones-llanta .apuntador {
        display: none;
    }
    .funciones-llanta .funciones-contenedores-left, .funciones-llanta .funciones-contenedores-left {
        position: relative;
        width: 100%;
        left: 0;
    }
    .funciones-llanta-cont .inf {
    width: 67%;
    margin-top: 20px;
    }
    .funciones-llanta-cont .carga {
        margin-top: 35px;
    }
    .container-funciones {
         width: 100%;
         position: relative;
    }
    .funciones-llanta-cont {
        width: 100%;
    }
    .historia-componentes-cont {
    height: auto;
    }
    .width-40 {
        width: 40%;
    }
    .width-60 {
        width: 60%;
    }

    .no-margin {
        margin: 0;
    }

    .btn-componentes {
    width: 32.7%;
    }

    .menu-lateral .options img {
        margin: 10px;
    }

    .componentes-inf {
        padding-bottom: 150px;
    }
    .componentes-inf p {
    width: 90%;
    margin: 10px auto 0;
    }
    .componentes-inf img {
    margin: 20px auto 0;
    width: 100%;
    }

    .componentes2 {
    width: 13.9%;
    padding: 15px 0px;
    }
    .componentes2 span {
        display: none;
    }

    .componentes3 {
    width: 9.5%;
    padding: 15px 0px;
    }.componentes3.doble {
    padding: 15px 0px;
    }
    .componentes3 span {
        display: none;
    }

    .flecha_abajo {
        margin-left: -8px;
    }
    .title-oculto {
        display: block;
    }

    .construccion-cont img {
        width: 100%;
    }

    .boton:hover .construccion-inf {
        top:40px;
        bottom: 0;
    }

    .title-cover {
    text-align: center;
    }
    .parrafo-cover {
    width: 95%;
    margin: 0 auto;
    }

    .div-max {
    padding: 0 5px 60px;
    }

    .btn-control {
    margin-left: -25px;
    }
    .img-tips {
        display: none;
    }
    .btn-arrow {
    margin: 25% 5px 0 !important;
    }
    .tips-slide {
    width: calc(100% - 120px);
    }


}

