.btn-orange{
    background-color: #ff4e00;
    color: white;
}
.btn-orange-reverse{
    background-color: white;
    color: #ff4e00;
}
.btn-blue{
    background-color: #005290;
    color: white;
}
.btn-blue-reverse{
    background-color: white;
    color: #005290;
}
.icon-header{
    width: 130px;
}
#hero .segunda-columna{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hero h1{
    color: #005290;
    font-size: 60px;
    font-weight: bold;
}

#hero p{
    background-color: #005290;
    color: white;
    text-align: center;
}
#sobre-nosotros{
    background-color: #005290;
    color: white;
}
#sobre-nosotros img{
    border: 5px white solid;
    border-radius: 100%;
    width: 80%;
    margin: auto;
}
#sobre-nosotros h1{
    width: 35%;
}
#contacto{
    background-color: #ff4e00;
    color: white;
}
#servicios{
    background-color: white;
    color: #005290;
}
#servicios .cuadrado{
    background-color: #005290;
    color: white;
    border-radius: 20px;
    padding: 50px 15px;
}
footer{
    background-color: #032235;
}
@media only screen and (max-width: 820px) {
    .icon-header{
        width: 110px;
    }
    #hero h1{
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }
    #hero p{
        font-size: 20px;
    }
    #sobre-nosotros img{
        width: 90%;
    }
    #sobre-nosotros #primera_fila{
        margin-bottom: 30px;
    }
    #sobre-nosotros #primera_fila h1{
        font-size:22px;
        width: 70%;
    }
    #sobre-nosotros #primera_fila h2{
        font-size:24px;
    }
    #sobre-nosotros #segunda_fila{
        padding-left: 8px;
        padding-right: 8px;
    }
    #sobre-nosotros #segunda_fila h2{
        font-size:26px;
    }
    #sobre-nosotros #tercera_fila{
        padding-left: 8px;
        padding-right: 8px;
        
    }
    #sobre-nosotros #tercera_fila h2{
        font-size:26px;
        
    }
    #servicios .cuadrado{
        padding: 8px 15px;
    }
    #servicios .cuadrado p{
        margin-bottom: 5px;
    }
    #contacto h2{
        font-size: 18px;
    }
    footer a{
        margin-bottom: 8px;
    }
 }