* {
    text-align: center;
}

body {
    background-color: #ffffff;
    max-width: 100%;
    flex-wrap: wrap;
}


/* Header */

.principal-header {
    z-index: 888888;
    display: flex;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    height: 117px;
    border-bottom: 2px solid #37a4c8;
    font-family: quicksand, sans-serif;
    align-items: center;
}


/* Logo (Left Side) */

.principal-logo {
    text-align: left;
    width: 50%;
    background-color: rgb(255, 255, 255);
    margin-left: 30px;
}

.img-logo {
    position: left;
    height: 105px;
    width: 250px;
}

.menu-icon {
    display: none;
}

.pngicon {
    width: 50px;
}

.phone-icon {
    display: none;
}

.phoneicon {
    width: 50px;
}


/* Header (Right Side) */

.header-p2 {
    display: inline-block;
    z-index: 888888;
    width: 50%;
    height: 115px;
}


/* Barra azul */

.distribuidor-bar {
    display: flex;
    background-color: #37a4c8;
    max-width: 100%;
    height: 57.5px;
}

.distribuidor_texto {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 15px;
    text-align: center;
    width: 330px;
}

.distribuidor_img {
    height: 50px;
    padding-left: 1px;
    padding-top: 5px;
}


/* Barra Menu */

.menu {
    display: flex;
    background-color: #666666;
    height: 57.5px;
    max-width: 100%;
}

.home {
    padding-left: 20px;
    padding-top: 10px;
    width: 12%;
}

.menu-text {
    padding-top: 18px;
    width: 88%;
    word-spacing: 25px;
}

.menu-text a {
    font-family: quicksand, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
}

.menu-text a:hover {
    background: #ffffff;
    color: #666666;
}


/* Menu Movil */

.clear_div {
    height: 20px;
}

.menumovil {
    position: absolute;
    padding-top: 280px;
    width: 180px;
    background-color: #666666;
    align-items: center;
    height: 2500px;
    border-right: 2px solid #37a4c8;
    word-spacing: 10px;
}

.menumovil a {
    font-family: quicksand, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.backbutton {
    padding-left: 40px;
}

.back {
    width: 30px;
}


/* Body Primer Bloque */

.principal-body {
    padding-top: 117px;
    width: 100%;
}

.bloque1 {
    display: flex;
    background-color: #37a4c8;
    height: 100vh;
    width: 100%;
}

.img1 {
    background-image: url(http://www.highprecisionsupply.com/landing/media/847.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 70%;
}

.whatsapp {
    height: 50px;
    cursor: pointer;
}

.distribuidor {
    font-family: Quicksand, sans-serif;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    text-shadow: 2px 2px #332F2F;
    text-align: left;
}

.titulo {
    padding-top: 10%;
    padding-left: 10%;
    text-align: left;
    font-family: Poiret one, sans-serif;
}

.somos {
    color: #ffd400;
    font-size: 80px;
    text-shadow: 2px 2px #332F2F;
    font-weight: bold;
    text-align: left;
}

.soluciones {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 2px 2px #332F2F;
    text-align: left;
}

.botones {
    padding-top: 40px;
    padding-left: 7%;
    width: 500px;
}

.masinformacion {
    cursor: pointer;
    height: 37px;
}

.agendarcita {
    cursor: pointer;
    height: 37px;
    padding-left: 50px;
}


/* Formulario de Contacto*/

.contacto {
    font-family: quicksand, sans-serif;
    font-weight: bolder;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
    width: 30%;
    text-align: center;
    margin-top: 50px;
}

.clearform_div {
    height: 1px;
}

#form-contacto1 {
    margin: auto;
    max-width: 420px;
    padding-top: 20px;
    align-items: center;
}

.nombre1 {
    text-align: left;
    height: 30px;
    color: #ffffff;
    width: 100%;
    background: #498ea6;
    border: 1px solid #8be2ff;
    font-size: 16px;
}

.email1 {
    text-align: left;
    height: 30px;
    color: #ffffff;
    width: 100%;
    background: #498ea6;
    border: 1px solid #8be2ff;
    font-size: 16px;
}

.phone1 {
    text-align: left;
    height: 30px;
    color: #ffffff;
    width: 100%;
    background: #498ea6;
    border: 1px solid #8be2ff;
    font-size: 16px;
}

.mensaje1 {
    text-align: left;
    height: 100px;
    color: #ffffff;
    width: 100%;
    background: #498ea6;
    border: 1px solid #8be2ff;
    font-size: 16px;
    margin-bottom: 50px;
}

.envio1 {
    color: #ffffff;
    background-color: #1fa870;
    border: 1px solid #3370b7;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 40px;
    font-size: 16px;
}


/* Body Segundo Bloque */

.body1 {
    display: inline-flex;
    max-width: 80%;
    height: 75vh;
    background-color: #ffffff;
    margin: auto;
    padding-top: 100px;
}

.media191 {
    width: 368px;
    height: 400px;
}

.textosbody {
    padding-left: 60px;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    color: #214876;
    text-align: justify;
}

.cleardiv-body1 {
    height: 20px;
}

.boldtext {
    font-weight: bolder;
    font-size: 16px;
    color: #214876;
}


/* Body Tercer Bloque */

.body2 {
    background-color: #ffffff;
    display: inline-flex;
    margin: auto;
    max-width: 80%;
    height: 80vh;
    margin-top: 35px;
}

.titulobody2 {
    font-family: Poiret one, sans-serif;
    color: #214876;
    font-size: 50px;
    font-weight: bold;
    height: 180px;
    border-top: 2px solid #214876;
    border-bottom: 2px solid #214876;
    margin-right: 100px;
}

.textobody2 {
    width: 200px;
}

.media123 {
    width: 600px;
}


/*Body Cuarto Bloque */

.body3 {
    background-color: #37a4c8;
    width: 100%;
    height: 120vh;
}

.titulobody3 {
    font-family: Poiret One, sans-serif;
    font-weight: bold;
    font-size: 45px;
    color: #ffffff;
    padding-top: 40px;
}


/* Body Quinto Bloque */

.body4 {
    margin: auto;
    background-color: #ffffff;
    width: 80%;
    height: 180vh;
    margin-top: 40px;
}

.titulobody4 {
    font-family: Poiret One, sans-serif;
    font-weight: bold;
    font-size: 45px;
    color: #37a4c8;
    margin-bottom: 50px;
}

.barredora1 {
    display: block;
    margin: auto;
}

#line {
    display: block;
    margin: auto;
}

.line {
    height: 5px;
    background: radial-gradient(ellipse, #ffff, #37a4c8, #ffff);
}

.tittl1ebarredora {
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.controlepolvo {
    font-family: quicksand, sans-serif;
    color: #666666;
    font-size: 17px;
}

.barredoras {
    padding-top: 80px;
}

#b1 {
    padding-right: 20%;
}

.barredorastitles {
    text-align: center;
    font-family: quicksand, sans-serif;
    color: #666666;
    font-size: 17px;
    padding-top: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

#btitle1 {
    padding-right: 25%;
}

#line2 {
    display: block;
    margin: auto;
    max-width: 100%;
}

.line2 {
    height: 5px;
    background: radial-gradient(ellipse, #ffff, #37a4c8, #ffff);
}

.bloque3 {
    display: inline-flex;
    padding-top: 100px;
    width: 100%;
}

.textobloque3 {
    text-align: left;
    font-family: quicksand, sans-serif;
    color: #666666;
    font-size: 22px;
    font-weight: 500;
    margin-top: 50px;
    margin-right: 50px;
}

#imagenbloque3 {
    padding-right: 13%;
}

.carrusel2 {
    display: none;
}


/* Body Sexto Bloque */

.body5 {
    background-image: url(http://www.highprecisionsupply.com/landing/media/707.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.carrusel3 {
    padding-top: 150px;
}

.carrusel4 {
    display: none;
}


/* Body Septimo Bloque */

.body6 {
    display: inline-flexbox;
    margin: auto;
    height: 80vh;
    width: 80%;
    background-color: #ffffff;
    padding-top: 100px;
    background-image: url(http://www.highprecisionsupply.com/landing/media/752.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-size: 400px;
    margin-top: 50px;
}

#titulobody6 {
    display: inline-flex;
    font-family: Poiret One, sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #214876;
    border-left: 3px solid #181717;
    margin-right: 40%;
    text-align: left;
}

#logo2 {
    display: block;
    text-align: left;
    width: 430px;
    height: 161px;
    padding-top: 30px;
}

#img752 {
    width: 600px;
}

#enlace {
    text-align: left;
    display: block;
    padding-top: 30px;
    font-family: quicksand, sans-serif;
    font-size: 18px;
    font-weight: bold;
}


/* Contacto 2 */

.contacto2 {
    margin: auto;
    width: 80%;
    height: 80vh;
    margin-top: 100px;
}

.contacto2-titulo {
    margin: auto;
    text-align: center;
    font-family: Poiret One;
    font-weight: bold;
    color: #003562;
    font-size: 25px;
    border-bottom: 2px solid #003562;
    width: 300px;
}

#form-contacto2 {
    margin: auto;
    width: 700px;
    padding-top: 20px;
    align-items: center;
}

.formulario {
    text-align: center;
    font-family: quicksand, sans-serif;
}

.nombre {
    margin: auto;
    color: #202020;
    width: 700px;
    height: 40px;
    background: #e7e7e7;
    border: 1px solid #666666;
}

.email {
    margin: auto;
    color: #202020;
    width: 700px;
    height: 40px;
    background: #e7e7e7;
    border: 1px solid #666666;
}

.phone {
    margin: auto;
    color: #202020;
    width: 700px;
    height: 40px;
    background: #e7e7e7;
    border: 1px solid #666666;
}

.mensaje {
    margin: auto;
    color: #202020;
    width: 700px;
    height: 150px;
    background: #e7e7e7;
    border: 1px solid #666666;
}

.enviar {
    margin: auto;
    margin-top: 50px;
    color: #202020;
    width: 700px;
    height: 50px;
    background: #d3d3d3;
    border: 1px solid #666666;
    cursor: pointer;
}

.direccion {
    display: block;
    margin: auto;
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #003562;
    width: 480px;
}

#calle {
    display: block;
    margin-bottom: 20px;
}

#dir-tel {
    display: block;
    margin-bottom: 20px;
}

#correo {
    display: block;
}


/* foot */

.footer {
    width: 100%;
    height: 30vh;
    background-color: #236a82;
}

#aceptamos {
    font-family: quicksand, sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.emptyfootdiv {
    height: 30px;
    width: 100%;
}

.iconos {
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

#mastercard {
    height: 55px;
    padding-right: 15px;
    cursor: pointer;
}

#deposito {
    height: 55px;
    padding-right: 15px;
    cursor: pointer;
}

#cheque {
    height: 55px;
    cursor: pointer;
}

#foot-text {
    color: #ffffff;
}