
/*! Version: 1.0.4 */
/*! Copyright: Adriano Belfiore */
/*! Data: 13/04/2021 */
/* ======================== */

.row-line {
	width:100%;
	border-top: 1px solid #d2d2d7;
}

.row-space {
	width:100%;
	margin:30px 0;
	border-top: 1px solid #d2d2d7;
}


.space {
	margin:25px 0;
}

/* TEXT
==================================================================== */

.tt-header {
	color: #435a67;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: left;
	padding: 20px 25px;
}
.tt-header em {
	font-size: 26px;
	font-style: italic;
	color: #5487c2;
	padding: 0 5px;
}


@media  screen and (max-width: 736px) {
    .tt-header {
        font-size: 24px;
        line-height: 1.14286;
        font-weight: 500;
        letter-spacing: .007em;
        padding: 20px;
        margin-left: auto;
    }
    .tt-header em { 
    	font-size: 22px;
    }
}
.tx-header {
    color: #435a67;
    font-size: 16px;
    font-weight: 400;
    /*line-height: 1.5;*/
    line-height: 1.2;
    text-align: left;	
    /*	width: 90%;*/
    padding: 0 25px 50px 25px; 
}
@media only screen and (max-width: 436px) {
    .tt-header {
        padding: 12px;
    }
    .tx-header {
        padding-left: 12px;
    }
}

.cl-tx {
    font-size: 14px;
    line-height: 1.1;
    color: #28373f;
    font-weight: 500;
    letter-spacing: 0;
    /*  margin: 10px 8% 0 15px;*/    
    margin-top: 10px;
    margin-right: 8%;
    margin-bottom: 0px;
    margin-left: 15px;
}

@media screen and (max-width: 436px) {
    .cl-tx {
        font-size: 12px;
        line-height: 1;
        letter-spacing: .007em;
        
		/*margin-left: auto;*/
    }
}

.cl-tx-sz {
    font-size: 16px;
    font-weight: 500;
	line-height: 1.1;
	color: #31414a;
	
    letter-spacing: 0;
	margin-left: 15px;
}
.cl-tx-sz i {
    font-size: 14px;
	font-style: italic;
}

@media screen and (max-width: 736px) {
    .cl-tx-sz {
        font-size: 15px;
        line-height: 1.14286;
        color: #435a67;
    
        letter-spacing: .007em;
        margin-left: 5px;
    }
}

.cl-tx-tt {
	font-size: 25px;
	line-height: 1.1;
	color: #435a67;
	font-weight: 500;
    letter-spacing: 0;
    
	margin-left: 10px;
    padding-top:24px;
	padding-bottom:30px;
}

@media screen and (max-width: 736px) {
    .cl-tx-tt {
        font-size: 14px;
        line-height: 1.14286;
        color: #435a67;
        font-weight: 500;
        letter-spacing: .007em;
        
        margin-left: auto;
        padding-top:24px;
    }
}


.tt-reviews {
	font-size: 16px;
    color: #435a67;
	line-height: 1.5;
	font-weight: 600;
	padding:10px;
	
}
