.common-home .section1{
    height: 100vh;
}
.common-home .section1,
.common-home .section2{
    position: relative;
    overflow: hidden;
}
.common-home .section1 img,
.common-home .section2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -3%;
}
.common-home .section1 h1,
.common-home .section1 h2{
    font-size: 2.344rem;
    line-height: 2.969rem;
}
.common-home .section1 h3{
    font-size: 1.719rem;
    line-height: 2.188rem;
}
.common-home .section1 button{
    background: rgba(1, 58, 83, 0.42);
    border-radius: 10.625rem;
    font-weight: 400;
    font-size: 2.334rem;
    line-height: 3.438rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 1rem 3rem;
    margin: 1rem 0 2rem;
}
.common-home .section1 .text-c{
    padding-bottom: 3.156rem;
}
.common-home .section1 .logo-c{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    overflow-y: hidden;
}
.common-home .section1 .logo-c svg:last-of-type{
    margin-bottom: -2rem;
}
.common-home .section1 .logo-c h2{
    font-style: normal;
    font-weight: 700;
    font-size: 4.063rem;
    line-height: 5.078rem;
    color: #FFFFFF;
}
.common-home .section1 .text-posi,
.common-home .section2 .text-posi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.common-home .section1 .back-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.13);
}
.common-home .section2{
    position: relative;
}
.common-home .section2 .img-w-ab{
    position: absolute;
    top: 0;
}
.common-home .section2 .text-xs-h{
    display: flex;
}
.common-home .section2 .text-content .text-parrafo{
    grid-column-gap: 1rem;
    grid-row-gap: 0;
    flex-flow: column;
    justify-content: flex-start;
    max-width: 25.56rem;
    padding: 0 3rem;
    display: flex;
    font-size: 1.563rem;
    line-height: 1.953rem;
}
.common-home .section3{
    padding: 5rem 0 10rem;
    overflow: hidden;
}
.common-home .section3 .amen-content.visi-h.grid{
    display: grid;
    padding-bottom: 9rem;
}
.common-home .section3 .amen-content.visi-v.grid{
    display: none;
}
.common-home .section3 .amen-content .item-m{
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.common-home .section3 .amen-content .item-m img{
    border-radius: 2rem;
}
.common-home .section3 .amen-content .item-m:hover{
    transform: scale(1.1) !important;
}
.common-home .section3 .amen-content h3{
    color: #013A53;
}
.common-home .section3 .amen-content .text-icon{
    width: 80rem;
}
.common-home .section3 .amen-content .text-icon .icons-content img{
    width: 7rem;
	transform: scale(1);
	    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.common-home .section3 .amen-content .text-icon .icons-content img:hover{
	transform: scale(1.1) !important;
}
.common-home .section3 .amen-content .text-icon .text-content p{
    color: #013A53;
    text-align: center;
}
.common-home .section3 .amen-content.aviso-c{
	padding: 0;
}
.common-home .section3 .amen-content.aviso-c .text-icon{
    width: 100%;
}
.common-home .section3 .amen-content.aviso-c .text-icon .text-content p{
    color: #013A53;
    text-align: center;
}
.common-home .section4{
    overflow: hidden;
}
.common-home .section4 .amen-content{
 	background-color: #013A53;
}
.common-home .section4 .amen-content .amen-item-content .button-c a{
    color: #FFFFFF;
    font-weight: 100;
    font-size: 2rem;
    line-height: 0;
    border: 0.2rem solid #FFFFFF;
    border-radius: 10.625rem;
    padding: 1.5rem 3rem;
    alignment-baseline: central;
    display: flex;
    justify-content: center;
    align-items: center;

    background: linear-gradient(to left, #013A53 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    cursor: pointer;
    transition: all ease 0.3s;
}
.common-home .section4 .amen-content .amen-item-content .button-c a:hover,
.common-home .section4 .amen-content .amen-item-content .button-c a:active,
.common-home .section4 .amen-content .amen-item-content .button-c a:focus{
    outline: none;
    text-decoration: none;
    outline: none;
    background-position: left bottom;
    color: #013A53;
}
.common-home .section3 .amen-content .amen-item-content svg,
.common-home .section4 .amen-content .amen-item-content svg{
    margin-right: 1.953rem;
}
.common-home .section3 .amen-content h3,
.common-home .section4 .amen-content h3{
    font-weight: 600;
    font-size: 4.688rem;
    line-height: 4.359rem;
}
.common-home .section3 .amen-content p,
.common-home .section4 .amen-content p{
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.344rem;
}
.common-home .section4 .amen-content h3{
    color: #FFFFFF;
}
.common-home .section4 .amen-content p{
    color: #FFFFFF;
}
.common-home .section4 .img-content{
    overflow: hidden;
}
.common-home .section9{
    overflow: hidden;
}
.common-home .section10{
    background-color: #013A53;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.common-home .section10 .back-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.common-home .section10 .text-posi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.common-home .section10 .wrap{
    z-index: 10;
    width: 100%;
    height: 100%;
    position: relative;
}
.common-home .section10 .wrap .stats {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    padding-bottom: 7.5rem;
    display: flex;
}
.common-home .section10 .wrap .stats .stats-box {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: column;
    display: flex;
}
.common-home .section10 .wrap .stats .stats-box.stats-box-3 {
    max-width: 34rem;
}
.common-home .section10 .wrap .stats .stats-box .stats-box-row {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}
.common-home .section10 .wrap .stats .stats-box .stats-box-row.in-stats-row-2 {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
}
.common-home .section10 .wrap .stats .stats-box .stats-box-row .h2 {
    font-size: 11.25rem;
    line-height: 132%;
    font-weight: 300;
    letter-spacing: 0;
    position: relative;
    top: 2rem;
    color: #fff;
}
.common-home .section10 .wrap .stats .stats-box .b1 {
    font-size: 2.25rem;
    line-height: 125%;
    font-weight: 300;
    letter-spacing: .04em;
    color: #fff;
}
.common-home .section10 .wrap .stats .stats-box.stats-box-4 {
    max-width: 28rem;
}
.common-home .section10 .wrap .stats .stats-box-4-text {
    max-width: 17.25rem;
}
.common-home .section10 .wrap .stats .stats-row-1 {
    grid-column-gap: 11.56rem;
    grid-row-gap: 11.56rem;
    grid-template-rows: auto;
    grid-template-columns: 17.25rem 27.5rem;
    grid-auto-columns: 1fr;
    justify-content: end;
    display: grid;
}
.common-home .section10 .wrap .stats .stats-row-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.common-home .section10 .wrap .stats .stats-row-3 {
    padding-left: 37.5rem;
}
.common-home .section12 {
    background-color: #D8EBF7;
    padding: 5.938rem 0;
}
.common-home .section12 .text-content {

}
.common-home .section12 .text-content .text-t-content {
    text-align: center;
}
.common-home .section12 .text-content .text-t-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 4.688rem;
    color: #013A53;
}
.common-home .section12 .text-content .text-t-content h2{
    font-family: 'Parisienne' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 5rem;
    line-height: 6.797rem;
    color: #013A53;
}
.common-home .section12 .text-content .text-t-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.953rem;
    line-height: 2.422rem;
    color: #013A53;
}

/* md */
@media screen and (max-width: 1199px){
    .common-home .section1{
        height: initial;
    }
    .common-home .section2 .text-content .text-parrafo {
        max-width: 22.56rem;
        padding: 0 2rem;
    }
}

/* sm */
@media screen and (max-width: 991px){
    .common-home .section1 hr {
        width: 70% !important;
    }
    .common-home .section1 .text-c {
        display: none;
    }
    .common-home .section1 .text-posi .logo-c svg{
        width: 24rem;
        height: 13rem;
    }
    .common-home .section2 {
        position: relative;
    }
    .common-home .section3 {
        padding: 4rem 0 3.75rem;
    }
    .common-home .section3 .amen-content h3 {
        line-height: 4.5rem;
    }
    .common-home .section3 .amen-content.visi-h.grid{
        display: none;
    }
    .common-home .section3 .amen-content.visi-v.grid{
        display: grid;
    }
    .common-home .section3 .amen-content .item-m {
        padding-bottom: 7rem;
		translate: initial !important;
		rotate: initial !important;
		scale: initial !important;
		opacity: 1 !important;
		transform: initial !important;
	}
    .common-home .section4 {
        padding: 0;
    }
    .common-home .section4 .amen-content h3 {
        line-height: 4.5rem;
    }
    .common-home .section4 .amen-content .amen-item-content:first-of-type {
        padding: 0 1.875rem;
    }
	.common-home .section3 .amen-content .amen-item-content svg, 
	.common-home .section4 .amen-content .amen-item-content svg {
		width: 14rem;
		height: 18rem;
	}
}

/* xs */
@media screen and (max-width: 767px){
    .common-home .section1 h1, 
    .common-home .section1 h2 {
        font-size: 3.344rem;
        line-height: 3.969rem;
        margin-bottom: 1.594rem;
    }
    .common-home .section1 h3{
        font-size: 2.519rem;
        line-height: 3.188rem;
    }
    .common-home .section1 hr {
        margin-bottom: 3rem;
    }
    .common-home .section3 {
        padding: 2rem 0 3.75rem;
    }
    .common-home .section3 .amen-content {
        padding-bottom: 1.125rem;
    }
   .common-home .section3 .amen-content h3 {
			font-size: 5.388rem;
			line-height: 7.5rem;
    }
    .common-home .section3 .amen-content p {
        font-size: 2.475rem;
    }
    .common-home .section4 .amen-content {
        padding-bottom: 6.125rem;
        padding-top: 4rem;
    }
}

/* xxs */
@media screen and (max-width: 500px){
    .common-home .section1 .text-c {
        width: 38rem;
    }
    .common-home .section1 h1, 
    .common-home .section1 h2 {
        font-size: 2.944rem;
        line-height: 2.969rem;
        margin-bottom: 1.594rem;
    }
    .common-home .section1 h3{
        font-size: 2.319rem;
        line-height: 3.188rem;
    }
    .common-home .section1 .text-posi{
        align-items: flex-start;
    }
    .common-home .section1 .text-posi .logo-c svg {
        width: 16rem;
        height: 9rem;
    }
    .common-home .section2 .text-xs-h{
        display: none;
    }
    .common-home .section2 .text-content {
        margin: 0;
        width: 100%;
        display: flex;
        padding: 2rem 2rem;
    }
    .common-home .section2 .text-content svg {
        width: 23rem;
        height: 18rem;
    }
    .common-home .section2 .text-content .text-parrafo {
        max-width: 30.56rem;
        padding: 0 2rem;
        font-size: 2.163rem;
        line-height: 2.6rem;
    }
    .common-home .section2 .text-content .text-parrafo p {
        font-size: 1.9rem;
    }
     .common-home .section3 .amen-content .amen-item-content svg, 
	 .common-home .section4 .amen-content .amen-item-content svg {
        max-width: 8rem;
    }
    .common-home .section3 .amen-content p,
    .common-home .section4 .amen-content {
        line-height: 3rem;
    }
    .common-home .section3 .amen-content .item-m {
        height: 40rem;
    }
    .common-home .section3 .amen-content .text-icon {
        width: 57rem;
    }
    .common-home .section3 .amen-content .text-icon .icons-content {
        flex-wrap: wrap;
    }
    .common-home .section3 .amen-content .text-icon .icons-content img {
        width: 9rem;
    }
	.common-home .section3 .amen-content h3 {
        font-size: 3.388rem;
        line-height: 5.5rem;
    }
    .common-home .section10 .wrap .stats .stats-box .b1 {
        font-size: 2.25rem;
        line-height: 72%;
    }
    .common-home .section10 .wrap .stats .stats-box .stats-box-row .h2 {
        font-size: 7.25rem;
    }
}
  