body{
    background-color: #253730;
}

.sectionsWrapper{
    margin: auto;
    margin-top: 4vh;
    width: 100%;
    background-color: #253730;
    color: white;
    padding: 3vh 8vw;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
}

.sectionTitle{
    font-size: 2.3rem;
    color: #0fb0ee;
    margin-bottom: 5vh;
    position: relative;
}

.sectionTitle:before{
    content: '';
    position: absolute;
    width: 35%;
    height: 4px;
    border-radius: 2px;
    background-color: #0fb0ee;
    bottom: -18px;
    left: 2%;
}


/* SECCION NOSOTROS */
.sectionNosotros{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.nosotrosLeft{
    width: 34%;
    transition: left 0.8s;
    position: relative;
    left: -100vw;
}

.nosotrosLeft:before{
    content: '';
    width: 3px;
    border-radius: 10px;
    height: 30vh;
    background-color: #33df5f;
    position: absolute;
    top: 5vh;
    right: -3%;
}

.nosotrosLeft img{
    margin-top: 4vh;
    width: 100%;
}

.nosotrosRight{
    padding: 0 1vw;
    width: 64%;
    transition: right 0.8s;
    position: relative;
    right: -100vw;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.nosotrosRight p{
    font-size: 1.2rem;
    margin-bottom: 3vh;
}


/* SECCION AREAS */
.sectionAreas{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.nosotrosAreas{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.nosotrosArea{
    width: 18%;
    padding: 1vh 0 5vh 0;
    margin-bottom: 4vh;
    border: 3px solid #33df5f;
    border-radius: 4px 4px 0px 0px;
    transition: bottom 1s;
    position: relative;
    bottom: -100vh;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.nosotrosArea:nth-child(1){
    margin: 0 40% 7vh 40%;
}

.nosotrosArea:after{
    content: '';
    width: calc(100% + 6px);
    height: 1.5vh;
    background-color: #33df5f;
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    bottom: -1.5vh;
}

.areaCircle{
    background-color: #00a9e0;
    color: black;
    border-radius: 50%;
    width: 10vh;
    height: 10vh;
    margin-bottom: 1vh;
    font-size: 2.5rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.areaCircle img{
    width: 55%;
}


.areaCircle:hover{
    font-size: 3.5rem;
}

.areaTittle{
    color: #33df5f;
    text-align: center;
    margin: 2vh 0;
    font-size: 1.3rem;
}

.areaProd{
    font-size: 1.05rem;
    margin: 0.9vh 0;
    text-align: center;
}


/* SECCION PRODUCTOS */
.sectionProductos{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.productosSeleccion{
    display: flex;
    width: 100%;
    color: black;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.productosSeleccion span{
    height: 14vw;
    width: 14vw;
    cursor: pointer;
    border: 3px solid black;
    transition: all 0.4s;
    font-size: 1.3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productosSeleccion span:nth-child(1){
    background: white url(../images/products/portadas/aditivos.jpg) center no-repeat;
    background-size: cover;
}
.productosSeleccion span:nth-child(2){
    background: white url(../images/products/portadas/herramientas.jpg) center no-repeat;
    background-size: cover;
}
.productosSeleccion span:nth-child(3){
    background: white url(../images/products/portadas/accesorios.jpg) center no-repeat;
    background-size: cover;
}
.productosSeleccion span:nth-child(4){
    background: white url(../images/products/portadas/equipos.jpg) center no-repeat;
    background-size: cover;
}
.productosSeleccion span:nth-child(5){
    background: white url(../images/products/portadas/capacitaciones.jpg) center no-repeat;
    background-position: right;
    background-size: cover;
}

.productosWrapper{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.productosWrapper span{
    margin-bottom: 3vh;
    font-size: 1.3rem;
}

.productos{
    width: 100%;
    height: 4vh;
    margin-top: 4vh;
    padding: 2vh 0vh;
    border-left: 0.5vh solid #33df5f;
    border-right: 0.5vh solid #33df5f;
    transition: all 1s;
    overflow: hidden;
    position: relative;
    background-color: #253730;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.productos:after,
.productos:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2vh;
    background-color: #235a7c;
    z-index: 2;
    bottom: 0;
}

.productos:before{
    top: 0;
}

.accesoriosImg{
    width: 50%;
}

.producto{
    height: 50vh;
    width: 31%;
    padding: 3.5vh 1vh 1vh 1vh;
    border: 2px solid #33df5f;
    border-top: 0;
    background-color: #253730;
    margin-top: 1vh;
    margin-bottom: 1vh;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.productoTitle{
    position: absolute;
    text-align: center;
    height: 3.5vh;
    font-size: 0.95rem;
    line-height: 3.5vh;
    text-transform: uppercase;
    background-color: #235a7c;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    color: white;
    width: calc(100% + 4px);
    left: -2px;
    top: 0;
}

.productoImg{
    height: 10vh;
    width: 10vh;
    border-radius: 50%;
    z-index: 2;
    transition: all 1s;
/*    overflow: hidden;*/
}

.productoImg img{
    height: 10vh;
    width: 10vh;
    border-radius: 50%;
    z-index: 2;
    transition: all 1s;
}

.productoImg:hover{
    height: 10vh;
    width: 10vh;
    cursor: pointer;
}

.productoImg:hover img{
    height: 10vh;
    width: 10vh;
    transform: scale(4.5);
}

.producto .desc{
    height: 14vh;
    width: 75%;
    min-width: 75%;
    margin-left: 1vh;
    padding: 0 1.5%;
    border-left: 1px solid #235a7c;
    text-align: center;
    font-size: 1rem;
    position: relative;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}



.equiposWrapper .producto{
    margin: auto;
    margin-top: 2vh;
    width: 80%;
    height: 40vh;
}

.equiposWrapper .producto:nth-child(5){
    height: 55vh;
}

.equiposWrapper .producto .desc{
    text-align: inherit;
}

.equiposWrapper .producto .productoImg img,
.equiposWrapper .producto .productoImg{
    width: 24vh;
    height: 24vh
}

.equiposWrapper .producto:nth-child(1),
.equiposWrapper .producto:nth-child(6)
{
    margin-top: 7vh;
}

.equiposWrapper .producto:nth-child(1)::before,
.equiposWrapper .producto:nth-child(6)::before{
    content: 'Equipos de Medición';
    position: absolute;
    top: -5vh;
    left: 0;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    height: 2vh;
}

.equiposWrapper .producto:nth-child(6)::before{
    content: 'Equipos para obra'
}

.equiposWrapper .producto:nth-child(1)::after,
.equiposWrapper .producto:nth-child(6)::after{
    content: '';
    background-color: black;
    width: 300%;
    height: 1px;
    position: absolute;
    top: -1.4vh;
    left: -20vw;
}

.equiposWrapper .productoImg:hover img{
    transform: scale(1);
}


/*SECCION SERVICIOS*/
.sectionServicios{
    padding-bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.serviciosWrapper{
    transition: all 0.7s;
    position: relative;
    right: 100vw;;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.serviciosWrapper p{
    height: 13vh;
    width: calc(50% - 4vh);
    border: 3px solid #33df5f;
    padding: 1vh;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2vh;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servicionsInfoEmpresa{
    /* background-color: red; */
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 2rem;
    margin-top: 2vh;
    width: 100%;
    height: 25vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

/*
.serviciosWrapper p:before{
    content: '';
    background-color: #235a7c;
    border-radius: 50%;
    width: 2vh;
    height: 2vh;
    position: absolute;
    left: 1vh;
}
*/

.capacitacion{
    height: 40vh;
    width: 99.1vw;
    margin: 2vh 1vw;
    border: 4px solid #33df5f;
    color: white;
    filter: grayscale(40%);
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: left;
}

.capacitacion span{
    font-size: 1.35rem;
    text-align: center;
    width: 100%;
}

.capacitacion p{
    font-size: 1.1rem;
    position: relative;
}


/*SECCION CONTACTO*/
.sectionCotizacion,
.sectionContacto{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#cotizacionForm,
#contactoForm{
    width: 85%;
    margin-top: 2vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.cotizacionInput,
.contactoInput{
    width: 48%;
    margin-bottom: 3vh;
}

.cotizacionInput input,
.contactoInput input{
    border: none;
    width: 100%;
    height: 5vh;
    color: white;
    padding: 1vh;
    font-size: 1.1rem;
    background-color: transparent;
    border: 1.5px solid white;
    resize: vertical;
    border-radius: 4px;
}

.cotizacionInput:nth-child(5),
.contactoInput:nth-child(4){
    width: 100%;
}

.cotizacionInput:nth-child(6),
.contactoInput:nth-child(5){
    width: 100%;
    height:  10vh;
}

.cotizacionInput:nth-child(6) input,
.contactoInput:nth-child(5) input{
    height:  10vh;

}

#cotizacionForm input[type='text']:focus,
#cotizacionForm input[type='email']:focus,
#contactoForm input[type='text']:focus,
#contactoForm input[type='email']:focus{
    border-bottom: 1.5px solid #5bc500;
    outline: none;
    transition: all 0.2s linear;
}

#cotizacionForm input[type='submit'],
#contactoForm input[type='submit']{
    margin: 0 auto;
    font-size: 1.15rem;
    width: 25%;
    height: 6vh;
    color: white;
    background-color: #235a7c;
    border: 1.5px solid rgba(37,37,37,.5);
    transition: all 0.5s;
    border-radius: 4px;
}

#cotizacionForm input[type='submit']:hover,
#contactoForm input[type='submit']:hover{
    background-color: #5bc500;
    color: white;
}

.inputError{
    color: red;
}

.inputError:before{
    content: '* ';
}

/* PRODUCT FULL VIEW */ 
.productFullViewWrapper {
    background-color: #253730;
    z-index: 10;
    width: 100%;
    height: 100vh;    
    visibility: hidden;
    position: fixed;
}

.productFullViewClose {
    display: block;
    color: white;
    font-size: 2.2rem;
    cursor: pointer;
    padding-left: 8px;
    padding-top: 5px;
    width: 4vw;
    height: 4vw;
    position: absolute;
}

.fullViewProduct{
    width: 90vw;
    height: 70vh;
    margin: 2vw auto;
    border: 3px solid #33df5f;
    border-radius: 8px;
    display: flex;
    flex-flow: row nowrap;
}

.imgSide {
    width: 40%;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
}

.imgSide::before {
    content: '';
    width: 12px;
    height: 100%;
    background-color: #33df5f;
    position: absolute;
    right: 0;
}

.imgSide h1 {
    text-decoration: underline;
}

.imgSide h1,
.imgSide h2 {
    color: #33df5f;
}

.imgSide img {
    max-width: 90%;
    height: 80%;
}

.descSide {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.descSide p {
    width: 80%;
    padding: 4vh;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #33df5f;
}
