
 html, body{overflow-x: hidden; font-family: "Poppins", sans-serif;}
 *{font-family: "Poppins", sans-serif; color: #666;}

a{  text-decoration: none; }

p{font-weight: 400; font-size: 1rem; }

img{max-width: 100%;} 

.btn{
    background-color: #DA2D23;
    color: #ffffff;
    padding: 10px 25px;
}

.btn:hover{
    background-color: #000;
}

.centered{
    margin: 0 auto!important;
    float: none!important;
}


.primary{
    background-color: #DA2D23;
    color: #ffffff;
}
.primary-text{
    color: #DA2D23
}

h1, h2{
    color: #DA2D23;
    font-size: 40px;
    line-height: 120%;
    margin-bottom:10px;
    font-weight: 400;
}
h1{
    color: #666666;
    line-height: 120%;
    margin-bottom:10px;
    font-weight: 300;
}

h1 span, h2 span, h3 span, h4 span{
    color: #666666;
}


header, section{
    width: 90%;
    max-width: 1390px;
    margin: 0 auto;
}

header .logo{ margin-top:10px; width: 180px; margin-left: 0px!important; }

header .title { border-left: 1px solid #666; padding-left: 20px; margin-left: 0px!important; padding-top: 8px; }

header h1{ font-size: 25px; line-height: 120%; margin-top:10px }

header a{
    display: inline-block;
    padding: 5px 15px;
    margin-top: 15px;
}

header a i{
    float: left;
    margin-right: 10px;
    padding-top:2px
}
header a i img{
    max-height: 20px;
}

header .best-place{
    position: absolute;
    top:-1px;
    right: -20px;
}

section.hero{width: 100%; max-width: 100%; overflow-x: hidden;}

.hero{ margin-top:25px; border-left: 35px solid #eeeeee;  }

.hero h2{ margin-bottom: 20px; font-size: 35px; font-weight: 600; }

.hero .btn{ margin-top: 25px;}

.hero .pic-container{ position: relative; min-height: 40vh;   }

.hero .pic-container img{ width: 100%; }

.hero .btn{ display: inline-block;  }

.hero ul{
    padding: 0;
}

.hero ul li {
    list-style: none;
    padding-left: 25px;
    margin-right: 20px;
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-position: left;
}


.float-text{ display: inline-block; font-size: .9rem; line-height: 115%;}
.float-text i{ float: left; margin-right:10px}
.float-text i img{ height: 40px; } 

.bajada{
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.bajada p {
    text-align: center;
    font-weight: 300;
    font-size: 1.4rem;
    width: 70%;
    margin: 10px auto;
    line-height: 130%;
}

.brands{ display: block; clear: both; padding: 10px 0; width: 70%; margin: 0 auto; border-bottom: 1px #eee solid; text-align: center;}

.brands .col{ text-align: center;}

.brands .col i{ width: fit-content; margin: 5px auto;}

.brands i img{filter: grayscale(1); opacity: .8; }


.servicios {  padding: 45px 0px; text-align: center; }
.servicios p, .servicios h3{   line-height: 120%;}
.servicios p { font-size: 16px; font-weight: 300; }
.servicios hr{ width: 50%; background-color: #DA2D23; height: 2px; border: none; margin: 25px auto;}
.servicios h3{font-size: 1.3rem; max-width: 80%; margin: 0 auto;}
.servicios img{ height: 70px; filter: grayscale(1); margin-bottom: 15px;}
.servicios .btn{display: block; width: fit-content; margin:65px auto!important}

.servicios h2{
    margin: 35px auto;
    margin-bottom: 80px
}


.workflow{
    width: 100%; max-width: unset; 
}

.workflow .intro, .workflow .primary {height: 40vh;}

.workflow .intro {background: url(../images/back-workflow.svg) no-repeat; background-size: cover; background-position: center top; margin:0; padding: 2rem 2%;}

.workflow .intro h2{ color: #ffffff; font-weight: 300; line-height: 120%; max-width: 700px; margin: 20px auto;}

.workflow .primary{  margin:0; padding:2rem 2%;}

.workflow .primary ul{list-style: none; }

.workflow .primary ul li{ color: #ffffff; font-size: 1.1rem; padding: 5px 3px; display: block; margin-bottom: 10px; text-transform: uppercase; line-height: 160%;}

.workflow .primary ul li i{ float: left; margin-right: 20px;}

.workflow .primary ul li i img{ width: 40px;}


.testimonios{
    padding: 45px 0;
    text-align: center;
}

.testimonios .quotes{
    margin-top:45px;
    font-weight: 500;
    max-height: 45vh;
}


.testimonios .quote img{
    margin:10px auto;

}

.testimonios .quote p{
    font-size:18px;
    line-height: 120%;
    width: 80%;
    margin: 5px auto;
}

.testimonios p.quotee{
    margin-top: 35px;
    display: block;
    font-size: 16px;
    color: #DA2D23;
}
.testimonios .quotee span{
    clear: both;
    display: block;
    color: #666;
}

.contacto{
    text-align: center;
    margin-bottom: 0px;
}

.contacto p{
    text-align: center;
    font-size: 28px;
    line-height: 130%;
    margin:0 auto;
    font-weight: 500;
}

.contacto form{
    position: relative;
    display: block;
    padding-bottom: 45px;
    float: left;
    z-index: 10;
}

.contacto  .contact-pic{
    position: absolute;
    bottom: -1px;
    right: -30%;
    width: 200px;
}

.contacto .pic-2 img{
    text-align: right;
    max-height: 650px;
    margin-bottom:0;
    z-index: -1;
}


.contacto h3{
    font-size: 35px;
    color: #DA2D23;
    font-weight: 500;
}

.featured {
    text-align: center;
    text-transform: uppercase;
    width: 90%;
    margin: 25px auto;
}

.featured .col-2{
    padding: 15px;
    background-color: #eee;
    border-radius: 12px;
}

.featured h4{
    font-size: .85rem;
    font-weight: normal;
}

.featured img{
    max-width: 60px;
}


form{ padding-bottom: 45px;}

/*form [class^=col] { margin-left: unset!important; margin-right:2%; margin-bottom: 5px;}*/


input, textarea{ border-radius: 12px;
    border: 1px solid #E3615A;  background: rgba(245, 245, 245, 0.66); padding: 10px; width: 98%; }

 textarea{ min-height:120px ; margin-bottom: 20px;}

input.btn{
    cursor: pointer;
}

input.email{ width: 90%;}

input.btn:hover{
background-color: #000;
}
input:focus{border:1px solid #666!important}

form [class^="col"] {
    margin:3px 2%!important
}

.label-helper{font-size: .8rem; clear: both;  width: 100%;    display: block;    text-align: left;
    padding-left: 5px; color:#E3615A ;}

.label-helper {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
       -moz-transition: opacity .2s ease;
            transition: opacity .2s ease;
  }
  
  .label-helper.in {
    opacity: 1;
  }

footer{
    background-color: #eeeeee;
    padding: 20px 0px;
}

footer .social{ text-align: center;}

footer .social i{ display: inline-block; padding: 10px; margin:5px}
footer .social img{ max-width: 30px;}
footer .social a{ padding: 5px; display: block; }
footer .logo img{height: 70px; float: right;}




.fixed-cta{
    transition: all 1s;
    z-index: 1000;
	position: fixed;
	bottom:0px;
	left: 0px;
	right: 0px;
	background: #eee;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    opacity:0;
}

.fixed-cta .pic-cta{
    margin-bottom:-15px
}

.fixed-cta .btn{
    margin-top: 45px;
    display: block;
    width: fit-content;
}

.fixed-cta i{
    margin-top: 3px;
    float: left;
    margin-right: 10px;
}

.fixed-cta ul{
    margin: 0;
    margin-top: 25px;
    padding: 0;
}

.fixed-cta ul li{
    list-style: none;
    display: inline-block;
    padding-left: 25px;
    margin-right: 20px;
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-position: left;
}


.fixed-cta.show{
    opacity:1;
    left:0;
}

.fixed-cta.hide{
    opacity:0;
    bottom:-100%;
}








@media screen and (max-width: 1260px) {
    .hero h2{
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .hero .btn{
        margin-top: 10px;
    }
  }

  
@media screen and (max-width: 980px) {
    header .logo, header .title{
        display: inline-block; float: left; width: 40%;
    }

    header .col-6{
        width: 100%;
    }

    header .title{
        padding-left: 10px;
    }

    header .title h1{
        font-size: 18px;
    }

    header .logo{
        padding-right: 10px;
        padding-top: 5px;
    }

    header a{
        display: inline-block;
        padding: unset;
        margin-top: 15px;
        font-size: .8rem;
    }
    
    header a i{
        float: none;
        margin-right: 4px;
        padding-top:2px
    }
    header a i img{
        max-height: 18px;
    }

    header .best-place{
       display: none;
    }

    .hero{
        border-left:none
    }
    .hero h2{
        font-size: 25px;
        margin-bottom: 10px;
    }

    h2, h3, .contacto h3{
        font-size: 25px;
    }

    .hero .pic-container{
        min-height: unset;
        height: auto;
    }

    .bajada p{ width: 90%; font-size: 18px;}

    .brands .col-2{
        width: 45%; text-align: center; display: inline-block;
    }

    .workflow .intro, .workflow .primary {
        height: unset;
        height: auto;
    }
    .workflow h2{
        font-size: 20px;
        text-align: center;
        line-height: 130%;
    }

    .fixed-cta{
        text-align: center!important;
    }
    .fixed-cta .btn{
        margin: 5px auto!important;
        }
    .fixed-cta h3{
        margin: 5px auto
    }

    .fixed-cta ul{
        margin-top: 5px;
    }


  }

  @media screen and (max-width: 780px) {

    .hero{
        text-align: center;
    }

    header .col-6{
        width: 100%;
        margin: 5px auto;
        text-align: center;
    }
    
    .hero ul{ width: fit-content; margin: 10px auto;}
    .hero ul li{ width: fit-content; text-align: center; margin: 5px auto;}


    footer{ text-align: center;}

    footer .logo img{
        float: none;
    }

    .contacto{ width: 100%!important;}

    .contacto .row{
        width: 90%!important;
        padding: 0 5%;
        background-color: #ffffff;
        z-index: 3000;
        margin: 15px 0px!important;
    }
    

    input.col-6{
        width: 96%!important;
    }

    input.email{
        margin-right: 0px;
        width: 98%;
    }

    .contacto  .contact-pic{
       display: none;
    }


    .fixed-cta{text-align: center; }

    .fixed-cta h3{
        margin-bottom: 0px;  
        font-size: 20px; 
        width: 80%;
        margin:0 auto     
    }
 
    .fixed-cta .cta-container{
        width: 95%;         
    }

    .fixed-cta .btn{
        display: block;
        width: 80%;
        margin:8px auto;
    }

    .fixed-cta .col-6{
        width: 100%!important;
    }

    .fixed-cta ul{
     /*   display: none;*/
     margin-top: 5px;
    }

    .fixed-cta .pic{
        display: none;  
    }

  }