﻿/*Servicio*/
.main .servicio {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color:#000;
    background: url('../img/fondo_degradado2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
}



/*.data-image-src {
position:relative;
width:50px;
}*/


    .main .servicio .contenedor {
          
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        background-attachment: fixed;

    }

        .main .servicio .contenedor .titulo-seccion {
            width: 100%;
            text-align: left;
        }

            .main .servicio .contenedor .titulo-seccion h1 {
                width: 100%;
                font-size: 2.6rem;
                font-weight: normal;
                color: #B78549;
            }



            .main .servicio .contenedor .titulo-seccion h3 {
                width: 100%;
                font-size: 2rem;
                font-weight: normal;
                color: #B78549;
                padding:15px 0px 0px;
            }

            .main .servicio .contenedor .titulo-seccion h4 {
                width: 100%;
                font-size: 1.5rem;
                font-weight: 700;
                font-weight: normal;
                color: #ffffff;
            }



.tab {
    width:100%;
    overflow: hidden;
    background-color: #B78549;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: #B78549;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 5px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    width: 100%;
    display: none;  
}

.fondo_1 {

    background-image:src(../img/bg-viajes.png);

    width:100%;

  
}



.flex-container {
  display: flex;
  flex-direction: column;


}

.flex-container > div {
  width: 100%;
  color:#ffffff;
  text-align:justify;
  font-weight: normal;
  line-height: 18px;
}

ul.a {
  list-style-position: inside;
  line-height: 25px;
  padding:40px 30px;
  list-style-image: url('../img/logotipoico.png') ;

}