/*
Theme Name: SOMA
Theme URI: 
Author: red-media-group
Author URI: http://redmediagroup.com.mx/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soma
Tags: soma
*/


:root{    
    --primary-font: 'Helvetica Neue';        
    --blue1:#004169;
    --blue2:#006490;
    --gray:#EFEFEF;
    --gray2:#606060;
}

body{
    font-family:var(--primary-font);
    background:var(--gray-dark);    
    font-size: 15px;    
    position: relative;
}

h1{
	font-size:75px;
	line-height: 80px;
	font-weight: normal;
}

h2{
	font-size:55px;
	line-height: 58px;
	font-weight: normal;
}

h3{
	font-size:34px;
	line-height: 50px;
	font-weight: normal;
}

h4{
	font-size:20px;
	line-height: 24px;
	font-weight: normal;
}

.somos{
	padding-bottom:150px !important;
}

.team{
	margin-top:-180px;
}

.google-maps-container{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 90%;    
    margin-bottom: 30px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px){
    h1{
        font-size: 40px;
        line-height: 45px;
    }

    h2{
        font-size: 35px;
        line-height: 40px;
    }

    h3{
        font-size:28px;
        line-height: 33px;
        font-weight: normal;
    }


}