﻿/****************************************************************
*	menú ma5
*****************************************************************/

body {
    background-color: #fff !important;
}
/*
#continente {
    max-width: 1800px !important;
    margin: 0 auto !important;
}
*/
.contenido {
    margin: 10px 0 !important;
    padding: 10px 0 !important;
}

.sp1_titulo{
    text-align: center;
    margin: 50px 0;
    line-height: 48px;
    color: #3d3d3d;
    font-weight: bold;
    letter-spacing: 7px;
    font-size: 30px;
}

.sp1_texto{
    width: 66%;
    margin: 50px auto;
    text-align: center;
    color: #777777;
}
	.sp1_texto strong{
		color: #1e7987;
	
	}

.sp1_imagen{
text-align: center;
    margin: 50px auto;
}

.Collage img:hover{
	-webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    ms-transform: scale(1.15);
    transition: all .35s ease-in-out;
    }


.sp2_titulo{
    text-align: center;
    line-height: 48px;
    background-color: #3d3d3d;
    font-weight: bold;
    letter-spacing: 7px;
    font-size: 30px;
    color: white;
    padding: 43px;
 }

.sp3_titulo{
    text-align: center;
    background-color: #3d3d3d;
    font-weight: bold;
    font-size: 30px;
    color: white;
    padding: 43px;
 }

.sp3_titulo span{
    font-weight: 100;
    font-size: 15px;
 }

.sp3_box_con{
    width: 66%;
    margin: auto;
}


.sp3_box_titulo{
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 20px;
    color: #1e7987;
    border-bottom: 1px #ddd solid;
    font-size: 15px;
}

.w100 {
    width: 100%;
}

.sp3_box_colores_planos div:nth-of-type(1){
	        background-color: #3edbd9;
}

.sp3_box_colores_planos div:nth-of-type(2){
	        background-color: #3a98fe;
}

.sp3_box_colores_planos div:nth-of-type(3){
	            background-color: #5841b8;
}

.sp3_box_colores_planos > div {
    flex: 0 0 33.333333333333%;
    -webkit-flex: 0 0 33.333333333333%;
    margin: 0;
    height: 563px;
    text-align: center;
    color: white;    
}

.sp3_cp_icon{
	margin: 15px 0;
	font-size : 9rem;
	
}

.sp3_cp_norm{
	margin: 15px 0;
	font-size : 1.5rem;
	
}

.sp3_cp_boton{
	margin: 115px 0 0 0;
	font-size : 2rem;
	font-weight: bold;	
}

.sp3_cp_bot{
    border-radius: 0;
    border: 3px solid white;
    background-color: transparent;
}
































