body {
    /*background-image: url("../images/Sovalmar/logosc.png");*/
    background-repeat: no-repeat;
    background-size: 75% 100%;
    background-attachment: fixed;
  }

html{
    scroll-behavior: smooth;
    font-family: Helvetica, Arial , sans-seriferif; font-size:14pt;

}

.identado{
    text-indent:20px;
}

.sub-servicios p{
    font-size: large;
}

.bg-blanco{
    background: white;
}

.logo {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.img-ovalo{
    width: 254px;
    height: 254px;
    position: relative;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.objetfit > img{
	object-fit: none;
    background-color: black;
}

.imgCirculo {
    position: relative;
    top: -280px; /* ajustar los valores para mover la imagen */
    left: -430px
}

.flex-columnas{
    display: flex;
    flex-direction: column;
}

.flex-spacebtween{
    display: flex;
    justify-content: space-between;
}

  .parallax2 {
    background-size: 10%;
    background: url(../images/Sovalmar/logosc.png) 50% no-repeat white;
    filter: grayscale(70%);
  } 

.portada{
    width: 100%;
    background-size: cover;
    overflow: hidden;
    margin-top: 89px;
    height: 25%;
    background-color: #691302;
    display: flex;
    overflow: hidden;
    flex-direction: row ;
}

.logo-portada{
    width: 40%;
}
.logo-portada img{
    width: 80%;
}

.texto-1 p{
    text-align: center;
    color: white;
    font-size: 50px;
}  

.texto-2 p{

    text-align: center;
    color: white;
    font-size: 30px;
    font-style: italic;
}  

.textos-portada{
    width: 60%;
    height: 25rem;
}

.fixed-top{
    display: block!important;
}

.small-title{
    color: #938855;
    font-size: small;
}

.titulos-servicios{
    font-size: 30px!important;
}

.img-servicios{
    width: 100px;
    height: 500px !important;
    margin-top: auto;
    margin-bottom: auto;
}

body p{
    font-size: large;
}

.img-circulo{
    height: 200px;
    width: 200px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    
}

@media (max-width: 767px) {
    .texto-1 p{
        text-align: center;
        color: white;
        font-size: 15px;
    }  
    
    .texto-2 p{
        text-align: center;
        color: white;
        font-size: 10px;
        font-style: italic;
    }  

    .portada{
        height: 200px;
        overflow: hidden;
    }

    .texto-2 p{
         margin-top: 5%;
    }
}

 