.container
{
	max-width: 95%;
}

.container-ct
{
	margin-top: 90px;
}

.titulo-ct
{
	font-size: 26px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.5px;
}


.input-style 
{
    background: #fff;
    border-radius: 5px;
    border:1px solid #C5C5C5; 
    resize: none;
    padding: 5px 5px;
    font-size: 14px; 
}

.input-telefono-style {
    background: #fff;
    border-radius: 5px;
    border:1px solid #C5C5C5; 
    resize: none;
    padding: 5px 5px;
    font-size: 14px; 
}

.select-css 
{
    color: white;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 5px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url(../img/vw_views/down_white.png),
    linear-gradient(to bottom, #1A58e7 0%,#1A58e7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

select option{
    color:#283176;
}


option:disabled
{
    color: #1A58E7;
}

::placeholder { 
    color:#283176;
    font-size: 14px; 
    padding-left: 0px;
}


.btn-ct
{
	width: 100%;
	font-weight: bold;
}


#id_info_ctc img
{
	max-width: 15px;
}

#id_info_ctc span
{
	font-size: 14px;
	margin-left: 5px;
	color: #283176;
	font-weight: 600;
}

#id_info_ctc a
{
	font-size: 14px;
	margin-left: 30px;
	color: #283176;
	font-weight: normal;
}

#id_info_ctc a,
#id_info_ctc a:link,
#id_info_ctc a:active,
#id_info_ctc a:visited {
    text-decoration: none;
}

#id_info_ctc a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

hr
{
	border: 1px solid #1A58E7;	
}


.titulo-ctc-pais
{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	display: block;
	line-height: 30px;
	text-transform: uppercase;
}

.titulo-ctc-pais img
{
	margin-right: 10px;
}

.sub-titulo-ctc-pais
{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	display: block;
	line-height: 30px;
}

.direccion-ctc-pais
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	display: block;
	letter-spacing: 0.5px;
	line-height: 20px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) 
{ 
	

	.container
	{
		max-width: 70%;
	}

	.titulo-ctc-pais
	{
		font-size: 18px;
		line-height: 30px;
	}


	.sub-titulo-ctc-pais
	{
		font-size: 16px;
		line-height: 30px;
	}

	.direccion-ctc-pais
	{
		font-size: 14px;
		line-height: 20px;
	}

	#id_info_ctc img
	{
		max-width: 20px;
	}

	#id_info_ctc a
	{
		font-size: 14px;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) 
{

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)   
{
	.titulo-ct
	{
		font-size: 44px;
	}

	.container-ct
	{
		margin-top: 45px;
	}

	#id_form_contact 
	{
		padding: 0 20%;
	}

	.container
	{
		max-width: 85%;
	}

	#id_info_ctc
	{
		margin-left: 50px !important;
	}

	.btn-ct
	{
		width: 45%;
		border-radius: 10px;
	}

	#id_info_ctc span
	{
		font-size: 16px;
	}

	#id_info_ctc a
	{
		font-size: 16px;
	}

	.input-style,
	.input-telefono-style,
	.select-css
	{
	    border-radius: 10px;
	    padding: 10px 0px 10px 20px;

	}

	.select-css
	{
	 	font-size: 16px;

	}


}

@media (min-width: 1200px) 
{

	#id_form_contact 
	{
		padding: 0 30%;
	}

	#id_info_ctc
	{
		margin-left: 0px;
		padding: 0 15%;	
	}

	#id_info_ctc span
	{
		font-size: 20px;
	}

	#id_info_ctc a
	{
		font-size: 20px;
	}

	.small-circle-blue-left 
    {
        position: absolute;
        left: 82%;
        margin-top: 9%;
        width: 70px;
        height: 70px;
        -moz-border-radius: 900px;
        -webkit-border-radius: 900px;
        border-radius: 900px;
        background: rgb(51, 206, 188,0.3);
        z-index: -2;
    }


	.big-circle-blue-left 
    {
        position: absolute;
        left: 75%;
        margin-top: 11%;
        width: 120px;
        height: 120px;
        -moz-border-radius: 900px;
        -webkit-border-radius: 900px;
        border-radius: 900px;
        background: rgb(35, 141, 212,0.3);
        z-index: -2;
    }    
}

@media  (min-width: 1900px) 
{
    
 	#id_form_contact 
	{
		padding: 0 35%;
	}
}