.contenedor{
    width: 98%;
    height: auto;
    
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#listaterrestre li
{
    margin-left: 25px;
    list-style-type:initial; 
}

#bajo
{
    font-size: 13px;
}
h1
{
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
    font-style: italic;
    background: #005aa3;
    color: #fff;
    border-style:double;
    padding-top:5px;
    padding-bottom: 5px;
}
figure
{
    width: 100%;
    height: auto;
    align-content: center;
    display:flex;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}


.infoto
{
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


#Servicio
{
    display: flex;
}

#Servicio p
{
    width: 50%;
    height: auto;
}

#borde
{
    border-left: solid #005aa3;
}

.flex-container
{
    width: 100%;
    height: auto;
    display: flex;
}

.flex-item
{
    height: 100%;
    width: 43%;
    display: flex;
    justify-content: center;
    flex-direction: column;;
}

.flex-item p
{
    text-align: justify;
}

.flex-item:nth-child(even)
{
    margin-left: auto;
    
}

.flex-item h1
{
    width: 100%;
}

@media(min-width:1024px)
{
    figure{
        height: 300px;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
    }
    
    section .contenedor
    {
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }
    
    header .Contenedor
    {
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }
    
    
}