*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{

}

footer{
    bottom: 0;
    clear:both;
    z-index: 501;
    display: flow;
    background-color: #153e35;
    position:relative;
    width: 100%;
    font-family: 'EB Garamond', serif;
    color: white;
    font-weight:bold;
    height: auto;
}
.footer-content{
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top:50px;
}
.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
    color:#276476;
}
.footer-content p {
    max-width: 500px;
    font-size: 14px;
    color:#276476;
}
.socials{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 1rem 0 3rem 0;
    width:100%
}
.socials li{
    margin: 0 10px;
    color:white;
}
.socials a{
    text-decoration: none;
    color:white;
}
.socials a i{
    font-size: 1.1rem;
    transition:color .4s ease;
    color:white;
}
.socials a:hover i{
    color: white;
}
.socials h2{
    color:white;
}
.footer-bottom{
    background: #E8EFF8;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
    color: black;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
    color: white;
}

.text{
    margin-left: 40px;
    margin-top: 100px;
    width: 373px;
    height: 40px;
    text-align: left;
    font: normal normal bold 40px/60px Axiforma;
    letter-spacing: 0px;
    color: white;
    text-transform: uppercase;
    opacity: 1;

}
.text-h1{
    margin-left: 40px;
    margin-top: 48px;
    width: 574px;
    height: 290px;
    text-align: left;
    font: normal normal bold 70px/100px Axiforma;
    letter-spacing: 0px;

}

.mainprod{

    float: right;
    width: 700px;
    height: 400px;
    opacity: 1;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.col-2{
    flex-basis: 50%;
    min-width: 500px;
}
.col-2 img{
    max-width: 100%;
    padding: 50px 0;
}
.col-2 p{
    font-size: 40px;
    color: grey;
}
.col-2 h1{
    font-size: 60px;
    color: white;
}
.btn-new{
    display:inline-block;
    padding:0.35em 1.2em;
    border:0.1em solid black;
    margin:0 0.3em 0.3em 0;
    border-radius:0.12em;
    box-sizing: border-box;
    text-decoration:none;
    font-family: 'EB Garamond', serif;
    font-weight:300;
    color:forestgreen;
    text-align:center;
    transition: all 0.2s;
    margin-top: 20px;
}
.btn-new:hover{
    color:#000000;
    background-color:#FFFFFF;
}
@media all and (max-width:30em){
    .btn-new{
        display:block;
        margin:0.4em auto;
        }
}

.imgbreak{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.container{
    width: 100%;
}

.imgnew h1{
    position: absolute;
    color: #fff;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align:center;
}
.box{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.texto h1{
    color: #fff;
}
.texto p{
    color: #fff;
}
.texto{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 140%; /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 60%; /* Set the width of the positioned div */
}

