/** Start Columnas Filosofía **/
.two-columns {
    /** Cantidad de Columnas **/
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count: 2;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    margin-top: -2rem;
    margin-bottom: -4rem;

	/** Espacio entre columnas **/
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;    
    -webkit-column-gap: 3rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 3rem; /* Firefox */
    column-gap: 3rem;

}

/** Boton del Formulario Home **/
.Secundario-btn {
    background: rgba(15, 78, 138, 0.856);
    line-height: 42px;
    padding-left: 75px;
    padding-right: 75px;
    border: none !important;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
  }

/** Start Imagen Icon **/
.color{
    width: 145px;
    height: 145px;
    padding-left: 6em;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.div{
padding: center;
}
/*********** Servicios ***********/
/** Start Card Tarjetas Hover **/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

/**html, body{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}
.title{
    text-align: center;
    font-size: 40px;
    color: #6a6a6a;
    margin-top: 100px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}**/

.container02{
    width: 100%;
    max-width: 1200px;
    height: 430px;
    display: flex;
    flex-wrap: nowrap; /**Desactivar para que no se sobreponga de las demas secciones**/
    justify-content: center;
    margin: auto;
}

.container02 .card{
    width: 330px;
    height: 430px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}

.container02 .card:hover{
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.container02 .card img{
    width: 330px;
    height: 220px;
}

.container02 .card h4{
    font-weight: 600;
}

.container02 .card p{
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
}

.container02 .card a {
    font-weight: 500;
    text-decoration: none;
    color: rgb(129, 127, 127);
}
/** End Card Tarjetas Hover **/
/*********** Servicios ***********/

/*--------- start transport-measure Area ----------*/
/**** Start Efecto img  Zoom ****/ 
/***{margin: 1;padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;}**/
    .contenedor {
        min-width: 992px !important;
      }

    .contenedor {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
      }
    .contenedor figure{
       position:relative;
        height: 250px;
        cursor: pointer;
        width: 350px;
        overflow: hidden;
        border-radius: 6px;
        box-shadow: 0px 15px 25px rgba(0,0,0,0.50);
    }
    .contenedor figure img{
        width: 100%;
        height: 100%;
        transition: all 400ms ease-out;
        will-change: transform;
    }
    .contenedor figure .capa{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,103,123,0.7);
        transition: all 400ms ease-out;
        opacity: 0;
        visibility: hidden;
       text-align: center;
    }
    .contenedor figure:hover > .capa {
        opacity: 1;
        visibility: visible;
    }
    .contenedor figure:hover > .capa h3{
        margin-top: 50px;
        margin-bottom: 15px;
    }
    .contenedor figure:hover > img{
        transform: scale(1.3);
    }
    .contenedor figure .capa h3{
        color: #fff;
        font-weight: 400;
        margin-bottom: 120px;
        transition: all 400ms ease-out;
         margin-top: 20px;
    }
    .contenedor figure .capa p{
        color: #fff;
        font-size: 15px;
        line-height: 1.5;
        width: 100%;
        max-width: 220px;
        margin: auto;
    }
/************* End Efecto img  Zoom **************/ 
/*--------- End transport-measure Area ----------*/

/*----- Start Efecto Imagen-Blanco y Negro ------*/
   #grid {
        position: relative;
        display: inline-grid;
        grid-template-columns: 100%;
        width: 90%;
        margin-left: 5%;
        margin-top: 4%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #grid div {
        color: #FFFFFF;
        min-height: 200px;
        max-height: 200px;
        width: 90%;
        margin-left: 5%;
        margin-bottom: 5%;
        position: relative;
    }
    .imagen {
        width: 63%;
        height: 96%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: grayscale(100%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .imagen:hover {
        filter: grayscale(0%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .imagen img {
        position: relative;
        margin-top: 4px;
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    @media only screen and (min-width: 768px) {
        #grid {
            grid-template-columns: 33.3% 33.3% 33.3%;
        }
    }
    @media only screen and (min-width: 1024px) {
        #grid {
            grid-template-columns: 25% 25% 25% 25%;
        }
    }