/*BORRAR*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i');

background-image: url("https://terralatinoamerica.com/wp-content/uploads/2025/03/Escuela-de-Granos-Cordoba-Landing-7.png");

body {
    height: 100%;
    background: transparent;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

html, body { 
	margin: 0;
	padding: 0;
	background: transparent;
}

div#bloqueTitulo {
    padding: 10px;
}

/*BORRAR*/

#header header .slogan h2 {
    background-color: #ffcc00 !important;
	color: #000000 !important;
	font-weight: 600;
}

section#header .slogan {
    background-color: #ffcc00 !important;
}

/*BORRAR*/
div#div_url_pagina {
    border-radius: 0px;
    font-weight: 600 !important;
    text-align: center;
	position:sticky;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #ffffff;
	border-color: #ffffff;
	width: 100%;
	bottom: 0px;
}
/*BORRAR*/

a {
    color: #252525;
}

a:hover {
    color: #383838;
}

/*BORRAR*/
/*=====================================
=            SYSTEM STYLES            =
=====================================*/

ul.completionList {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0,0,0,0.1);
	display: block;
	list-style: none !important;
	background-color: rgb(255,255,255);
	overflow-y: auto;
	height: 150px;
	max-height: 150px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

ul.completionList li {
	margin: 0;
	padding: 7px 15px;
	display: block;
}

ul.completionList li:hover,
ul.completionList li:focus {
	cursor: pointer;
	background-color: #EEE;
}

/*=====  End of SYSTEM STYLES  ======*/
/*BORRAR*/

/*======================================
=            STYLES DEFAULT            =
======================================*/
/*BORRAR*/
#inscriptions.style.panel {
	margin: 0 -15px;
	border: 0;
	background-color: transparent !important;
	border-radius: 0;
	box-shadow: none;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#inscriptions.style .panel-heading,
#inscriptions.style .panel-body {
	background-color: rgba(0,0,0,0.57);
	padding: 15px;
}

#inscriptions.style .panel-heading {
    padding: 12px 15px 0px 15px;
    border: 0;
    color: rgba(255,255,255,1);
    font-size: 25px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#inscriptions.style .panel-heading span {
	display: block;
}

#inscriptions.style .panel-heading span.title {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

#inscriptions.style .panel-heading span.sub_title {
	font-size: 15px !important;
    opacity: 0.8 !important;
    font-weight: 400;
}

#inscriptions.style .box {
	margin-bottom: 10px !important;
}

#inscriptions.style .box .form-group {
	margin-bottom: 0px !important;
}

#inscriptions.style .box .form-group select,
#inscriptions.style .box .form-group input[type="text"],
#inscriptions.style .box .form-group input[type="email"],
#inscriptions.style .box .form-group textarea {
	border: 0;
	background-color: rgb(255,255,255);
	border-radius: 0;
}

#inscriptions.style .box .form-group .form-control {
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#inscriptions.style .box .form-group .form-control:focus,
#inscriptions.style .box .form-group .form-control:hover {
	-webkit-box-shadow: 0px 0px 7px -1px rgba(200,200,200, 0.75);
	-moz-box-shadow: 0px 0px 7px -1px rgba(200,200,200, 0.75);
	box-shadow: 0px 0px 7px -1px rgba(200,200,200, 0.75);
}
#inscriptions.style .box_type_phone .note,
#inscriptions.style .box_code_area .note {
	color: rgba(255,255,255,0.9);
	position: absolute;
	right: -7px;
	top: 9px;
}

#cuerpo_general_TxtComentarios {
    font-size: 10px;
    resize: none;
}

#inscriptions.style .box_type_phone .note_o {
    right: -4px;
}

/* Chrome/Opera/Safari */
#inscriptions.style input::-webkit-input-placeholder { 
  font-size: 14px;
  color: rgba(170,170,170, 1) !important;
}
 /* Firefox 19+ */
#inscriptions.style input::-moz-placeholder {
  font-size: 14px;
  color: rgba(170,170,170, 1) !important;
}
 /* IE 10+ */
#inscriptions.style input:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(170,170,170, 1) !important;
}
 /* Firefox 18- */
#inscriptions.style input:-moz-placeholder {
  font-size: 14px;
  color: rgba(170,170,170, 1) !important;
}
/*BORRAR*/

#inscriptions.style .btn_action .btn 
{
    background-color: #ffcc00 !important;
    color: #000000 !important;
    /*BORRAR*/
    width: 100%;
    max-width: 250px;
    margin: 3px auto;
    border-width: 0px;
    padding: 7px 15px;
    font-size: 14px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    /*BORRAR*/
}

    #inscriptions.style .btn_action .btn:hover,
    #inscriptions.style .btn_action .btn:focus {
        background-color: #166d43 !important;
        color: #000000 !important;
    }


/*=====  End of STYLES DEFAULT  ======*/

/*BORRAR*/

.panel-primary * {
    font-family: 'Montserrat', sans-serif;
}

.panel-primary {
    background-color: rgba(0,0,0,0.7);
    border: 0;
    padding: 15px 5px;
}

.panel-primary>.panel-heading {
    background-color: transparent;
    border: 0;
    padding-bottom: 0px;
}

.panel-primary .panel-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}

.panel-primary #cuerpo_general_update_cuerpo input[type="text"],
.panel-primary #cuerpo_general_update_cuerpo input[type="email"],
.panel-primary #cuerpo_general_update_cuerpo input[type="submit"],
.panel-primary #cuerpo_general_update_cuerpo input[type="button"],
.panel-primary #cuerpo_general_update_cuerpo select,
.panel-primary #cuerpo_general_update_cuerpo textarea {
    margin: 5px 0 !important;
}


.panel-primary #cuerpo_general_update_cuerpo input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
  color: rgba(200 ,200 ,200 , 0.9) !important;
}
.panel-primary #cuerpo_general_update_cuerpo input::-moz-placeholder { /* Firefox 19+ */
  font-size: 13px;
  color: rgba(200 ,200 ,200 , 0.9) !important;
}
.panel-primary #cuerpo_general_update_cuerpo input:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
  color: rgba(200 ,200 ,200 , 0.9) !important;
}
.panel-primary #cuerpo_general_update_cuerpo input:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
  color: rgba(200 ,200 ,200 , 0.9) !important;
}
/*BORRAR*/

#cuerpo_general_btnEnviar {
    background-color: #166d43 !important;
    border-color: #166d43 !important;
    /*BORRAR*/
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    /*BORRAR*/
}

#cuerpo_general_btnEnviar:hover,
#cuerpo_general_btnEnviar:focus {
    background-color: #00312b !important;
    border-color: #00312b !important;
}

#validaciones .modal-dialog .modal-footer button {
    background-color: #166d43 !important;
    border-color: #166d43 !important;
}

#validaciones .modal-dialog .modal-footer button:hover,
#validaciones .modal-dialog .modal-footer button:focus 
{
    /*BORRAR*/
    transition: all 0.45s ease;
    /*BORRAR*/
    background-color: #00312b !important;
    border-color: #00312b !important;
}

/*BORRAR*/
/**
 *
 * MEDIA QUERIES
 *
 */

@media (max-width:462px) {
    span.text2 {
        font-size: 44px;
    }
	span.text1 {
		font-size: 48px;
	}
}

@media (max-width:371px) {
    span.text2 {
        font-size: xx-large;
    }
	span.text1 {
		font-size: xx-large;
	}
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 768px) {



}
/*BORRAR*/