﻿.social {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 950px) {

    .vertical-paddingc2 {
        height: auto;
        padding-top: 60px;
        padding-bottom: 80px;
        background: rgb(107 107 107);
        width: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

/*:::::Pie de Pagina*/

.pie-pagina {
    width: 100%;
}

    .pie-pagina .grupo-1 .box figure {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pie-pagina .grupo-1 .box h2 {
        color: #fff;
        margin-bottom: 25px;
    }

    .pie-pagina .grupo-1 .box p {
        color: #efefef;
        margin-bottom: 10px;
        text-align: center;
    }

    .pie-pagina .grupo-1 .red-social a {
        display: inline-block;
        text-decoration: none;
        width: 70px;
        height: 50px;
        line-height: 25px;
        color: #ffffff;
        margin-right: 10px;
        background-color: #0d2033;
        text-align: center;
        transition: all 300ms ease;
    }

    .pie-pagina .grupo-2 {
        background-color: rgb(0 101 235);
        padding: 15px 10px;
        text-align: center;
        color: #ffffff;
        font-weight: 600;
    }

        .pie-pagina .grupo-2 small {
            font-size: 15px;
        }

.carousel-weston-middle {
    top: 35%;
    text-align: left;
    width: 35%;
}

/*Superior pie de pagina*/

#Extras {
    background-color: #dcdcdc;
}

    #Extras2 a, #Extras2 a:hover {
        text-decoration: none;
        color: #212529;
    }

#Extras i {
    color: #0065eb;
    margin-top: 2em;
    font-size: 18px;
}

    #Extras p {
        font-size: 13px;
        line-height: 15px;
        font-family: "Montserrat", sans-serif;
        cursor: pointer;
        transition: all 200ms ease;
    }

.p-0 {
    padding: 0 0 !important;
    display: flex;
    flex-wrap: nowrap;
}

#Extras p:hover:before {
    left: 7px;
}

#Extras p:hover {
    color: #1465df;
    margin-left: 5px;
}

.row {
    display: flex;
    justify-content: space-evenly;
}

/*Superior pie de pagina*/

#Extras2 {
    background-color: rgb(213 214 228);
}

    #Extras2 a, #Extras2 a:hover {
        text-decoration: none;
        color: #212529;
    }

    #Extras2 i {
        color: #0065eb;
        margin-top: 1em;
        font-size: 18px;
        display: flex;
        justify-content: space-around;
    }

    #Extras2 p {
        font-size: 14px;
        line-height: 15px;
        font-family: "Montserrat", sans-serif;
        transition: all 200ms ease;
        display: flex;
        justify-content: space-around;
    }

.p-0 {
    padding: 0 0 !important;
    display: flex;
    flex-wrap: nowrap;
}


.row2 {
    display: flex;
    justify-content: space-evenly;
    background-color: #d5d6e4;
}

.disclaimer {
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 769px) {
    .p-0 {
        padding: 0 0 !important;
        display: inline-block;
    }
}