﻿background-image: url("https://escuelarecibidoresdegranos.com.uy/wp-content/uploads/2024/06/perito-clasificador-de-granos-paraguay.jpg");

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;
}

#header header .slogan h2 {
    background-color: #00267a !important;	
    font-weight: 600;
}

section#header .slogan {
    background-color:  #00267a !important;
}

#cuerpo_general_btnEnviar {
    background: #58afe5 !important;
    color: white !important;
    border-color: #58afe5 !important;
}

#header header .title {
    font-size: 42px;
    text-transform: uppercase;
    color: rgb(255,255,255);
}

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;
}

a {
    color: #252525;
}

a:hover {
    color: #383838;
}

/*=====================================
=            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  ======*/


/*======================================
=            STYLES DEFAULT            =
======================================*/

#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;
}

#inscriptions.style .btn_action .btn {
    width: 100%;
    max-width: 250px;
    margin: 3px auto;
    background-color: #0035AC !important;
    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;
}

    #inscriptions.style .btn_action .btn:hover,
    #inscriptions.style .btn_action .btn:focus {
        background-color: #00267a !important;
    }


/*=====  End of STYLES DEFAULT  ======*/
