*{
	font-family: 'Poppins', sans-serif;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
	background-color: white;
}
button {
    border: initial;
    background: initial;
    color: initial;
    padding: initial;
    margin: initial;
    text-decoration: initial;
}
a:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
textarea {
    resize: none;
}
a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
h1{
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 600;
}
p{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
*:focus {
    outline: none;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.whatsapp-container{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.3s;
}
.social-container{
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.3s;
}
.social-container img{
    margin-bottom: 5px;
    border-radius: 8px 0px 0px 8px;
}
.whatsapp-container:hover{
    transform: scale(1.1);
}
.whatsapp-container img{
    cursor: pointer;
}
.menu{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100px;
    background-color: white;
	text-align: center;
}
.nav-item{
    display: inline-block;
}
.navbar-nav a{
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.nav-link-wrapper{
    position: relative;
    padding: 5px 20px 5px 20px;
    background: #3f6914;
    color: white;
    cursor: pointer;
    border: none;
    margin-left: 20px;
    transition-duration: 0.3s;
    border: solid 2px #3f6914;
    overflow: hidden;
    opacity: 0;
}
.nav-link-wrapper:hover{
    background: white;
    color: #3f6914;
    border: solid 2px #3f6914;
}
.nav-link-simple{
    padding: 5px 25px 5px 25px;
    color: #3f6914;
    cursor: pointer;
    white-space: nowrap;
    transition-duration: 0.3s;
    opacity: 0;
}
#link-1{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.2s;
}
#link-2{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.4s;
}
#link-3{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.6s;
}
#link-4{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
}
#link-5{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 1s;
}
.navbar-brand{
    height: 100px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3f6914;
}
.navbar-brand img{
    height: 80px;
}
.masthead {
  height: 600px;
  box-sizing: border-box;
  padding: 300px 200px 0px 0px;
  overflow: hidden;
  background-image: url('../img/header/rt-header.jpg');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.masthead h1{
    font-weight: 400;
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 1s;
    opacity: 0;
}
.valoracion-master{
    height: 280px;
    background-image: url('../img/valoracion/valoracion-bg.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #62ae14;
    padding: 60px 0px 60px 0px;
    margin-bottom: 120px;
}
.valoracion-container{
}
.valoracion-container h1{
    margin-bottom: 30px;
    color: white;
}
.valoracion-container p{
    color: white;
}
.valoracion-container button{
    background-color: white;
    color: #3f6914;
    font-weight: 700;
    padding: 15px 30px 15px 30px;
}
.valoracion-action{
    padding-top: 60px;
}
.acerca-container{
    margin-bottom: 120px;
}
.acerca-container h1{
    color: #3f6914;
    margin-bottom: 20px;
}
.acerca-container p{
    margin-bottom: 20px;
    margin-top: 20px;
}
.acerca-container img{
    height: 400px;
}
.servicios-master{
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 18%, rgba(240,240,240,1) 18%, rgba(240,240,240,1) 97%, rgba(77,130,20,1) 97%, rgba(77,130,20,1) 98%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 100%);
    padding: 0px 0px 0px 0px;
    margin-bottom: 120px;
}
.servicios-container{

}
.servicios-container h1{
    color: #3f6914;
}
.servicio-card{
    background-color: white;
    padding: 0;
    margin: 40px 0px 120px 0px;
}
.servicio-icon{
    background-color: #549314;
    height: 130px;
}
.servicio-icon img{
    height: 130px;
    margin-top: 30px;
}
.servicio-info{
    padding: 80px 50px 50px 50px;
}
.hr-servicios{
    height: 2px;
    background-color: #549314;
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.servicio-beneficio{
    background-color: #686868;
    padding: 15px 0px 15px 0px;
}
.servicio-beneficio h2{
    color: white;
    font-size: 24px;
}
.servicio-points{
    padding: 40px 50px 20px 50px;
}
.servicios-valoracion{
    padding: 0px 180px 0px 180px;
}
.servicios-valoracion h1{
    margin-bottom: 20px;
}
.servicios-valoracion button{
    background-color: #3f6914;
    color: white;
    font-weight: 700;
    padding: 15px 30px 15px 30px;
    margin-top: 80px;
}
.trabajo-container{
    margin-bottom: 120px;
}
.trabajo-text{
  padding: 0px 220px 0px 220px;
  margin-bottom: 60px;
}
.trabajo-container h1{
    margin-bottom: 20px;
    color: #4c8214;
}
.trabajo-card img{
    height: 120px;
    margin-bottom: 25px;
}
.paquetes-container{
    margin-bottom: 120px;
}
.paquetes-text{
  padding: 0px 220px 0px 220px;
  margin-bottom: 40px;
}
.paquetes-text h1{
    margin-bottom: 20px;
    color: #4c8214;
}
.paquete-row{
    margin-bottom: 80px;
}
.paquete-card-wrapper{
    padding: 10px;
}
.paquete-card{
    background-color: #f0f0f0;
    padding: 0;
}
.paquete-icon{
    background-color: #549314;
    height: 130px;
}
.paquete-icon img{
    height: 130px;
    margin-top: 40px;
}
.paquete-info{
    padding: 80px 50px 50px 50px;
}
.paquete-info h1{
    color: #4c8214;
    font-size: 28px;
}
.paquete-info img{
    height: 40px;
    margin-bottom: 20px;
}
.hr-paquete{
    height: 2px;
    background-color: #549314;
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.paquete-costo{
    background-color: #549314;
    padding: 30px 0px 30px 0px;
}
.paquete-costo h2{
    font-size: 24px;
    font-weight: 600;
    color: white;
}
.paquete-valoracion{
    padding: 0px 180px 0px 180px;
}
.paquete-valoracion h1{
    margin-bottom: 20px;
    color: #4c8214;
}
.paquete-valoracion button{
    background-color: #3f6914;
    color: white;
    font-weight: 700;
    padding: 15px 30px 15px 30px;
}
.beneficio-master{
    background: linear-gradient(to right, rgba(63,105,20,1) 0%, rgba(103,181,24,1) 100%);
    padding: 40px 0px 40px 0px;
}
.beneficio-img{
}
.beneficio-img img{
    width: 100%;
}
.beneficio-text{
    color: white;
    padding-left: 50px;
}
.sucursales-master{
    background-color: #f0f0f0;
    padding: 120px 0px 120px 0px;
    margin-bottom: 120px;
}
.sucursales-container{
}
.sucursales-container h1{
    color: #3f6914;
    margin-bottom: 20px;
}
.sucursales-container p{
    margin-bottom: 20px;
    margin-top: 20px;
}
.sucursales-container img{
    height: 400px;
}
.sucursales-text{
    margin-top: 40px;
}
.sucursales-text p{
    width: 190px;
    background-color: white;
    padding: 10px 0px 10px 0px;
    margin: 0px 15px 0px 15px;
    font-weight: 600;
    font-size: 16px;
}
.sucursal{
    margin-bottom: 30px;
}
.contacto-container{
    margin-bottom: 120px;
}
.clientes-container{
    margin-bottom: 120px;
}
.clientes-text{
  padding: 0px 220px 0px 220px;
  margin-bottom: 60px;
}
.clientes-text h1{
    margin-bottom: 20px;
    color: #4c8214;
}
.clientes-logos img{
    height: 120px;
    margin: 0px 20px 0px 20px;
}
.contacto-card{
    background-color: #f5f5f7;
    padding: 130px 50px 50px 50px;
}
.contacto-card img{
    margin-bottom: 40px;
}
.contacto-card p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.contacto-card i{
    color: #3f6914;
    margin-right: 10px;
}
.form-container{ 
    padding-right: 80px;
}
.form-container h1{
    color: #3f6914;
    margin-bottom: 20px;
}
.form-container p{
    margin-bottom: 40px;
}
.form-group input{
    border: none;
    background-color: white;
    border-bottom: solid 2px #3f6914;
    border-radius: 0px;
}
.form-group input:focus{
   border-bottom: solid 2px #3f6914;
}
.form-group textarea{
    border: none;
    background-color: white;
    border-bottom: solid 2px #3f6914;
    border-radius: 0px;
}
.form-group textarea:focus{
   border-bottom: solid 2px #ef0f11;
}
.btnContacto{
    background-color: #3f6914;
    color: white;
    padding: 10px 40px 10px 40px;
    margin-left: 15px;
    cursor: pointer;
    border: none;
}
footer{
    padding: 100px 0px 60px 0px;
    background-color: #f0f0f0;
}
footer img{
    height: 160px;
}
.footer-text{
    padding-left: 80px;
}
.footer-text h3{
    font-weight: 600;
    font-size: 24px;
    color: #999999;
}
.footer-text p{
    font-weight: 600;
    font-size: 14px;
    color: #999999;
}
.footer-aviso{
    margin-top: 80px;
}
.footer-aviso p{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.hr-footer{
    background-color: #999999;
    height: 2px;
}
@keyframes menuIn{
    0%{
        transform: translateY(-10px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
@media (min-width:320px) and (max-width:1024px) {
    h1{
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        font-weight: 600;
    }
    p{
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
    }
    .social-container{
        position: fixed;
        right: 0px;
        top: 30%;
        z-index: 1;
        cursor: pointer;
        transition-duration: 0.3s;
    }
    .social-container img{
        margin-bottom: 5px;
        border-radius: 8px 0px 0px 8px;
    }
    .menu{
        display: none;
    }
    .masthead {
      display: none;
    }
    .valoracion-master{
        height: 440px;
        background-image: url('../img/valoracion/valoracion-bg.png');
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        background-color: #62ae14;
        padding: 60px 40px 60px 40px;
        margin-bottom: 120px;
    }
    .valoracion-container{
    }
    .valoracion-container h1{
        margin-bottom: 30px;
        color: white;
    }
    .valoracion-container p{
        color: white;
    }
    .valoracion-container button{
        background-color: white;
        color: #3f6914;
        font-weight: 700;
        padding: 15px 30px 15px 30px;
    }
    .valoracion-action{
        padding-top: 20px;
    }
    .acerca-container{
        margin-bottom: 120px;
        padding: 0px 40px 0px 40px;
    }
    .acerca-container h1{
        color: #3f6914;
        margin-bottom: 20px;
    }
    .acerca-container p{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .acerca-container img{
        height: 300px;
        margin-bottom: 80px;
    }
    .acerca-bullets{
        margin-left: 10px;
    }
    .servicios-master{
        background: white;
        padding: 0px 0px 0px 0px;
        margin-bottom: 120px;
    }
    .servicio-card{
        background-color: white;
        padding: 0;
        margin: 40px 0px 0px 0px;
    }
    .servicios-valoracion{
        padding: 80px 40px 0px 40px;
    }
    .servicios-valoracion h1{
        margin-bottom: 20px;
    }
    .servicios-valoracion button{
        background-color: #3f6914;
        color: white;
        font-weight: 700;
        padding: 15px 30px 15px 30px;
        margin-top: 60px;
    }
    .trabajo-container{
        margin-bottom: 120px;
    }
    .trabajo-text{
      padding: 0px 40px 0px 40px;
      margin-bottom: 60px;
    }
    .paquetes-container{
        margin-bottom: 120px;
    }
    .paquetes-text{
      padding: 0px 40px 0px 40px;
      margin-bottom: 40px;
    }
    .paquete-card-wrapper{
        padding: 0px; margin-bottom: 60px;
    }
    .paquete-valoracion{
        padding: 0px 40px 0px 40px;
    }
    .beneficio-master{
        background: linear-gradient(to right, rgba(63,105,20,1) 0%, rgba(103,181,24,1) 100%);
        padding: 40px 40px 40px 40px;
    }
    .beneficio-img{
        margin-bottom: 60px;
    }
    .beneficio-img img{
        width: 100%;
    }
    .beneficio-text{
        color: white;
        padding-left: 0px;
    }
    .sucursales-master{
        background-color: #f0f0f0;
        padding: 120px 0px 120px 0px;
        margin-bottom: 120px;
    }
    .sucursales-container{
        padding: 0px 40px 0px 40px;
    }
    .sucursales-container h1{
        color: #3f6914;
        margin-bottom: 20px;
    }
    .sucursales-container p{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .sucursales-container img{
        height: 300px;
        margin-bottom: 80px;
    }
    .sucursales-text{
        margin-top: 40px;
    }
    .sucursales-text p{
        width: 190px;
        background-color: white;
        padding: 10px 0px 10px 0px;
        margin: 0px 0px 10px 0px;
        font-weight: 600;
        font-size: 12px;
    }
    .sucursal{
        margin-bottom: 0px;
        margin-left: 50px;
    }
    .clientes-container{
        margin-bottom: 120px;
    }
    .clientes-text{
      padding: 0px 40px 0px 40px;
      margin-bottom: 60px;
    }
    .clientes-text h1{
        margin-bottom: 20px;
        color: #4c8214;
    }
    .clientes-logos img{
        height: 120px;
        margin: 0px 20px 0px 20px;
    }
    .contacto-container{
        padding: 0px 40px 0px 40px;
        margin-bottom: 80px;
    }
    .form-container{ 
        padding-right: 0px;
        margin-bottom: 80px;
    }
    .contacto-card{
        background-color: #f5f5f7;
        padding: 40px 40px 40px 40px;
    }
    .contacto-card img{
        margin-bottom: 40px;
    }
    footer{
        padding: 80px 40px 60px 40px;
        background-color: #f0f0f0;
    }
    footer img{
        height: 100px;
        margin-bottom: 80px;
    }
    .footer-text{
        padding-left: 0px;
    }
    .footer-text h3{
        font-weight: 600;
        font-size: 24px;
        color: #999999;
    }
    .footer-text p{
        font-weight: 600;
        font-size: 14px;
        color: #999999;
    }
    .footer-aviso{
        margin-top: 80px;
    }
    .footer-aviso p{
        font-weight: 400;
        font-size: 14px;
        color: #999999;
    }
    .hr-footer{
        background-color: #999999;
        height: 2px;
    }
    .footer-info{
        margin-bottom: 40px;
    }
}