
header{
    font-size: 33px;
    text-align: center;
    background-image: url('../img/portada-fondo.jpg') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;  /* Para que cuando se achique se siga viendo el celular*/
    width: 100%;    
    text-align: left;
    min-height: 500px;
    background-position: 60% center;

   
}

.titulo-portada-{
    font-size: 33px;
    text-align: center;
    font-weight: 400;
    background-position-x: center;  /* Para que cuando se achique se siga viendo el celular*/
    text-align: left;
    color: white;
    background-size: cover;
 
}

#header_container{
    padding-top: 250px; padding-bottom: 250px;
}

.module_container.gestion{ border-bottom-color: #F67624;}
.module_container.hojaderuta{ border-bottom-color: #F9B233;}
.module_container.formularios{ border-bottom-color: #6A82FB;}
.module_container.checkin{ border-bottom-color: #FF005C;}

#modules_section{
    width: 85%;
    padding-top: 0px;
    padding-bottom: 32px;
}
#modules_section > div{
    text-align: center;
}


.tick{
    display: table-cell;
    width: 31px; 
    padding: 0px 6px;
    vertical-align: top;
    padding-top: 3px;
}

.bullet_phrase_container{
    display: table;
    width: 100%;
}

#header_container{
    padding-top: 250px; padding-bottom: 250px;

}


.header_container h1, .header_container h2 {
    color: rgb(73, 150, 61);
}

#how_we_do_it_section{
    padding-top: 25px;
	padding-bottom: 5px;
}
.modules_section{
    font-size: 15px;
    text-align: center;
    color: gray;
}
.modules_section img{
    width: 50%;
    cursor: pointer;
}
.modules_section img:hover{
	border: 1px solid #c1c1c1;
    opacity: 0.8;
    box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.3);
}
.modules_section [class*="col-"]{
    padding: 0;
}

.modules_section img{
	background-color: white;	
	border-radius: 200px;
	box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.3);
}

.module_img_container{
	margin-top: 10px;
}

.modules_section.first_three_modules{
	padding-left: 10%; padding-right: 10%;
	padding-bottom: 15px;
}

.bullet{
    display: table;
    width: 50%;
}

/* =================================
PHONES 
================================= */
@media(max-width: 600px){	
	.modules_section.first_three_modules{
		padding-left: 0%; padding-right: 0%;		
		padding-top: 0px;
	}    
 
	.module_title{
		margin-bottom: 20px;
	}
header{
  background-color: #FF005C;
}
}